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

public abstract class L3ElementImpl extends BioPAXElementImpl implements Level3Element
Base BioPAX Level3 element.
See Also:
  • Constructor Details

    • L3ElementImpl

      public L3ElementImpl()
  • Method Details

    • getComment

      public Set<String> getComment()
      Description copied from interface: Level3Element
      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.
      Specified by:
      getComment in interface Level3Element
      Returns:
      A textual comment about this individual.
    • setComment

      public void setComment(Set<String> comment)
    • addComment

      public void addComment(String COMMENT)
      Description copied from interface: Level3Element
      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.
      Specified by:
      addComment in interface Level3Element
      Parameters:
      COMMENT - A textual comment about this individual.
    • removeComment

      public void removeComment(String COMMENT)
      Description copied from interface: Level3Element
      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.
      Specified by:
      removeComment in interface Level3Element
      Parameters:
      COMMENT - A textual comment about this individual.