Interface ModelEntity

All Known Implementing Classes:
ModelEntityImpl

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

    Modifier and Type
    Method
    Description
    Gets the entity.
    Gets the path of the modelfile.
    boolean
    Returns whether the modelfile has changed.
  • Method Details

    • getEntity

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

      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