Interface ModelEntity

  • All Known Implementing Classes:
    ModelEntityImpl

    public interface ModelEntity
    Entity as a component of a model.
    Author:
    harald
    • Method Detail

      • getEntity

        Entity getEntity()
        Gets the entity.
        Returns:
        the entity
      • getFileName

        java.lang.String getFileName()
        Gets the filename.
        Returns:
        the filename
      • hasChanged

        boolean hasChanged()
        Returns whether the modelfile has changed.
        Returns:
        true if changed