public class PeerProxyPO extends PatternObject<PeerProxyPO,PeerProxy>
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 |
|---|
PeerProxyPO() |
PeerProxyPO(PeerProxy... hostGraphObject) |
| Modifier and Type | Method and Description |
|---|---|
PeerProxySet |
allMatches() |
PeerProxyPO |
createIdMap(SDMLibJsonIdMap value) |
PeerProxyPO |
createIp(java.lang.String value) |
PeerProxyPO |
createPort(int value) |
PeerProxyPO |
filterIdMap(SDMLibJsonIdMap value) |
PeerProxyPO |
filterIp(java.lang.String value) |
PeerProxyPO |
filterIp(java.lang.String lower,
java.lang.String upper) |
PeerProxyPO |
filterPort(int value) |
PeerProxyPO |
filterPort(int lower,
int upper) |
SDMLibJsonIdMap |
getIdMap() |
java.lang.String |
getIp() |
int |
getPort() |
PeerProxyPO |
hasIdMap(SDMLibJsonIdMap value) |
PeerProxyPO |
hasIp(java.lang.String value) |
PeerProxyPO |
hasIp(java.lang.String lower,
java.lang.String upper) |
PeerProxyPO |
hasPort(int value) |
PeerProxyPO |
hasPort(int lower,
int upper) |
PeerProxyPO |
withIdMap(SDMLibJsonIdMap value) |
PeerProxyPO |
withIp(java.lang.String value) |
PeerProxyPO |
withPort(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 PeerProxyPO()
public PeerProxyPO(PeerProxy... hostGraphObject)
public PeerProxySet allMatches()
public PeerProxyPO hasIp(java.lang.String value)
public PeerProxyPO hasIp(java.lang.String lower, java.lang.String upper)
public PeerProxyPO createIp(java.lang.String value)
public java.lang.String getIp()
public PeerProxyPO withIp(java.lang.String value)
public PeerProxyPO hasPort(int value)
public PeerProxyPO hasPort(int lower, int upper)
public PeerProxyPO createPort(int value)
public int getPort()
public PeerProxyPO withPort(int value)
public PeerProxyPO hasIdMap(SDMLibJsonIdMap value)
public PeerProxyPO createIdMap(SDMLibJsonIdMap value)
public SDMLibJsonIdMap getIdMap()
public PeerProxyPO withIdMap(SDMLibJsonIdMap value)
public PeerProxyPO filterIp(java.lang.String value)
public PeerProxyPO filterIp(java.lang.String lower, java.lang.String upper)
public PeerProxyPO filterPort(int value)
public PeerProxyPO filterPort(int lower, int upper)
public PeerProxyPO filterIdMap(SDMLibJsonIdMap value)