Interface ResolvableEntity
-
- All Known Subinterfaces:
ModelicaClassType,ModelicaDeclaration,ModelicaType
- All Known Implementing Classes:
ModelicaBuiltinType,ModelicaComponentDeclaration
public interface ResolvableEntityInterface for entities that can be looked up.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescriptiveName()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.
-
-