Interface IModelData

All Known Subinterfaces:
IModel
All Known Implementing Classes:
Model, ModelInfo

public interface IModelData
Specifies the interface to the most basic data of a model (and model info).
Author:
Holger Eichelberger
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      Version getVersion()
      Returns the version of the model.
      Returns:
      the version, may be null if no version is specified