public class Rule extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Rule.Condition |
static class |
Rule.Operand |
Modifier and Type | Field and Description |
---|---|
static String |
WILD_CARD |
static String |
WILD_WILD_CARD |
Modifier and Type | Method and Description |
---|---|
int |
compare(String n1,
String n2,
Map<String,Map<String,Object>> nodeVsTags,
Map<String,Map<String,Integer>> currentState) |
boolean |
isFuzzy() |
static Map |
parseRule(String s) |
String |
toString() |
public static final String WILD_CARD
public static final String WILD_WILD_CARD
public Rule(Map m)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.