public class MatchPO extends PatternObject<MatchPO,Match>
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 |
|---|
MatchPO() |
MatchPO(Match... hostGraphObject) |
addToAttrConstraints, addToCardConstraints, addToExcluders, addToIncomming, addToMatchOtherThen, addToOutgoing, addToPattern, createAttrConstraints, createAttrConstraintsNew, createCondition, createPath, createResultTable, destroy, doAllMatches, endCreate, endDestroy, endNAC, endSubPattern, filterAttr, findNextMatch, getAttrConstraints, getCandidates, getCardConstraints, getCurrentMatch, getDestroyElem, getExcluders, getIncomming, getLHSPatternObjectName, getMatchOtherThen, getOutgoing, has, has, hasLink, hasLinkConstraint, 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, withoutOutgoingaddPropertyChangeListener, addPropertyChangeListener, createPattern, createPatternNew, dumpHostGraphObject, firePropertyChange, getDoAllMatches, getHasMatch, getModifier, getPattern, getPatternObjectName, getPropertyChangeSupport, getTopPattern, isDoAllMatches, isHasMatch, removePropertyChangeListener, removePropertyChangeListener, setDoAllMatches, setHasMatch, setModifier, setPattern, setPatternObjectName, valueSetString, withDoAllMatches, withHasMatch, withModifier, withPattern, withPatternObjectNamepublic MatchPO()
public MatchPO(Match... hostGraphObject)
public MatchSet allMatches()
public MatchPO hasStartPos(int value)
public MatchPO hasStartPos(int lower, int upper)
public MatchPO createStartPos(int value)
public int getStartPos()
public MatchPO withStartPos(int value)
public MatchPO hasEndPos(int value)
public MatchPO hasEndPos(int lower, int upper)
public MatchPO createEndPos(int value)
public int getEndPos()
public MatchPO withEndPos(int value)
public MatchPO hasFullText(java.lang.String value)
public MatchPO hasFullText(java.lang.String lower, java.lang.String upper)
public MatchPO createFullText(java.lang.String value)
public java.lang.String getFullText()
public MatchPO withFullText(java.lang.String value)
public MatchPO hasMatchText(java.lang.String value)
public MatchPO hasMatchText(java.lang.String lower, java.lang.String upper)
public MatchPO createMatchText(java.lang.String value)
public java.lang.String getMatchText()
public MatchPO withMatchText(java.lang.String value)
public MatchPO hasModelObject(java.lang.Object value)
public MatchPO createModelObject(java.lang.Object value)
public java.lang.Object getModelObject()
public MatchPO withModelObject(java.lang.Object value)
public TemplatePO hasTemplate()
public TemplatePO createTemplate()
public MatchPO hasTemplate(TemplatePO tgt)
public MatchPO createTemplate(TemplatePO tgt)
public Template getTemplate()
public PlaceHolderDescriptionPO hasPlaceholder()
public PlaceHolderDescriptionPO createPlaceholder()
public MatchPO hasPlaceholder(PlaceHolderDescriptionPO tgt)
public MatchPO createPlaceholder(PlaceHolderDescriptionPO tgt)
public PlaceHolderDescription getPlaceholder()
public MatchPO hasSubMatches()
public MatchPO createSubMatches()
public MatchSet getSubMatches()
public MatchPO hasParentMatch()
public MatchPO createParentMatch()
public Match getParentMatch()
public MatchPO filterStartPos(int value)
public MatchPO filterStartPos(int lower, int upper)
public MatchPO filterEndPos(int value)
public MatchPO filterEndPos(int lower, int upper)
public MatchPO filterFullText(java.lang.String value)
public MatchPO filterFullText(java.lang.String lower, java.lang.String upper)
public MatchPO filterMatchText(java.lang.String value)
public MatchPO filterMatchText(java.lang.String lower, java.lang.String upper)
public MatchPO filterModelObject(java.lang.Object value)
public TemplatePO filterTemplate()
public MatchPO filterTemplate(TemplatePO tgt)
public PlaceHolderDescriptionPO filterPlaceholder()
public MatchPO filterPlaceholder(PlaceHolderDescriptionPO tgt)
public MatchPO filterParentMatch()
public MatchPO filterSubMatches()