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() |
getAttributeValues
getSpecType, toString
equals, getAlternativeID, getDesc, getIdentifier, getLastChange, getLastChangeText, getLongName, getPathToRoot, getReqIFContent, hashCode, isUsed, isValidIdentifier, setAlternativeID, setDesc, setLastChange, setLongName, whereUsed
public com.reqdesign.reqif.SpecObjectCollection getSpecObjectCollection()
public SpecificationType getSpecificationType()
public Children getChildren()
Identifiable
Identifable
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 SpecObjectReference
specObjectReference
- the SpecObjectReference
to check, not nullSpecObjectReference
in this Specification