Interface ILogicalModuleAccess
- 
- All Superinterfaces:
 IElementAccess,INamedElementAccess
- All Known Subinterfaces:
 IJavaLogicalModuleAccess
- All Known Implementing Classes:
 CppLogicalModuleAccess,CSharpLogicalModuleAccess,JavaLogicalModuleAccess,LogicalModuleAccess
public interface ILogicalModuleAccess extends INamedElementAccess
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceILogicalModuleAccess.IVisitor- 
Nested classes/interfaces inherited from interface com.hello2morrow.sonargraph.api.model.INamedElementAccess
INamedElementAccess.INamedElementAccessVisitor 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLanguage()IModuleAccessgetModule()- 
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
accept, getChildren, getFullyQualifiedName, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getIssueCount, getIssueCount, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getParent, getParent, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getLanguage
java.lang.String getLanguage()
 
- 
getModule
IModuleAccess getModule()
 
 - 
 
 -