@Entity @Indexed public class ScoreImpl extends XReferrableImpl implements Score
FIELD_AVAILABILITY, FIELD_COMMENT, FIELD_DATASOURCE, FIELD_ECNUMBER, FIELD_KEYWORD, FIELD_NAME, FIELD_ORGANISM, FIELD_PATHWAY, FIELD_SEQUENCE, FIELD_TERM, FIELD_XREFDB, FIELD_XREFID, FILTER_BY_DATASOURCE, FILTER_BY_ORGANISMUNKNOWN_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, getDatasources, getKeywords, getOrganisms, getParentPathways, removeComment, setCommentequals, getAnnotations, getPk, getRDFId, hashCode, isEquivalent, semanticallyEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getRDFId, isEquivalentpublic Class<? extends Score> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.@Field(name="keyword",
store=YES,
analyze=YES)
@Boost(value=1.100000023841858f)
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 © 2015 BioPAX. All rights reserved.