C# Класс ABB.Swum.SwumRule

Defines the method for constructing the Software Word Use Model on a program element, provided it meets defined constraints.
Показать файл Открыть проект

Открытые методы

Метод Описание
ConstructSwum ( ProgramElementNode node ) : void

Constructs the Software Word Use Model on the given node, using this Rule.

InClass ( ProgramElementNode node ) : bool

Determines whether the supplied ProgramElementNode matches the conditions of this rule.

ToString ( ) : string

Returns a string representing the type of the rule.

Описание методов

ConstructSwum() публичный абстрактный метод

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.
Результат void

InClass() публичный абстрактный метод

Determines whether the supplied ProgramElementNode matches the conditions of this rule.
public abstract InClass ( ProgramElementNode node ) : bool
node ABB.Swum.Nodes.ProgramElementNode The ProgramElementNode to test.
Результат bool

ToString() публичный метод

Returns a string representing the type of the rule.
public ToString ( ) : string
Результат string