| Package | com.asterisq.graph |
| Interface | public interface IEdge extends IGraphItem, flash.events.IEventDispatcher |
| Implementors | Edge, LinkedEdge |
| Property | Defined by | ||
|---|---|---|---|
![]() | data : Object
The graph item's data.
| IGraphItem | |
| headNodeID : String [read-only]
The ID of this edge's head node.
| IEdge | ||
![]() | id : String
A permanent, unique identifier for this graph item.
| IGraphItem | |
| tailNodeID : String [read-only]
The ID of this edge's tail node.
| IEdge | ||
| Method | Defined by | ||
|---|---|---|---|
![]() |
getDataProperty(propertyName:String):*
Fetches the value of a particular property of this graph item's data.
| IGraphItem | |
|
getOtherNodeID(nodeID:String):String
Fetches the ID of the other node in this edge, given one of their IDs.
| IEdge | ||
![]() |
setDataProperty(propertyName:String, value:*):void
Sets the value of a particular property of this graph item's data.
| IGraphItem | |
| headNodeID | property |
headNodeID:String [read-only]The ID of this edge's head node.
Implementation public function get headNodeID():String
| tailNodeID | property |
tailNodeID:String [read-only]The ID of this edge's tail node.
Implementation public function get tailNodeID():String
| getOtherNodeID | () | method |
public function getOtherNodeID(nodeID:String):StringFetches the ID of the other node in this edge, given one of their IDs.
ParametersnodeID:String |
String |