ABB.Swum.SwumRule.ConstructSwum C# (CSharp) Method

ConstructSwum() public abstract method

Constructs the Software Word Use Model on the given node, using this Rule.
public abstract ConstructSwum ( ProgramElementNode node ) : void
node ABB.Swum.Nodes.ProgramElementNode The node to construct the SWUM on.
return void
        public abstract void ConstructSwum(ProgramElementNode node);