Class ScoreImpl

All Implemented Interfaces:
Serializable, Cloneable, BioPAXElement, Level3Element, Score, UtilityClass, XReferrable

public class ScoreImpl extends XReferrableImpl implements Score
See Also:
  • Constructor Details

    • ScoreImpl

      public ScoreImpl()
  • Method Details

    • getModelInterface

      public Class<? extends Score> getModelInterface()
      Description copied from interface: BioPAXElement
      This method returns the actual model interface that a class implements.
      Specified by:
      getModelInterface in interface BioPAXElement
      Returns:
      an interface from org.biopax.paxtools.model package corresponding to a BioPAX class.
    • getValue

      public String getValue()
      Description copied from interface: Score
      This property defines the value of the score. This can be a numerical or categorical value.
      Specified by:
      getValue in interface Score
      Returns:
      Numerical or categorical value of the score
    • setValue

      public void setValue(String value)
      Description copied from interface: Score
      This property defines the value of the score. This can be a numerical or categorical value.
      Specified by:
      setValue in interface Score
      Parameters:
      value - Numerical or categorical value of the score
    • getScoreSource

      public Provenance getScoreSource()
      Description copied from interface: Score
      This property defines the source of the scoring methodology.
      Specified by:
      getScoreSource in interface Score
      Returns:
      A publication or web site describing the scoring methodology and the range of values.
    • setScoreSource

      public void setScoreSource(Provenance scoreSource)
      Description copied from interface: Score
      This property defines the source of the scoring methodology.
      Specified by:
      setScoreSource in interface Score
      Parameters:
      scoreSource - publication or web site describing the scoring methodology and the range of values.