Class LogicalSystemAccess
- java.lang.Object
-
- com.hello2morrow.sonargraph.core.api.model.ElementAccess<com.hello2morrow.sonargraph.core.model.programming.InternalLogicalNamespaceRoot>
-
- com.hello2morrow.sonargraph.core.api.model.LogicalSystemAccess
-
- All Implemented Interfaces:
IElementAccess
,ILogicalSystemAccess
,INamedElementAccess
public final class LogicalSystemAccess extends ElementAccess<com.hello2morrow.sonargraph.core.model.programming.InternalLogicalNamespaceRoot> implements ILogicalSystemAccess
Access object for logical namespace system root.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.hello2morrow.sonargraph.core.api.model.ElementAccess
ElementAccess.IAccessFactory
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.ILogicalSystemAccess
ILogicalSystemAccess.IVisitor
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.INamedElementAccess
INamedElementAccess.INamedElementAccessVisitor
-
-
Constructor Summary
Constructors Constructor Description LogicalSystemAccess(com.hello2morrow.sonargraph.core.model.programming.InternalLogicalNamespaceRoot element)
Internal use only
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(INamedElementAccess.INamedElementAccessVisitor visitor)
Internaljava.lang.String
getLanguage()
Get the language.java.lang.Object
getMetricLevel()
Internal use onlyboolean
isSystemScope()
Returns true if this root node is for system scope namespaces.-
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.ElementAccess
equals, getChildren, getElement, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getName, getNameWithSignature, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively, getShortName, getShortNameWithSignature, hashCode, ignoreIssues, isExcluded, isExternal, setFactory, toString
-
Methods inherited from interface com.hello2morrow.sonargraph.api.model.IElementAccess
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
-
Methods inherited from interface com.hello2morrow.sonargraph.api.model.INamedElementAccess
getChildren, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getIssueCount, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
-
-
-
-
Method Detail
-
isSystemScope
public final boolean isSystemScope()
Returns true if this root node is for system scope namespaces.- Specified by:
isSystemScope
in interfaceILogicalSystemAccess
- Returns:
- see above
-
getLanguage
public final java.lang.String getLanguage()
Get the language.- Specified by:
getLanguage
in interfaceILogicalSystemAccess
- Returns:
- see above
-
getMetricLevel
public java.lang.Object getMetricLevel()
Description copied from class:ElementAccess
Internal use only- Overrides:
getMetricLevel
in classElementAccess<com.hello2morrow.sonargraph.core.model.programming.InternalLogicalNamespaceRoot>
-
accept
public void accept(INamedElementAccess.INamedElementAccessVisitor visitor)
Internal- Specified by:
accept
in interfaceINamedElementAccess
- Overrides:
accept
in classElementAccess<com.hello2morrow.sonargraph.core.model.programming.InternalLogicalNamespaceRoot>
- Parameters:
visitor
- The visitor implementation
-
-