Class CSharpLogicalNamespaceAccess
- java.lang.Object
-
- com.hello2morrow.sonargraph.core.api.model.ElementAccess<com.hello2morrow.sonargraph.core.model.programming.LogicalNamespace>
-
- com.hello2morrow.sonargraph.core.api.model.LogicalNamespaceAccess
-
- com.hello2morrow.sonargraph.languageprovider.csharp.api.model.CSharpLogicalNamespaceAccess
-
- All Implemented Interfaces:
IElementAccess
,ILogicalNamespaceAccess
,INamedElementAccess
public final class CSharpLogicalNamespaceAccess extends LogicalNamespaceAccess
-
-
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.ILogicalNamespaceAccess
ILogicalNamespaceAccess.IVisitor
-
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.INamedElementAccess
INamedElementAccess.INamedElementAccessVisitor
-
-
Constructor Summary
Constructors Constructor Description CSharpLogicalNamespaceAccess(com.hello2morrow.sonargraph.core.model.programming.LogicalNamespace element)
Internal use only
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getMetricLevel()
Internal use only-
Methods inherited from class com.hello2morrow.sonargraph.core.api.model.LogicalNamespaceAccess
accept, getAbstractnessMetric, getAverageComplexityMetric, getDistanceMetric, getIncomingDependenciesFlatRecursively, getIncomingDependenciesFlatRecursively, getInstabilityMetric, getModuleScope, getNumberOfIncomingDependenciesMetric, getNumberOfOutgoingDependenciesMetric, getNumberOfTypesMetric, getOutgoingDependenciesFlatRecursively, getOutgoingDependenciesFlatRecursively, getOutgoingDependenciesFlatRecursively, getProgrammingElements, getReferencedElementsFlatRecursively, getReferencedElementsFlatRecursively, getReferencedElementsFlatRecursively, getReferencingElementsFlatRecursively, getReferencingElementsFlatRecursively, isPart, isSystemScope
-
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
-
getMetricLevel
public java.lang.Object getMetricLevel()
Description copied from class:ElementAccess
Internal use only- Overrides:
getMetricLevel
in classLogicalNamespaceAccess
-
-