public class RowPO extends PatternObject<RowPO,Row>
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 |
|---|
RowPO() |
RowPO(Row... hostGraphObject) |
RowPO(java.lang.String modifier) |
| Modifier and Type | Method and Description |
|---|---|
RowSet |
allMatches() |
RowPO |
createCellsLink(CellPO tgt) |
RowPO |
createCellsLink(CellPO tgt,
java.lang.String modifier) |
CellPO |
createCellsPO() |
CellPO |
createCellsPO(java.lang.String modifier) |
RowPO |
createNumberAssignment(int value) |
RowPO |
createNumberCondition(int value) |
RowPO |
createNumberCondition(int lower,
int upper) |
RowPO |
createTableLink(TablePO tgt) |
RowPO |
createTableLink(TablePO tgt,
java.lang.String modifier) |
TablePO |
createTablePO() |
TablePO |
createTablePO(java.lang.String modifier) |
CellSet |
getCells() |
int |
getNumber() |
Table |
getTable() |
RowPO |
withNumber(int value) |
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 RowPO()
public RowPO(Row... hostGraphObject)
public RowPO(java.lang.String modifier)
public RowSet allMatches()
public RowPO createNumberCondition(int value)
public RowPO createNumberCondition(int lower, int upper)
public RowPO createNumberAssignment(int value)
public int getNumber()
public RowPO withNumber(int value)
public TablePO createTablePO()
public TablePO createTablePO(java.lang.String modifier)
public Table getTable()
public CellPO createCellsPO()
public CellPO createCellsPO(java.lang.String modifier)
public CellSet getCells()