public interface Rule
| Modifier and Type | Interface and Description |
|---|---|
static class |
Rule.LeafIdentifier
Identify the leaf of Rule.
|
| Modifier and Type | Method and Description |
|---|---|
int |
id()
Returns the attribute id.
|
void |
id(int id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Rule.LeafIdentifier leaf)
Checks if the leaf value is set.
|
MatchType |
matchType()
Returns the attribute matchType.
|
void |
matchType(MatchType matchType)
Sets the attribute matchType.
|
String |
targetClassId()
Returns the attribute targetClassId.
|
void |
targetClassId(String targetClassId)
Sets the attribute targetClassId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int id()
String targetClassId()
BitSet valueLeafFlags()
MatchType matchType()
void id(int id)
id - value of idvoid targetClassId(String targetClassId)
targetClassId - value of targetClassIdvoid matchType(MatchType matchType)
matchType - value of matchTypeboolean isLeafValueSet(Rule.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.