-
-
Method Summary
Return the assigned element as component.
Return the access object for the assigned element.
Return the assigned element as a type.
Methods inherited from interface com.hello2morrow.sonargraph.api.INamedElementAccess
accept, getChildren, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssueCount, getIssues, getIssues, getIssues, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
-
Method Details
-
asElement
Return the access object for the assigned element.
- Returns:
- The assigned element.
-
asType
Return the assigned element as a type. (Only works for logical architecture models)
- Returns:
- The assigned type or null, if the model is physical or the assigned element is not a type.
-
asComponent
Return the assigned element as component. (Only works for physical architecture models)
- Returns:
- The assigned component or null, if the model is logical.