public interface EntityFeature extends UtilityClass
(URI: http://www.biopax.org/release/biopax-level3.owl#EntityFeature)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
evidenceProperty
The Jena Property for evidence
|
static com.hp.hpl.jena.rdf.model.Property |
featureLocationProperty
The Jena Property for featureLocation
|
static com.hp.hpl.jena.rdf.model.Property |
featureLocationTypeProperty
The Jena Property for featureLocationType
|
static com.hp.hpl.jena.rdf.model.Property |
memberFeatureProperty
The Jena Property for memberFeature
|
static Resource |
TYPE
The rdf:type for this ontology class
|
commentProperty
Modifier and Type | Method and Description |
---|---|
Evidence |
addEvidence()
Adds an anonymous value for the 'evidence' property
|
Evidence |
addEvidence(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'evidence' property.
|
void |
addEvidence(Evidence evidence)
Adds a value for the 'evidence' property
|
SequenceLocation |
addFeatureLocation()
Adds an anonymous value for the 'featureLocation' property
|
SequenceLocation |
addFeatureLocation(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'featureLocation' property.
|
void |
addFeatureLocation(SequenceLocation featureLocation)
Adds a value for the 'featureLocation' property
|
SequenceRegionVocabulary |
addFeatureLocationType()
Adds an anonymous value for the 'featureLocationType' property
|
SequenceRegionVocabulary |
addFeatureLocationType(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'featureLocationType' property.
|
void |
addFeatureLocationType(SequenceRegionVocabulary featureLocationType)
Adds a value for the 'featureLocationType' property
|
EntityFeature |
addMemberFeature()
Adds an anonymous value for the 'memberFeature' property
|
EntityFeature |
addMemberFeature(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'memberFeature' property.
|
void |
addMemberFeature(EntityFeature memberFeature)
Adds a value for the 'memberFeature' property
|
java.util.Iterator |
getEvidence()
Get an Iterator the 'evidence' property values.
|
java.util.Iterator |
getFeatureLocation()
Get an Iterator the 'featureLocation' property values.
|
java.util.Iterator |
getFeatureLocationType()
Get an Iterator the 'featureLocationType' property values.
|
java.util.Iterator |
getMemberFeature()
Get an Iterator the 'memberFeature' property values.
|
void |
removeEvidence(Evidence evidence)
Removes a value for the 'evidence' property.
|
void |
removeFeatureLocation(SequenceLocation featureLocation)
Removes a value for the 'featureLocation' property.
|
void |
removeFeatureLocationType(SequenceRegionVocabulary featureLocationType)
Removes a value for the 'featureLocationType' property.
|
void |
removeMemberFeature(EntityFeature memberFeature)
Removes a value for the 'memberFeature' property.
|
addComment, getComment, removeComment
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property memberFeatureProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#memberFeature)
static final com.hp.hpl.jena.rdf.model.Property featureLocationProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#featureLocation)
static final com.hp.hpl.jena.rdf.model.Property featureLocationTypeProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#featureLocationType)
static final com.hp.hpl.jena.rdf.model.Property evidenceProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#evidence)
java.util.Iterator getMemberFeature() throws com.ibm.adtech.jastor.JastorException
Iterator
of EntityFeature
com.ibm.adtech.jastor.JastorException
memberFeatureProperty
void addMemberFeature(EntityFeature memberFeature) throws com.ibm.adtech.jastor.JastorException
The
- EntityFeature
to addcom.ibm.adtech.jastor.JastorException
memberFeatureProperty
EntityFeature addMemberFeature() throws com.ibm.adtech.jastor.JastorException
EntityFeature
createdcom.ibm.adtech.jastor.JastorException
memberFeatureProperty
EntityFeature addMemberFeature(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
EntityFeature
with the factory
and calling addMemberFeature(fr.curie.BiNoM.pathways.biopax.EntityFeature memberFeature)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#EntityFeature. 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
memberFeatureProperty
void removeMemberFeature(EntityFeature memberFeature) throws com.ibm.adtech.jastor.JastorException
The
- EntityFeature
to removecom.ibm.adtech.jastor.JastorException
memberFeatureProperty
java.util.Iterator getFeatureLocation() throws com.ibm.adtech.jastor.JastorException
Iterator
of SequenceLocation
com.ibm.adtech.jastor.JastorException
featureLocationProperty
void addFeatureLocation(SequenceLocation featureLocation) throws com.ibm.adtech.jastor.JastorException
The
- SequenceLocation
to addcom.ibm.adtech.jastor.JastorException
featureLocationProperty
SequenceLocation addFeatureLocation() throws com.ibm.adtech.jastor.JastorException
SequenceLocation
createdcom.ibm.adtech.jastor.JastorException
featureLocationProperty
SequenceLocation addFeatureLocation(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
SequenceLocation
with the factory
and calling addFeatureLocation(fr.curie.BiNoM.pathways.biopax.SequenceLocation featureLocation)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#SequenceLocation. 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
featureLocationProperty
void removeFeatureLocation(SequenceLocation featureLocation) throws com.ibm.adtech.jastor.JastorException
The
- SequenceLocation
to removecom.ibm.adtech.jastor.JastorException
featureLocationProperty
java.util.Iterator getFeatureLocationType() throws com.ibm.adtech.jastor.JastorException
Iterator
of SequenceRegionVocabulary
com.ibm.adtech.jastor.JastorException
featureLocationTypeProperty
void addFeatureLocationType(SequenceRegionVocabulary featureLocationType) throws com.ibm.adtech.jastor.JastorException
The
- SequenceRegionVocabulary
to addcom.ibm.adtech.jastor.JastorException
featureLocationTypeProperty
SequenceRegionVocabulary addFeatureLocationType() throws com.ibm.adtech.jastor.JastorException
SequenceRegionVocabulary
createdcom.ibm.adtech.jastor.JastorException
featureLocationTypeProperty
SequenceRegionVocabulary addFeatureLocationType(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
SequenceRegionVocabulary
with the factory
and calling addFeatureLocationType(fr.curie.BiNoM.pathways.biopax.SequenceRegionVocabulary featureLocationType)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#SequenceRegionVocabulary. 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
featureLocationTypeProperty
void removeFeatureLocationType(SequenceRegionVocabulary featureLocationType) throws com.ibm.adtech.jastor.JastorException
The
- SequenceRegionVocabulary
to removecom.ibm.adtech.jastor.JastorException
featureLocationTypeProperty
java.util.Iterator getEvidence() throws com.ibm.adtech.jastor.JastorException
Iterator
of Evidence
com.ibm.adtech.jastor.JastorException
evidenceProperty
void addEvidence(Evidence evidence) throws com.ibm.adtech.jastor.JastorException
The
- Evidence
to addcom.ibm.adtech.jastor.JastorException
evidenceProperty
Evidence addEvidence() throws com.ibm.adtech.jastor.JastorException
Evidence
createdcom.ibm.adtech.jastor.JastorException
evidenceProperty
Evidence addEvidence(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Evidence
with the factory
and calling addEvidence(fr.curie.BiNoM.pathways.biopax.Evidence evidence)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#Evidence. 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
evidenceProperty
void removeEvidence(Evidence evidence) throws com.ibm.adtech.jastor.JastorException
The
- Evidence
to removecom.ibm.adtech.jastor.JastorException
evidenceProperty