Property | Type | Description | |
---|---|---|---|
m_oFirstIncidentEdgeNode | LinkedListNode |
||
m_oLocation | |||
m_oParentGraph | IGraph |
Property | Type | Description | |
---|---|---|---|
Vertex | System |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag ) : IVertex | ||
GetConnectingEdges ( IVertex otherVertex ) : ICollection |
||
IsIncidentEdge ( IEdge edge ) : System.Boolean | ||
IsIncomingEdge ( IEdge edge ) : System.Boolean | ||
IsOutgoingEdge ( IEdge edge ) : System.Boolean |
Method | Description | |
---|---|---|
GetEdgeCollection ( |
||
GetIncomingOrOutgoingEdges ( System.Boolean bIncludeIncoming, System.Boolean bIncludeOutgoing ) : ICollection |
||
GetPredecessorOrSuccessorVertices ( System.Boolean bIncludePredecessor, System.Boolean bIncludeSuccessor ) : ICollection |
||
IVertexToVertex ( IVertex oVertex, String sClassName, String sMethodOrPropertyName ) : |
||
RemoveIncidentEdges ( ) : void | ||
SetParentGraph ( IGraph oParentGraph ) : void |
Method | Description | |
---|---|---|
Vertex ( ) : System |
public Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag ) : IVertex | ||
copyMetadataValues | System.Boolean | |
copyTag | System.Boolean | |
return | IVertex |
public GetConnectingEdges ( IVertex otherVertex ) : ICollection |
||
otherVertex | IVertex | |
return | ICollection |
protected GetEdgeCollection ( |
||
oEdgeCollection | ||
return | System.Boolean |
protected GetIncomingOrOutgoingEdges ( System.Boolean bIncludeIncoming, System.Boolean bIncludeOutgoing ) : ICollection |
||
bIncludeIncoming | System.Boolean | |
bIncludeOutgoing | System.Boolean | |
return | ICollection |
protected GetPredecessorOrSuccessorVertices ( System.Boolean bIncludePredecessor, System.Boolean bIncludeSuccessor ) : ICollection |
||
bIncludePredecessor | System.Boolean | |
bIncludeSuccessor | System.Boolean | |
return | ICollection |
protected static IVertexToVertex ( IVertex oVertex, String sClassName, String sMethodOrPropertyName ) : |
||
oVertex | IVertex | |
sClassName | String | |
sMethodOrPropertyName | String | |
return |
public IsIncidentEdge ( IEdge edge ) : System.Boolean | ||
edge | IEdge | |
return | System.Boolean |
public IsIncomingEdge ( IEdge edge ) : System.Boolean | ||
edge | IEdge | |
return | System.Boolean |
public IsOutgoingEdge ( IEdge edge ) : System.Boolean | ||
edge | IEdge | |
return | System.Boolean |
protected SetParentGraph ( IGraph oParentGraph ) : void | ||
oParentGraph | IGraph | |
return | void |
protected LinkedListNode |
||
return | LinkedListNode |
protected PointF,System.Drawing m_oLocation | ||
return |