Interface IModelInfo

All Known Implementing Classes:
ModelInformation

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

    Modifier and Type
    Method
    Description
    Returns where the model was stored at.
    Returns the name of the model.
    Returns the version of the model.
  • Method Details

    • getName

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

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

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