Class RelationshipXrefImpl

All Implemented Interfaces:
Serializable, Cloneable, BioPAXElement, Level3Element, RelationshipXref, UtilityClass, Xref

public class RelationshipXrefImpl extends XrefImpl implements RelationshipXref
See Also:
  • Constructor Details

    • RelationshipXrefImpl

      public RelationshipXrefImpl()
  • Method Details

    • getModelInterface

      public Class<? extends RelationshipXref> getModelInterface()
      Description copied from interface: BioPAXElement
      This method returns the actual model interface that a class implements.
      Specified by:
      getModelInterface in interface BioPAXElement
      Returns:
      an interface from org.biopax.paxtools.model package corresponding to a BioPAX class.
    • getRelationshipType

      public RelationshipTypeVocabulary getRelationshipType()
      Description copied from interface: RelationshipXref
      Definition:A controlled vocabulary term that defines the type of relationship that this xref defines. Usage: There is currently no controlled vocabulary of relationship types for BioPAX, although one will be created in the future as the usage of this property increases.
      Specified by:
      getRelationshipType in interface RelationshipXref
      Returns:
      The type of relationship
    • setRelationshipType

      public void setRelationshipType(RelationshipTypeVocabulary relationshipType)
      Description copied from interface: RelationshipXref
      Definition:A controlled vocabulary term that defines the type of relationship that this xref defines. Usage: There is currently no controlled vocabulary of relationship types for BioPAX, although one will be created in the future as the usage of this property increases.
      Specified by:
      setRelationshipType in interface RelationshipXref
      Parameters:
      relationshipType - The type of relationship that this xref defines
    • semanticallyEquivalent

      protected boolean semanticallyEquivalent(BioPAXElement other)
      Overrides:
      semanticallyEquivalent in class XrefImpl