public class ScoreImpl extends XReferrableImpl implements Score
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
ScoreImpl() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Score> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
Provenance |
getScoreSource()
This property defines the source of the scoring methodology.
|
String |
getValue()
This property defines the value of the score.
|
void |
setScoreSource(Provenance scoreSource)
This property defines the source of the scoring methodology.
|
void |
setValue(String value)
This property defines the value of the score.
|
addXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, semanticallyEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getUri, isEquivalentpublic Class<? extends Score> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.public String getValue()
Scorepublic void setValue(String value)
Scorepublic Provenance getScoreSource()
ScoregetScoreSource in interface Scorepublic void setScoreSource(Provenance scoreSource)
ScoresetScoreSource in interface ScorescoreSource - publication or web site describing the scoring methodology and the range of
values.Copyright © 2018 BioPAX. All rights reserved.