Package org.biopax.paxtools.impl.level3
Class RelationshipXrefImpl
java.lang.Object
org.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
org.biopax.paxtools.impl.level3.XrefImpl
org.biopax.paxtools.impl.level3.RelationshipXrefImpl
- All Implemented Interfaces:
Serializable,Cloneable,BioPAXElement,Level3Element,RelationshipXref,UtilityClass,Xref
- 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 TypeMethodDescriptionClass<? extends RelationshipXref> This method returns the actual model interface that a class implements.Definition:A controlled vocabulary term that defines the type of relationship that this xref defines.protected booleanvoidsetRelationshipType(RelationshipTypeVocabulary relationshipType) Definition:A controlled vocabulary term that defines the type of relationship that this xref defines.Methods inherited from class org.biopax.paxtools.impl.level3.XrefImpl
equivalenceCode, getDb, getDbVersion, getId, getIdVersion, getXrefOf, setDb, setDbVersion, setId, setIdVersion, toStringMethods inherited from class org.biopax.paxtools.impl.level3.L3ElementImpl
addComment, getComment, removeComment, setCommentMethods inherited from class org.biopax.paxtools.impl.BioPAXElementImpl
equals, getAnnotations, getUri, hashCode, isEquivalentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeCommentMethods inherited from interface org.biopax.paxtools.model.level3.Xref
getDb, getDbVersion, getId, getIdVersion, getXrefOf, setDb, setDbVersion, setId, setIdVersion
-
Constructor Details
-
RelationshipXrefImpl
public RelationshipXrefImpl()
-
-
Method Details
-
getModelInterface
Description copied from interface:BioPAXElementThis method returns the actual model interface that a class implements.- Specified by:
getModelInterfacein interfaceBioPAXElement- Returns:
- an interface from
org.biopax.paxtools.modelpackage corresponding to a BioPAX class.
-
getRelationshipType
Description copied from interface:RelationshipXrefDefinition: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:
getRelationshipTypein interfaceRelationshipXref- Returns:
- The type of relationship
-
setRelationshipType
Description copied from interface:RelationshipXrefDefinition: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:
setRelationshipTypein interfaceRelationshipXref- Parameters:
relationshipType- The type of relationship that this xref defines
-
semanticallyEquivalent
- Overrides:
semanticallyEquivalentin classXrefImpl
-