Interface ResolvableEntity
-
- All Known Subinterfaces:
ModelicaClassType
,ModelicaDeclaration
,ModelicaType
- All Known Implementing Classes:
ModelicaBuiltinType
,ModelicaComponentDeclaration
public interface ResolvableEntity
Interface for entities that can be looked up.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescriptiveName()
Returns some name to be shown to user in violation description.
-
-
-
Method Detail
-
getDescriptiveName
String getDescriptiveName()
Returns some name to be shown to user in violation description.
-
-