Interface IModelInfo
-
- All Known Implementing Classes:
ModelInformation
public interface IModelInfoReturns information about an available persisted model.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URIgetLocation()Returns where the model was stored at.java.lang.StringgetName()Returns the name of the model.java.lang.StringgetVersion()Returns the version of the model.
-
-
-
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
-
-