Interface IModelInfo

  • All Known Implementing Classes:
    ModelInformation

    public interface IModelInfo
    Returns information about an available persisted model.
    Author:
    Holger Eichelberger
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the model.
        Returns:
        the name
      • getVersion

        java.lang.String getVersion()
        Returns the version of the model.
        Returns:
        the version (may be null if there is none)
      • getLocation

        java.net.URI getLocation()
        Returns where the model was stored at.
        Returns:
        the location