Свойство | Type | Description | |
---|---|---|---|
m_bIsDirected | System.Boolean | ||
m_oVertex1 | IVertex | ||
m_oVertex2 | IVertex |
Свойство | Type | Description | |
---|---|---|---|
Edge | System |
Méthode | Description | |
---|---|---|
AssertValid ( ) : void | ||
Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag ) : IEdge | ||
Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag, IVertex vertex1, IVertex vertex2, System.Boolean isDirected ) : IEdge | ||
Edge ( IVertex vertex1, IVertex vertex2, System.Boolean isDirected ) : System |
Initializes a new instance of the Edge class.
|
|
GetAdjacentVertex ( IVertex vertex ) : IVertex | ||
IsAntiparallelTo ( IEdge otherEdge ) : System.Boolean | ||
IsParallelTo ( IEdge otherEdge ) : System.Boolean |
Méthode | Description | |
---|---|---|
CheckVertexArgument ( IVertex oVertex, String sArgumentName ) : void | ||
EdgeToVertices ( IEdge oEdge, String sClassName, String sMethodOrPropertyName, |
||
IEdgeToEdge ( IEdge oEdge, String sClassName, String sMethodOrPropertyName ) : Edge |
Méthode | Description | |
---|---|---|
Edge ( ) : System |
protected CheckVertexArgument ( IVertex oVertex, String sArgumentName ) : void | ||
oVertex | IVertex | |
sArgumentName | String | |
Résultat | void |
public Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag ) : IEdge | ||
copyMetadataValues | System.Boolean | |
copyTag | System.Boolean | |
Résultat | IEdge |
public Clone ( System.Boolean copyMetadataValues, System.Boolean copyTag, IVertex vertex1, IVertex vertex2, System.Boolean isDirected ) : IEdge | ||
copyMetadataValues | System.Boolean | |
copyTag | System.Boolean | |
vertex1 | IVertex | |
vertex2 | IVertex | |
isDirected | System.Boolean | |
Résultat | IEdge |
public Edge ( IVertex vertex1, IVertex vertex2, System.Boolean isDirected ) : System | ||
vertex1 | IVertex | /// The edge's first vertex. The vertex must have already been added to /// the graph to which the new edge will be added. /// |
vertex2 | IVertex | /// The edge's second vertex. The vertex must have already been added to /// the graph to which the new edge will be added. /// |
isDirected | System.Boolean |
/// If true, |
Résultat | System |
protected static EdgeToVertices ( IEdge oEdge, String sClassName, String sMethodOrPropertyName, |
||
oEdge | IEdge | |
sClassName | String | |
sMethodOrPropertyName | String | |
oVertex1 | ||
oVertex2 | ||
Résultat | void |
public GetAdjacentVertex ( IVertex vertex ) : IVertex | ||
vertex | IVertex | |
Résultat | IVertex |
protected static IEdgeToEdge ( IEdge oEdge, String sClassName, String sMethodOrPropertyName ) : Edge | ||
oEdge | IEdge | |
sClassName | String | |
sMethodOrPropertyName | String | |
Résultat | Edge |
public IsAntiparallelTo ( IEdge otherEdge ) : System.Boolean | ||
otherEdge | IEdge | |
Résultat | System.Boolean |
public IsParallelTo ( IEdge otherEdge ) : System.Boolean | ||
otherEdge | IEdge | |
Résultat | System.Boolean |