C# Class Glyma.UtilityService.Export.IBIS.Common.Model.Glyma.GlymaMap

Inheritance: GlymaNode
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
AddNode ( IGlymaNode node ) : void
AddRelationship ( IGlymaRelationship relationship ) : void
GlymaMap ( INode node ) : System.Collections.Generic
Initialise ( ) : void

Private Methods

Méthode Description
AddTopLeftNodeToParentNode ( ) : void
PlaceNodesToMap ( ) : void
ReCheckForIncorrectDepth ( ) : void

Method Details

AddNode() public méthode

public AddNode ( IGlymaNode node ) : void
node IGlymaNode
Résultat void

AddRelationship() public méthode

public AddRelationship ( IGlymaRelationship relationship ) : void
relationship IGlymaRelationship
Résultat void

GlymaMap() public méthode

public GlymaMap ( INode node ) : System.Collections.Generic
node INode
Résultat System.Collections.Generic

Initialise() public méthode

public Initialise ( ) : void
Résultat void