Interface IRatingSpecification

All Superinterfaces:
ILocationRef
All Known Implementing Classes:
JDomRatingSpecification

public interface IRatingSpecification extends ILocationRef
An interface for a rating specification. Has a location, rating template, and spec version.
  • Field Details

  • Method Details

    • getTemplate

      IRatingTemplate getTemplate()
      Returns the template for this spec.
      Returns:
    • setTemplate

      void setTemplate(IRatingTemplate template)
      Sets the template for this spec.
      Parameters:
      template -
    • getSpecVersion

      Version getSpecVersion()
      Returns the version of this spec. Note that the template also has a version separate from the spec version.
      Returns:
    • setSpecVersion

      void setSpecVersion(Version specVersion)
      Sets the version of this spec. Note that the template also has a version separate from the spec version.
      Parameters:
      specVersion -
    • isSimple

      boolean isSimple()
      Returns a boolean indicating if this spec is simple. I.e. can be used to perform a reverse rating. 1 independent parameter : 1 dependent parameter.
      Returns: