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

Constructs the Software Word Use Model using a defined set of rules.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Rules IEnumerable

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

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

Applies the rules defined within this SwumBuilder to the specified node. The first matching rule found is used to construct the SWUM.

SwumBuilder ( ) : System

Creates a new SwumBuilder with the default rule set.

SwumBuilder ( IEnumerable ruleSet ) : System

Creates a new SwumBuilder with the specified rule set.

Защищенные методы

Метод Описание
DefineRuleSet ( ) : void

Initializes the list of rules to use for building SWUMs.

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

ApplyRules() публичный Метод

Applies the rules defined within this SwumBuilder to the specified node. The first matching rule found is used to construct the SWUM.
public ApplyRules ( ProgramElementNode node ) : SwumRule
node ABB.Swum.Nodes.ProgramElementNode The ProgramElementNode to construct a SWUM on.
Результат SwumRule

DefineRuleSet() защищенный Метод

Initializes the list of rules to use for building SWUMs.
protected DefineRuleSet ( ) : void
Результат void

SwumBuilder() публичный Метод

Creates a new SwumBuilder with the default rule set.
public SwumBuilder ( ) : System
Результат System

SwumBuilder() публичный Метод

Creates a new SwumBuilder with the specified rule set.
public SwumBuilder ( IEnumerable ruleSet ) : System
ruleSet IEnumerable The set of rules to use for building SWUMs.
Результат System

Описание свойств

Rules защищенное свойство

The set of rules to use for building SWUMs.
protected IEnumerable Rules
Результат IEnumerable