ix.icore.domain
Class AtNodeEnd
java.lang.Object
ix.icore.domain.ConstraintRange
ix.icore.domain.AtNodeEnd
- All Implemented Interfaces:
- NodeEndRange, java.lang.Cloneable
@AliasFields(value="to->at")
@HiddenFields(value="from")
public class AtNodeEnd
- extends ConstraintRange
A constraint-range that should be used when the constraint applies
'at' at a node-end rather than across a range. When looked at as
a ConstraintRange
, the 'at' end will appear as the range's
'to' end, and the range's 'from' end will be null.
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
AtNodeEnd
public AtNodeEnd()
AtNodeEnd
public AtNodeEnd(NodeEndRef at)
getAt
public NodeEndRef getAt()
setAt
public void setAt(NodeEndRef at)
toString
public java.lang.String toString()
- Overrides:
toString
in class ConstraintRange