Interface IRequirementTable
- All Superinterfaces:
IDiagram,IElement,IEntity,IHyperlinkOwner,INamedElement
Interface for Requirement Table.
-
Field Summary
Fields inherited from interface com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY -
Method Summary
Modifier and TypeMethodDescriptionintGet specified hierarchies.booleanCheck if the element should be displayed requirements in all hierarchies.booleanCheck if the element should be displayed requirements in specified hierarchies under project.booleanCheck if ID should be shown.booleanCheck if Name should be shown.booleanCheck if the top parent should be displayed if the requirement table is created under a requirement.booleanCheck if the element should be displayed requirements under sub packages.booleanCheck if Text should be shown.Methods inherited from interface com.change_vision.jude.api.inf.model.IDiagram
exportImage, getBoundRect, getPresentations, getProperties, getProperty, getText, setProperties, setPropertyMethods inherited from interface com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getStereotypes, getTaggedValue, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifierMethods inherited from interface com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinksMethods inherited from interface com.change_vision.jude.api.inf.model.INamedElement
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility
-
Method Details
-
isIdVisible
boolean isIdVisible()Check if ID should be shown.- Returns:
- true ID should be shown / false ID shouldn't be shown
-
isNameVisible
boolean isNameVisible()Check if Name should be shown.- Returns:
- true Name should be shown / false Name shouldn't be shown
-
isTextVisible
boolean isTextVisible()Check if Text should be shown.- Returns:
- true Text should be shown / false Text shouldn't be shown
-
isParentVisible
boolean isParentVisible()Check if the top parent should be displayed if the requirement table is created under a requirement.- Returns:
- true The top parent should be displayed / false The top parent shouldn't be displayed
-
isAllHierarchy
boolean isAllHierarchy()Check if the element should be displayed requirements in all hierarchies.- Returns:
- true The element should be displayed requirements in all hierarchies / false The element shouldn't be displayed requirements in all hierarchies
-
isHierarchyRange
boolean isHierarchyRange()Check if the element should be displayed requirements in specified hierarchies under project.- Returns:
- true The element should be displayed requirements in specified hierarchies under project / false The element shouldn't be displayed requirements in specified hierarchies under project
-
isSubpackageRequirementsVisible
boolean isSubpackageRequirementsVisible()Check if the element should be displayed requirements under sub packages.- Returns:
- true The element should be displayed requirements under sub packages / false The element should't be displayed requirements under sub packages
-
getHierarchyValue
int getHierarchyValue()Get specified hierarchies.- Returns:
- specified hierarchies.
-