C# Класс DataDictionary.Generated.RequirementSet

Наследование: DataDictionary.Namable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
NotifyControllers ( Lock aLock ) : void
RequirementSet ( ) : System
allDependancies ( ) : ArrayList

Part of the list interface for Dependancies

allSubSets ( ) : ArrayList

Part of the list interface for SubSets

appendDependancies ( Lock aLock, RequirementSetDependancy el ) : void
appendDependancies ( RequirementSetDependancy el ) : void

Part of the list interface for Dependancies

appendDependancies ( System coll ) : void

Part of the list interface for Dependancies

appendDependancies ( System coll, Lock aLock ) : void
appendSubSets ( Lock aLock, RequirementSet el ) : void
appendSubSets ( RequirementSet el ) : void

Part of the list interface for SubSets

appendSubSets ( System coll ) : void

Part of the list interface for SubSets

appendSubSets ( System coll, Lock aLock ) : void
copyTo ( RequirementSet other ) : void
countDependancies ( ) : int

Part of the list interface for Dependancies

countSubSets ( ) : int

Part of the list interface for SubSets

deleteDependancies ( int idx ) : void

Part of the list interface for Dependancies This deletion function removes an element from the collection in Dependancies

deleteDependancies ( int idx, Lock aLock ) : void
deleteSubSets ( int idx ) : void

Part of the list interface for SubSets This deletion function removes an element from the collection in SubSets

deleteSubSets ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getApplicable ( ) : bool
getDefault ( ) : bool
getDependancies ( int idx ) : RequirementSetDependancy

Part of the list interface for Dependancies This function returns an element from the collection in Dependancies based on an index.

getHeight ( ) : int
getObsoleteRequirementsStatus ( ) : acceptor.SPEC_IMPLEMENTED_ENUM
getObsoleteRequirementsStatus_AsString ( ) : string
getPinned ( ) : bool
getRecursiveSelection ( ) : bool
getSubSets ( int idx ) : RequirementSet

Part of the list interface for SubSets This function returns an element from the collection in SubSets based on an index.

getWidth ( ) : int
getX ( ) : int
getY ( ) : int
indexOfDependancies ( IXmlBBase el ) : int

Part of the list interface for Dependancies This function returns the index of an element in the collection.

indexOfSubSets ( IXmlBBase el ) : int

Part of the list interface for SubSets This function returns the index of an element in the collection.

insertDependancies ( int idx, RequirementSetDependancy el ) : void

Part of the list interface for Dependancies This insertion function inserts a new element in the collection in Dependancies

insertDependancies ( int idx, RequirementSetDependancy el, Lock aLock ) : void
insertSubSets ( int idx, RequirementSet el ) : void

Part of the list interface for SubSets This insertion function inserts a new element in the collection in SubSets

insertSubSets ( int idx, RequirementSet el, Lock aLock ) : void
parse ( XmlBContext ctxt, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
parseBody ( XmlBContext ctxt ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
removeDependancies ( IXmlBBase obj ) : void

Part of the list interface for Dependancies This deletion function removes an element from the collection in Dependancies If the object given in parameter is not found in the the collection, this function does nothing.

removeDependancies ( IXmlBBase obj, Lock aLock ) : void
removeSubSets ( IXmlBBase obj ) : void

Part of the list interface for SubSets This deletion function removes an element from the collection in SubSets If the object given in parameter is not found in the the collection, this function does nothing.

removeSubSets ( IXmlBBase obj, Lock aLock ) : void
setAllDependancies ( Lock aLock, System coll ) : void
setAllDependancies ( System coll ) : void

Part of the list interface for Dependancies

setAllSubSets ( Lock aLock, System coll ) : void
setAllSubSets ( System coll ) : void

Part of the list interface for SubSets

setApplicable ( bool v ) : void
setDefault ( bool v ) : void
setHeight ( int v ) : void
setObsoleteRequirementsStatus ( acceptor v ) : void
setObsoleteRequirementsStatus_AsString ( string v ) : bool
setPinned ( bool v ) : void
setRecursiveSelection ( bool v ) : void
setWidth ( int v ) : void
setX ( int v ) : void
setY ( int v ) : void
subElements ( ArrayList l ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParseBody ( TextWriter pw ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.

Приватные методы

Метод Описание
getDependancies ( ) : ArrayList

Part of the list interface for Dependancies

getSubSets ( ) : ArrayList

Part of the list interface for SubSets

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

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

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Результат void

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

public RequirementSet ( ) : System
Результат System

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

Part of the list interface for Dependancies
public allDependancies ( ) : ArrayList
Результат System.Collections.ArrayList

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

Part of the list interface for SubSets
public allSubSets ( ) : ArrayList
Результат System.Collections.ArrayList

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

public appendDependancies ( Lock aLock, RequirementSetDependancy el ) : void
aLock Lock
el RequirementSetDependancy
Результат void

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

Part of the list interface for Dependancies
public appendDependancies ( RequirementSetDependancy el ) : void
el RequirementSetDependancy a RequirementSetDependancy to add to the collection in /// Dependancies
Результат void

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

Part of the list interface for Dependancies
public appendDependancies ( System coll ) : void
coll System a collection ofRequirementSetDependancys to add to the collection in /// Dependancies
Результат void

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

public appendDependancies ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

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

public appendSubSets ( Lock aLock, RequirementSet el ) : void
aLock Lock
el RequirementSet
Результат void

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

Part of the list interface for SubSets
public appendSubSets ( RequirementSet el ) : void
el RequirementSet a RequirementSet to add to the collection in /// SubSets
Результат void

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

Part of the list interface for SubSets
public appendSubSets ( System coll ) : void
coll System a collection ofRequirementSets to add to the collection in /// SubSets
Результат void

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

public appendSubSets ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

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

public copyTo ( RequirementSet other ) : void
other RequirementSet
Результат void

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

Part of the list interface for Dependancies
public countDependancies ( ) : int
Результат int

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

Part of the list interface for SubSets
public countSubSets ( ) : int
Результат int

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

Part of the list interface for Dependancies This deletion function removes an element from the collection in Dependancies
public deleteDependancies ( int idx ) : void
idx int the index of the element to remove
Результат void

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

public deleteDependancies ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

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

Part of the list interface for SubSets This deletion function removes an element from the collection in SubSets
public deleteSubSets ( int idx ) : void
idx int the index of the element to remove
Результат void

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

public deleteSubSets ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

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

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Результат void

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

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Результат void

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

public find ( Object search ) : bool
search Object
Результат bool

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

public getApplicable ( ) : bool
Результат bool

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

public getDefault ( ) : bool
Результат bool

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

Part of the list interface for Dependancies This function returns an element from the collection in Dependancies based on an index.
public getDependancies ( int idx ) : RequirementSetDependancy
idx int the index of the element to extract
Результат RequirementSetDependancy

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

public getHeight ( ) : int
Результат int

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

public getObsoleteRequirementsStatus ( ) : acceptor.SPEC_IMPLEMENTED_ENUM
Результат acceptor.SPEC_IMPLEMENTED_ENUM

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

public getObsoleteRequirementsStatus_AsString ( ) : string
Результат string

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

public getPinned ( ) : bool
Результат bool

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

public getRecursiveSelection ( ) : bool
Результат bool

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

Part of the list interface for SubSets This function returns an element from the collection in SubSets based on an index.
public getSubSets ( int idx ) : RequirementSet
idx int the index of the element to extract
Результат RequirementSet

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

public getWidth ( ) : int
Результат int

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

public getX ( ) : int
Результат int

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

public getY ( ) : int
Результат int

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

Part of the list interface for Dependancies This function returns the index of an element in the collection.
public indexOfDependancies ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Результат int

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

Part of the list interface for SubSets This function returns the index of an element in the collection.
public indexOfSubSets ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Результат int

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

Part of the list interface for Dependancies This insertion function inserts a new element in the collection in Dependancies
public insertDependancies ( int idx, RequirementSetDependancy el ) : void
idx int the index where the insertion must take place
el RequirementSetDependancy the element to insert
Результат void

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

public insertDependancies ( int idx, RequirementSetDependancy el, Lock aLock ) : void
idx int
el RequirementSetDependancy
aLock Lock
Результат void

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

Part of the list interface for SubSets This insertion function inserts a new element in the collection in SubSets
public insertSubSets ( int idx, RequirementSet el ) : void
idx int the index where the insertion must take place
el RequirementSet the element to insert
Результат void

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

public insertSubSets ( int idx, RequirementSet el, Lock aLock ) : void
idx int
el RequirementSet
aLock Lock
Результат void

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

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parse ( XmlBContext ctxt, string endingTag ) : void
ctxt XmlBContext
endingTag string
Результат void

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

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parseBody ( XmlBContext ctxt ) : void
ctxt XmlBContext
Результат void

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

Part of the list interface for Dependancies This deletion function removes an element from the collection in Dependancies If the object given in parameter is not found in the the collection, this function does nothing.
public removeDependancies ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Результат void

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

public removeDependancies ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

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

Part of the list interface for SubSets This deletion function removes an element from the collection in SubSets If the object given in parameter is not found in the the collection, this function does nothing.
public removeSubSets ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Результат void

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

public removeSubSets ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

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

public setAllDependancies ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

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

Part of the list interface for Dependancies
public setAllDependancies ( System coll ) : void
coll System a collection of elements which replaces /// Dependancies's current content.
Результат void

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

public setAllSubSets ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

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

Part of the list interface for SubSets
public setAllSubSets ( System coll ) : void
coll System a collection of elements which replaces /// SubSets's current content.
Результат void

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

public setApplicable ( bool v ) : void
v bool
Результат void

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

public setDefault ( bool v ) : void
v bool
Результат void

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

public setHeight ( int v ) : void
v int
Результат void

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

public setObsoleteRequirementsStatus ( acceptor v ) : void
v acceptor
Результат void

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

public setObsoleteRequirementsStatus_AsString ( string v ) : bool
v string
Результат bool

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

public setPinned ( bool v ) : void
v bool
Результат void

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

public setRecursiveSelection ( bool v ) : void
v bool
Результат void

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

public setWidth ( int v ) : void
v int
Результат void

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

public setX ( int v ) : void
v int
Результат void

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

public setY ( int v ) : void
v int
Результат void

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

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public subElements ( ArrayList l ) : void
l ArrayList
Результат void

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

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw TextWriter
typeId bool
headingTag string
endingTag string
Результат void

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

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParseBody ( TextWriter pw ) : void
pw TextWriter
Результат void