public final class Specification extends SpecElementWithAttributes<Specification>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSpecObjectReference(SpecObjectReference specObjectReference)
Checks whether this
Specification contains the specified SpecObjectReference |
Children |
getChildren()
Where this
Identifable is the base class for Specification or SpecHierarchy, this member
contains the child SpecHierarchy objects. |
SpecificationType |
getSpecificationType() |
com.reqdesign.reqif.SpecObjectCollection |
getSpecObjectCollection() |
getAttributeValuesgetSpecType, toStringequals, getAlternativeID, getDesc, getIdentifier, getLastChange, getLastChangeText, getLongName, getPathToRoot, getReqIFContent, hashCode, isUsed, isValidIdentifier, setAlternativeID, setDesc, setLastChange, setLongName, whereUsedpublic com.reqdesign.reqif.SpecObjectCollection getSpecObjectCollection()
public SpecificationType getSpecificationType()
public Children getChildren()
IdentifiableIdentifable is the base class for Specification or SpecHierarchy, this member
contains the child SpecHierarchy objects. Otherwise it is null.getChildren in class Identifiable<Specification>Children of this object when it is a Specification or SpecHierarchy, can be nullpublic boolean containsSpecObjectReference(SpecObjectReference specObjectReference)
Specification contains the specified SpecObjectReferencespecObjectReference - the SpecObjectReference to check, not nullSpecObjectReference in this Specification