Package org.biopax.paxtools.model.level3
Interface Score
- All Superinterfaces:
BioPAXElement,Cloneable,Level3Element,Serializable,UtilityClass,XReferrable
- All Known Implementing Classes:
ScoreImpl
Definition: A score associated with a publication reference describing how the score was
determined, the name of the method and a comment briefly describing the method.
Usage: The xref must contain at least one publication that describes the method used to
determine the score value. There is currently no standard way of describing values, so any
string is valid.
Examples: The statistical significance of a result, e.g. "p<0.05".
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionThis property defines the source of the scoring methodology.getValue()This property defines the value of the score.voidsetScoreSource(Provenance scoreSource) This property defines the source of the scoring methodology.voidThis property defines the value of the score.Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeCommentMethods inherited from interface org.biopax.paxtools.model.level3.XReferrable
addXref, getXref, removeXref
-
Method Details
-
getValue
String getValue()This property defines the value of the score. This can be a numerical or categorical value.- Returns:
- Numerical or categorical value of the score
-
setValue
This property defines the value of the score. This can be a numerical or categorical value.- Parameters:
value- Numerical or categorical value of the score
-
getScoreSource
Provenance getScoreSource()This property defines the source of the scoring methodology.- Returns:
- A publication or web site describing the scoring methodology and the range of values.
-
setScoreSource
This property defines the source of the scoring methodology.- Parameters:
scoreSource- publication or web site describing the scoring methodology and the range of values.
-