Skip to main content
AbstractEdgeTerminus
This is the base interface for objects in a Graph that can act as the terminus for an Edge.
NameTypeDescription
dataanyObject's backing data
idstringObject's ID, unique to some scope. All edges must have a unique ID, but an edge may have the same ID as some vertex. No two nodes and groups may have the same ID. Ports must have a unique ID on the vertex on which they reside.
objectTypestringThe kind of the object.
getAllEdgesno description
getFullIdno description
getSourceEdgesno description
getTargetEdgesno description