| java.lang.Object org.drools.rule.Pattern
Constructor Summary | |
public | Pattern(int index, ObjectType objectType) | public | Pattern(int index, ObjectType objectType, String identifier) | public | Pattern(int index, int offset, ObjectType objectType, String identifier) | public | Pattern(int index, int offset, ObjectType objectType, String identifier, boolean isInternalFact) |
Pattern | public Pattern(int index, int offset, ObjectType objectType, String identifier, boolean isInternalFact)(Code) | | |
getIndex | public int getIndex()(Code) | | |
getInnerDeclarations | public Map getInnerDeclarations()(Code) | | |
getOffset | public int getOffset()(Code) | | The offset of the fact related to this pattern
inside the tuple
the offset |
getOuterDeclarations | public Map getOuterDeclarations()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isBound | public boolean isBound()(Code) | | |
setOffset | public void setOffset(int offset)(Code) | | |
|
|