-
- All Known Implementing Classes:
ModelEntityImpl
public interface ModelEntityEntity as a component of a model.- Author:
- harald
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntitygetEntity()Gets the entity.java.lang.StringgetFilePath()Gets the path of the modelfile.booleanhasChanged()Returns whether the modelfile has changed.
-
-
-
Method Detail
-
getEntity
Entity getEntity()
Gets the entity.- Returns:
- the entity
-
getFilePath
java.lang.String getFilePath()
Gets the path of the modelfile.- Returns:
- the canonical file path
-
hasChanged
boolean hasChanged()
Returns whether the modelfile has changed.- Returns:
- true if changed
-
-