public interface RelationshipXref extends Xref
(URI: http://www.biopax.org/release/biopax-level3.owl#RelationshipXref)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
relationshipTypeProperty
The Jena Property for relationshipType
|
static Resource |
TYPE
The rdf:type for this ontology class
|
dbProperty, dbVersionProperty, idProperty, idVersionProperty
commentProperty
Modifier and Type | Method and Description |
---|---|
RelationshipTypeVocabulary |
addRelationshipType()
Adds an anonymous value for the 'relationshipType' property
|
RelationshipTypeVocabulary |
addRelationshipType(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'relationshipType' property.
|
void |
addRelationshipType(RelationshipTypeVocabulary relationshipType)
Adds a value for the 'relationshipType' property
|
java.util.Iterator |
getRelationshipType()
Get an Iterator the 'relationshipType' property values.
|
void |
removeRelationshipType(RelationshipTypeVocabulary relationshipType)
Removes a value for the 'relationshipType' property.
|
getDb, getDbVersion, getId, getIdVersion, setDb, setDbVersion, setId, setIdVersion
addComment, getComment, removeComment
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property relationshipTypeProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#relationshipType)
java.util.Iterator getRelationshipType() throws com.ibm.adtech.jastor.JastorException
Iterator
of RelationshipTypeVocabulary
com.ibm.adtech.jastor.JastorException
relationshipTypeProperty
void addRelationshipType(RelationshipTypeVocabulary relationshipType) throws com.ibm.adtech.jastor.JastorException
The
- RelationshipTypeVocabulary
to addcom.ibm.adtech.jastor.JastorException
relationshipTypeProperty
RelationshipTypeVocabulary addRelationshipType() throws com.ibm.adtech.jastor.JastorException
RelationshipTypeVocabulary
createdcom.ibm.adtech.jastor.JastorException
relationshipTypeProperty
RelationshipTypeVocabulary addRelationshipType(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
RelationshipTypeVocabulary
with the factory
and calling addRelationshipType(fr.curie.BiNoM.pathways.biopax.RelationshipTypeVocabulary relationshipType)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#RelationshipTypeVocabulary. That is, this method
should not be used as a shortcut for creating new objects in the model.The
- om.hp.hpl.jena.rdf.model.Resource
to addcom.ibm.adtech.jastor.JastorException
relationshipTypeProperty
void removeRelationshipType(RelationshipTypeVocabulary relationshipType) throws com.ibm.adtech.jastor.JastorException
The
- RelationshipTypeVocabulary
to removecom.ibm.adtech.jastor.JastorException
relationshipTypeProperty