Class AnchorPointId
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.blockandconnector.model.impl.AnchorPointId
 
 
- 
public class AnchorPointId extends java.lang.ObjectHolds an anchor point's block and anchor id 
- 
- 
Constructor Summary
Constructors Constructor Description AnchorPointId(AnchorPoint pt)AnchorPointId(java.util.UUID blockId, java.lang.Object anchorId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AnchorPointfind(BlockDiagramModel model)Attempts to find the AnchorPoint this object represents in a model.java.lang.ObjectgetAnchorId()java.util.UUIDgetBlockId()java.lang.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
AnchorPointId
public AnchorPointId(AnchorPoint pt)
 
- 
AnchorPointId
public AnchorPointId(java.util.UUID blockId, java.lang.Object anchorId) 
 - 
 
- 
Method Detail
- 
getBlockId
public java.util.UUID getBlockId()
 
- 
getAnchorId
public java.lang.Object getAnchorId()
 
- 
find
public AnchorPoint find(BlockDiagramModel model)
Attempts to find the AnchorPoint this object represents in a model. If it is not found, it returns null.- Returns:
 - The AnchorPoint represented by this object, or null if it is not found.
 
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -