public class CellPO extends PatternObject<CellPO,Cell>
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 |
|---|
CellPO() |
CellPO(Cell... hostGraphObject) |
CellPO(java.lang.String modifier) |
| Modifier and Type | Method and Description |
|---|---|
CellSet |
allMatches() |
CellPO |
createColumnLink(ColumnPO tgt) |
CellPO |
createColumnLink(ColumnPO tgt,
java.lang.String modifier) |
ColumnPO |
createColumnPO() |
ColumnPO |
createColumnPO(java.lang.String modifier) |
CellPO |
createRowLink(RowPO tgt) |
CellPO |
createRowLink(RowPO tgt,
java.lang.String modifier) |
RowPO |
createRowPO() |
RowPO |
createRowPO(java.lang.String modifier) |
CellPO |
createValueAssignment(java.lang.Object value) |
CellPO |
createValueCondition(java.lang.Object value) |
CellPO |
createValueLink(ObjectPO tgt) |
CellPO |
createValueLink(ObjectPO tgt,
java.lang.String modifier) |
ObjectPO |
createValuePO() |
ObjectPO |
createValuePO(java.lang.String modifier) |
Column |
getColumn() |
Row |
getRow() |
java.lang.Object |
getValue() |
CellPO |
withValue(java.lang.Object 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 CellPO()
public CellPO(Cell... hostGraphObject)
public CellPO(java.lang.String modifier)
public CellSet allMatches()
public CellPO createValueCondition(java.lang.Object value)
public CellPO createValueAssignment(java.lang.Object value)
public java.lang.Object getValue()
public CellPO withValue(java.lang.Object value)
public RowPO createRowPO()
public RowPO createRowPO(java.lang.String modifier)
public Row getRow()
public ColumnPO createColumnPO()
public ColumnPO createColumnPO(java.lang.String modifier)
public Column getColumn()
public ObjectPO createValuePO()
public ObjectPO createValuePO(java.lang.String modifier)