Package org.biopax.paxtools.model.level3
Interface Level3Element
- All Superinterfaces:
BioPAXElement,Cloneable,Serializable
- All Known Subinterfaces:
BindingFeature,BiochemicalPathwayStep,BiochemicalReaction,BioSource,Catalysis,CellularLocationVocabulary,CellVocabulary,ChemicalConstant,ChemicalStructure,Complex,ComplexAssembly,Control,ControlledVocabulary,Controller,Conversion,CovalentBindingFeature,Degradation,DeltaG,Dna,DnaReference,DnaRegion,DnaRegionReference,Entity,EntityFeature,EntityReference,EntityReferenceTypeVocabulary,Evidence,EvidenceCodeVocabulary,ExperimentalForm,ExperimentalFormVocabulary,FragmentFeature,Gene,GeneticInteraction,Interaction,InteractionVocabulary,KPrime,ModificationFeature,Modulation,MolecularInteraction,Named,NucleicAcid,NucleicAcidReference,NucleicAcidRegionReference,Observable,Pathway,PathwayStep,PhenotypeVocabulary,PhysicalEntity,Process,Protein,ProteinReference,Provenance,PublicationXref,RelationshipTypeVocabulary,RelationshipXref,Rna,RnaReference,RnaRegion,RnaRegionReference,Score,SequenceEntity,SequenceEntityReference,SequenceInterval,SequenceLocation,SequenceModificationVocabulary,SequenceRegionVocabulary,SequenceSite,SimplePhysicalEntity,SmallMolecule,SmallMoleculeReference,Stoichiometry,TemplateReaction,TemplateReactionRegulation,TissueVocabulary,Transport,TransportWithBiochemicalReaction,UnificationXref,UtilityClass,Xref,XReferrable
- All Known Implementing Classes:
BindingFeatureImpl,BiochemicalPathwayStepImpl,BiochemicalReactionImpl,BioSourceImpl,CatalysisImpl,CellularLocationVocabularyImpl,CellVocabularyImpl,ChemicalConstantImpl,ChemicalStructureImpl,ComplexAssemblyImpl,ComplexImpl,ControlImpl,ControlledVocabularyImpl,ConversionImpl,CovalentBindingFeatureImpl,DegradationImpl,DeltaGImpl,DnaImpl,DnaReferenceImpl,DnaRegionImpl,DnaRegionReferenceImpl,EntityFeatureImpl,EntityImpl,EntityReferenceImpl,EntityReferenceTypeVocabularyImpl,EvidenceCodeVocabularyImpl,EvidenceImpl,ExperimentalFormImpl,ExperimentalFormVocabularyImpl,FragmentFeatureImpl,GeneImpl,GeneticInteractionImpl,InteractionImpl,InteractionVocabularyImpl,KPrimeImpl,L3ElementImpl,ModificationFeatureImpl,ModulationImpl,MolecularInteractionImpl,NamedImpl,NucleicAcidImpl,NucleicAcidReferenceImpl,NucleicAcidRegionReferenceImpl,PathwayImpl,PathwayStepImpl,PhenotypeVocabularyImpl,PhysicalEntityImpl,ProcessImpl,ProteinImpl,ProteinReferenceImpl,ProvenanceImpl,PublicationXrefImpl,RelationshipTypeVocabularyImpl,RelationshipXrefImpl,RnaImpl,RnaReferenceImpl,RnaRegionImpl,RnaRegionReferenceImpl,ScoreImpl,SequenceEntityReferenceImpl,SequenceIntervalImpl,SequenceLocationImpl,SequenceModificationVocabularyImpl,SequenceRegionVocabularyImpl,SequenceSiteImpl,SimplePhysicalEntityImpl,SmallMoleculeImpl,SmallMoleculeReferenceImpl,StoichiometryImpl,TemplateReactionImpl,TemplateReactionRegulationImpl,TissueVocabularyImpl,TransportImpl,TransportWithBiochemicalReactionImpl,UnificationXrefImpl,XReferrableImpl,XrefImpl
A Level 3 specific element. Instances of this class maps to an OWL Individual.
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
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.Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalent
-
Method Details
-
getComment
A 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.- Returns:
- A textual comment about this individual.
-
addComment
A 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.- Parameters:
comment- A textual comment about this individual.
-
removeComment
A 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.- Parameters:
comment- A textual comment about this individual.
-