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