Package org.biopax.paxtools.impl.level3
Class ScoreImpl
java.lang.Object
org.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
org.biopax.paxtools.impl.level3.XReferrableImpl
org.biopax.paxtools.impl.level3.ScoreImpl
- All Implemented Interfaces:
Serializable,Cloneable,BioPAXElement,Level3Element,Score,UtilityClass,XReferrable
- See Also:
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the actual model interface that a class implements.This 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 class org.biopax.paxtools.impl.level3.XReferrableImpl
addXref, equivalenceCode, getXref, removeXref, setXrefMethods inherited from class org.biopax.paxtools.impl.level3.L3ElementImpl
addComment, getComment, removeComment, setCommentMethods inherited from class org.biopax.paxtools.impl.BioPAXElementImpl
equals, getAnnotations, getUri, hashCode, isEquivalent, semanticallyEquivalent, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, 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
-
Constructor Details
-
ScoreImpl
public ScoreImpl()
-
-
Method Details
-
getModelInterface
Description copied from interface:BioPAXElementThis method returns the actual model interface that a class implements.- Specified by:
getModelInterfacein interfaceBioPAXElement- Returns:
- an interface from
org.biopax.paxtools.modelpackage corresponding to a BioPAX class.
-
getValue
Description copied from interface:ScoreThis property defines the value of the score. This can be a numerical or categorical value. -
setValue
Description copied from interface:ScoreThis property defines the value of the score. This can be a numerical or categorical value. -
getScoreSource
Description copied from interface:ScoreThis property defines the source of the scoring methodology.- Specified by:
getScoreSourcein interfaceScore- Returns:
- A publication or web site describing the scoring methodology and the range of values.
-
setScoreSource
Description copied from interface:ScoreThis property defines the source of the scoring methodology.- Specified by:
setScoreSourcein interfaceScore- Parameters:
scoreSource- publication or web site describing the scoring methodology and the range of values.
-