public class CloneOpPO extends PatternObject<CloneOpPO,CloneOp>
PROPERTY_ATTRCONSTRAINTS, PROPERTY_CANDIDATES, PROPERTY_CARDCONSTRAINTS, PROPERTY_CURRENTMATCH, PROPERTY_DESTROYELEM, PROPERTY_EXCLUDERS, PROPERTY_INCOMMING, PROPERTY_MATCHOTHERTHEN, PROPERTY_OUTGOINGEMPTY_SET, hasMatch, listeners, PROPERTY_DOALLMATCHES, PROPERTY_HASMATCH, PROPERTY_MODIFIER, PROPERTY_PATTERN, PROPERTY_PATTERNOBJECTNAME| Constructor and Description |
|---|
CloneOpPO() |
CloneOpPO(CloneOp... hostGraphObject) |
| Modifier and Type | Method and Description |
|---|---|
CloneOpSet |
allMatches() |
CloneOpPO |
createDoAllMatches(boolean value) |
CloneOpPO |
createHasMatch(boolean value) |
CloneOpPO |
createModifier(java.lang.String value) |
PatternPO |
createPattern() |
CloneOpPO |
createPattern(PatternPO tgt) |
CloneOpPO |
createPatternObjectName(java.lang.String value) |
boolean |
getDoAllMatches() |
boolean |
getHasMatch() |
java.lang.String |
getModifier() |
Pattern |
getPattern()
many one
PatternElement ----------------------------------- Pattern
elements pattern
|
java.lang.String |
getPatternObjectName() |
CloneOpPO |
hasDoAllMatches(boolean value) |
CloneOpPO |
hasDoAllMatches(boolean lower,
boolean upper) |
CloneOpPO |
hasHasMatch(boolean value) |
CloneOpPO |
hasHasMatch(boolean lower,
boolean upper) |
CloneOpPO |
hasModifier(java.lang.String value) |
CloneOpPO |
hasModifier(java.lang.String lower,
java.lang.String upper) |
PatternPO |
hasPattern() |
CloneOpPO |
hasPattern(PatternPO tgt) |
CloneOpPO |
hasPatternObjectName(java.lang.String value) |
CloneOpPO |
hasPatternObjectName(java.lang.String lower,
java.lang.String upper) |
CloneOpPO |
withDoAllMatches(boolean value) |
CloneOpPO |
withHasMatch(boolean value) |
CloneOpPO |
withModifier(java.lang.String value) |
CloneOpPO |
withPatternObjectName(java.lang.String value) |
addToAttrConstraints, addToCardConstraints, addToExcluders, addToIncomming, addToMatchOtherThen, addToOutgoing, createAttrConstraints, createAttrConstraintsNew, destroy, doAllMatches, endCreate, endDestroy, endNAC, endSubPattern, findNextMatch, getAttrConstraints, getCandidates, getCardConstraints, getCurrentMatch, getDestroyElem, getExcluders, getIncomming, getLHSPatternObjectName, getMatchOtherThen, getOutgoing, has, has, hasAttr, hasLink, hasLinkConstraint, hasMatchOtherThen, instanceOf, matchAsSet, newInstance, newInstance, nextMatch, rebind, removeAllFromAttrConstraints, removeAllFromCardConstraints, removeAllFromExcluders, removeAllFromIncomming, removeAllFromMatchOtherThen, removeAllFromOutgoing, removeFromAttrConstraints, removeFromCardConstraints, removeFromExcluders, removeFromIncomming, removeFromMatchOtherThen, removeFromOutgoing, removeYou, resetSearch, setCandidates, setCurrentMatch, setDestroyElem, startCreate, startDestroy, startNAC, startSubPattern, toString, withAttrConstraints, withAttrConstraints, withCandidates, withCardConstraints, withCardConstraints, withCurrentMatch, withDestroyElem, withExcluders, withExcluders, withIncomming, withMatchOtherThen, withMatchOtherThen, withoutAttrConstraints, withoutAttrConstraints, withoutCardConstraints, withoutCardConstraints, withoutExcluders, withoutExcluders, withOutgoing, withoutIncomming, withoutMatchOtherThen, withoutMatchOtherThen, withoutOutgoingcreatePatternNew, dumpHostGraphObject, getPropertyChangeSupport, getTopPattern, setDoAllMatches, setHasMatch, setModifier, setPattern, setPatternObjectName, valueSetString, withPatternpublic CloneOpPO()
public CloneOpPO(CloneOp... hostGraphObject)
public CloneOpSet allMatches()
public CloneOpPO hasModifier(java.lang.String value)
public java.lang.String getModifier()
getModifier in class PatternElement<CloneOpPO>public CloneOpPO withModifier(java.lang.String value)
withModifier in class PatternElement<CloneOpPO>public CloneOpPO hasHasMatch(boolean value)
public boolean getHasMatch()
getHasMatch in class PatternElement<CloneOpPO>public CloneOpPO withHasMatch(boolean value)
withHasMatch in class PatternElement<CloneOpPO>public CloneOpPO hasPatternObjectName(java.lang.String value)
public java.lang.String getPatternObjectName()
getPatternObjectName in class PatternElement<CloneOpPO>public CloneOpPO withPatternObjectName(java.lang.String value)
withPatternObjectName in class PatternElement<CloneOpPO>public CloneOpPO hasDoAllMatches(boolean value)
public boolean getDoAllMatches()
getDoAllMatches in class PatternElement<CloneOpPO>public CloneOpPO withDoAllMatches(boolean value)
withDoAllMatches in class PatternElement<CloneOpPO>public PatternPO hasPattern()
public Pattern getPattern()
PatternElement
many one
PatternElement ----------------------------------- Pattern
elements pattern
getPattern in class PatternElement<CloneOpPO>public CloneOpPO hasModifier(java.lang.String lower, java.lang.String upper)
public CloneOpPO hasHasMatch(boolean lower, boolean upper)
public CloneOpPO hasPatternObjectName(java.lang.String lower, java.lang.String upper)
public CloneOpPO hasDoAllMatches(boolean lower, boolean upper)
public CloneOpPO createModifier(java.lang.String value)
public CloneOpPO createHasMatch(boolean value)
public CloneOpPO createPatternObjectName(java.lang.String value)
public CloneOpPO createDoAllMatches(boolean value)
public PatternPO createPattern()
createPattern in class PatternElement<CloneOpPO>