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

Inheritance: GlymaNode
Mostra file Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

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

Private Methods

Method Description
AddTopLeftNodeToParentNode ( ) : void
PlaceNodesToMap ( ) : void
ReCheckForIncorrectDepth ( ) : void

Method Details

AddNode() public method

public AddNode ( IGlymaNode node ) : void
node IGlymaNode
return void

AddRelationship() public method

public AddRelationship ( IGlymaRelationship relationship ) : void
relationship IGlymaRelationship
return void

GlymaMap() public method

public GlymaMap ( INode node ) : System.Collections.Generic
node INode
return System.Collections.Generic

Initialise() public method

public Initialise ( ) : void
return void