Метод | Описание | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
RequirementSet ( ) : System | ||
allDependancies ( ) : |
Part of the list interface for Dependancies
|
|
allSubSets ( ) : |
Part of the list interface for SubSets
|
|
appendDependancies ( Lock aLock, |
||
appendDependancies ( |
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, |
||
appendSubSets ( |
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 ( |
||
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 ) : |
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 ( ) : |
Part of the list interface for Dependancies
|
|
getSubSets ( ) : |
Part of the list interface for SubSets
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
Результат | void |
public allDependancies ( ) : |
||
Результат |
public allSubSets ( ) : |
||
Результат |
public appendDependancies ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendDependancies ( |
||
el | a RequirementSetDependancy to add to the collection in /// Dependancies | |
Результат | void |
public appendDependancies ( System coll ) : void | ||
coll | System | a collection ofRequirementSetDependancys to add to the collection in /// Dependancies |
Результат | void |
public appendDependancies ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public appendSubSets ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendSubSets ( |
||
el | a RequirementSet to add to the collection in /// SubSets | |
Результат | void |
public appendSubSets ( System coll ) : void | ||
coll | System | a collection ofRequirementSets to add to the collection in /// SubSets |
Результат | void |
public appendSubSets ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public copyTo ( |
||
other | ||
Результат | void |
public deleteDependancies ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteDependancies ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public deleteSubSets ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteSubSets ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
Результат | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
Результат | void |
public getDependancies ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public getObsoleteRequirementsStatus ( ) : acceptor.SPEC_IMPLEMENTED_ENUM | ||
Результат | acceptor.SPEC_IMPLEMENTED_ENUM |
public getObsoleteRequirementsStatus_AsString ( ) : string | ||
Результат | string |
public getSubSets ( int idx ) : RequirementSet | ||
idx | int | the index of the element to extract |
Результат | RequirementSet |
public indexOfDependancies ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public indexOfSubSets ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public insertDependancies ( int idx, RequirementSetDependancy el ) : void | ||
idx | int | the index where the insertion must take place |
el | RequirementSetDependancy | the element to insert |
Результат | void |
public insertDependancies ( int idx, RequirementSetDependancy el, Lock aLock ) : void | ||
idx | int | |
el | RequirementSetDependancy | |
aLock | Lock | |
Результат | void |
public insertSubSets ( int idx, RequirementSet el ) : void | ||
idx | int | the index where the insertion must take place |
el | RequirementSet | the element to insert |
Результат | void |
public insertSubSets ( int idx, RequirementSet el, Lock aLock ) : void | ||
idx | int | |
el | RequirementSet | |
aLock | Lock | |
Результат | void |
public parse ( XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBContext | |
endingTag | string | |
Результат | void |
public parseBody ( XmlBContext ctxt ) : void | ||
ctxt | XmlBContext | |
Результат | void |
public removeDependancies ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeDependancies ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public removeSubSets ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeSubSets ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public setAllDependancies ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllDependancies ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Dependancies's current content. |
Результат | void |
public setAllSubSets ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllSubSets ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// SubSets's current content. |
Результат | void |
public setObsoleteRequirementsStatus ( acceptor v ) : void | ||
v | acceptor | |
Результат | void |
public setObsoleteRequirementsStatus_AsString ( string v ) : bool | ||
v | string | |
Результат | bool |
public setRecursiveSelection ( bool v ) : void | ||
v | bool | |
Результат | void |
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void | ||
pw | TextWriter | |
typeId | bool | |
headingTag | string | |
endingTag | string | |
Результат | void |
public unParseBody ( TextWriter pw ) : void | ||
pw | TextWriter | |
Результат | void |