public interface ModificationFeature extends EntityFeature
(URI: http://www.biopax.org/release/biopax-level3.owl#ModificationFeature)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
modificationTypeProperty
The Jena Property for modificationType
|
static Resource |
TYPE
The rdf:type for this ontology class
|
evidenceProperty, featureLocationProperty, featureLocationTypeProperty, memberFeatureProperty
commentProperty
Modifier and Type | Method and Description |
---|---|
SequenceModificationVocabulary |
getModificationType()
Gets the 'modificationType' property value
|
SequenceModificationVocabulary |
setModificationType()
Sets the 'modificationType' property value to an anonymous node
|
SequenceModificationVocabulary |
setModificationType(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'modificationType' property value to the given resource, and add's rdf:type properties.
|
void |
setModificationType(SequenceModificationVocabulary modificationType)
Sets the 'modificationType' property value
|
addEvidence, addEvidence, addEvidence, addFeatureLocation, addFeatureLocation, addFeatureLocation, addFeatureLocationType, addFeatureLocationType, addFeatureLocationType, addMemberFeature, addMemberFeature, addMemberFeature, getEvidence, getFeatureLocation, getFeatureLocationType, getMemberFeature, removeEvidence, removeFeatureLocation, removeFeatureLocationType, removeMemberFeature
addComment, getComment, removeComment
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property modificationTypeProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#modificationType)
SequenceModificationVocabulary getModificationType() throws com.ibm.adtech.jastor.JastorException
SequenceModificationVocabulary
com.ibm.adtech.jastor.JastorException
modificationTypeProperty
void setModificationType(SequenceModificationVocabulary modificationType) throws com.ibm.adtech.jastor.JastorException
{@link
- fr.curie.BiNoM.pathways.biopax.SequenceModificationVocabulary}com.ibm.adtech.jastor.JastorException
modificationTypeProperty
SequenceModificationVocabulary setModificationType() throws com.ibm.adtech.jastor.JastorException
SequenceModificationVocabulary
, the created valuecom.ibm.adtech.jastor.JastorException
modificationTypeProperty
SequenceModificationVocabulary setModificationType(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
SequenceModificationVocabulary
with the factory.
and calling setModificationType(fr.curie.BiNoM.pathways.biopax.SequenceModificationVocabulary modificationType)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#SequenceModificationVocabulary. That is, this method
should not be used as a shortcut for creating new objects in the model.{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.SequenceModificationVocabulary
, the newly created valuecom.ibm.adtech.jastor.JastorException
modificationTypeProperty