Package org.biopax.paxtools.impl.level3
Class L3ElementImpl
java.lang.Object
org.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
- All Implemented Interfaces:
Serializable,Cloneable,BioPAXElement,Level3Element
- Direct Known Subclasses:
ChemicalConstantImpl,ChemicalStructureImpl,EntityFeatureImpl,ExperimentalFormImpl,PathwayStepImpl,SequenceLocationImpl,StoichiometryImpl,XReferrableImpl,XrefImpl
Base BioPAX Level3 element.
- 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 TypeMethodDescriptionvoidaddComment(String COMMENT) A textual comment about this individual.A textual comment about this individual.voidremoveComment(String COMMENT) A textual comment about this individual.voidsetComment(Set<String> comment) Methods inherited from class org.biopax.paxtools.impl.BioPAXElementImpl
equals, equivalenceCode, 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, getModelInterface, getUri, isEquivalent
-
Constructor Details
-
L3ElementImpl
public L3ElementImpl()
-
-
Method Details
-
getComment
Description copied from interface:Level3ElementA textual comment about this individual. This property should be used instead of the OWL documentation elements (rdfs:comment) for instances because information in 'comment' is data to be exchanged, whereas the rdfs:comment field is used for metadata about the structure of the BioPAX ontology. Contents of this set should not be modified. Use Add/Remove instead.- Specified by:
getCommentin interfaceLevel3Element- Returns:
- A textual comment about this individual.
-
setComment
-
addComment
Description copied from interface:Level3ElementA textual comment about this individual. This property should be used instead of the OWL documentation elements (rdfs:comment) for instances because information in 'comment' is data to be exchanged, whereas the rdfs:comment field is used for metadata about the structure of the BioPAX ontology. Contents of this set should not be modified. Use Add/Remove instead.- Specified by:
addCommentin interfaceLevel3Element- Parameters:
COMMENT- A textual comment about this individual.
-
removeComment
Description copied from interface:Level3ElementA textual comment about this individual. This property should be used instead of the OWL documentation elements (rdfs:comment) for instances because information in 'comment' is data to be exchanged, whereas the rdfs:comment field is used for metadata about the structure of the BioPAX ontology. Contents of this set should not be modified. Use Add/Remove instead.- Specified by:
removeCommentin interfaceLevel3Element- Parameters:
COMMENT- A textual comment about this individual.
-