C# Class EpForceDirectedGraph.cs.Edge

Afficher le fichier Open project: zoebear/Radia Class Usage Examples

Méthodes publiques

Méthode Description
Edge ( string iId, Node iSource, Node iTarget, EdgeData iData ) : System
Equals ( Edge p ) : bool
Equals ( System obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Edge() public méthode

public Edge ( string iId, Node iSource, Node iTarget, EdgeData iData ) : System
iId string
iSource Node
iTarget Node
iData EdgeData
Résultat System

Equals() public méthode

public Equals ( Edge p ) : bool
p Edge
Résultat bool

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool