public class Rule extends Object implements Comparable<Rule>, HasKeys, HasIndex
| Constructor and Description |
|---|
Rule(Integer rowNumber,
AnalyzerConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Rule rule) |
boolean |
equals(Object o) |
Actions |
getActions() |
Conditions |
getConditions() |
int |
getIndex() |
Patterns |
getPatterns() |
Integer |
getRowNumber() |
UUIDKey |
getUuidKey() |
int |
hashCode() |
static ComparableMatchers |
index() |
static KeyDefinition[] |
keyDefinitions() |
Key[] |
keys() |
void |
setIndex(int index) |
static Matchers |
uuid() |
public Rule(Integer rowNumber, AnalyzerConfiguration configuration)
public static Matchers uuid()
public static ComparableMatchers index()
public static KeyDefinition[] keyDefinitions()
public Integer getRowNumber()
public Patterns getPatterns()
public Conditions getConditions()
public Actions getActions()
public int compareTo(Rule rule)
compareTo in interface Comparable<Rule>public UUIDKey getUuidKey()
getUuidKey in interface HasUUIDCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.