public class FragmentFeatureImpl extends com.ibm.adtech.jastor.ThingImpl implements FragmentFeature
FragmentFeature
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level3_DOT_owlFactory to create instances of this class.
(URI: http://www.biopax.org/release/biopax-level3.owl#FragmentFeature)
TYPE
Modifier and Type | Method and Description |
---|---|
void |
addComment(java.lang.String comment)
Add a 'comment' property value
|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
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
|
void |
clearCache() |
java.util.Iterator |
getComment()
Iterates through the 'comment' property values.
|
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.
|
java.util.List |
listStatements() |
void |
registerListener(ThingListener listener) |
void |
removeComment(java.lang.String comment)
Remove a 'comment' property value.
|
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
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.
|
void |
unregisterListener(ThingListener listener) |
public java.util.List listStatements()
public void clearCache()
public java.util.Iterator getComment() throws JastorException
UtilityClass
getComment
in interface UtilityClass
Iterator
of String
JastorException
UtilityClass.commentProperty
public void addComment(java.lang.String comment) throws JastorException
UtilityClass
addComment
in interface UtilityClass
JastorException
UtilityClass.commentProperty
public void removeComment(java.lang.String comment) throws JastorException
UtilityClass
removeComment
in interface UtilityClass
JastorException
UtilityClass.commentProperty
public java.util.Iterator getMemberFeature() throws JastorException
EntityFeature
getMemberFeature
in interface EntityFeature
Iterator
of EntityFeature
JastorException
EntityFeature.memberFeatureProperty
public void addMemberFeature(EntityFeature memberFeature) throws JastorException
EntityFeature
addMemberFeature
in interface EntityFeature
JastorException
EntityFeature.memberFeatureProperty
public EntityFeature addMemberFeature() throws JastorException
EntityFeature
addMemberFeature
in interface EntityFeature
EntityFeature
createdJastorException
EntityFeature.memberFeatureProperty
public EntityFeature addMemberFeature(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
EntityFeature
addMemberFeature
in interface EntityFeature
JastorException
EntityFeature.memberFeatureProperty
public void removeMemberFeature(EntityFeature memberFeature) throws JastorException
EntityFeature
removeMemberFeature
in interface EntityFeature
JastorException
EntityFeature.memberFeatureProperty
public java.util.Iterator getFeatureLocation() throws JastorException
EntityFeature
getFeatureLocation
in interface EntityFeature
Iterator
of SequenceLocation
JastorException
EntityFeature.featureLocationProperty
public void addFeatureLocation(SequenceLocation featureLocation) throws JastorException
EntityFeature
addFeatureLocation
in interface EntityFeature
JastorException
EntityFeature.featureLocationProperty
public SequenceLocation addFeatureLocation() throws JastorException
EntityFeature
addFeatureLocation
in interface EntityFeature
SequenceLocation
createdJastorException
EntityFeature.featureLocationProperty
public SequenceLocation addFeatureLocation(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
EntityFeature
addFeatureLocation
in interface EntityFeature
JastorException
EntityFeature.featureLocationProperty
public void removeFeatureLocation(SequenceLocation featureLocation) throws JastorException
EntityFeature
removeFeatureLocation
in interface EntityFeature
JastorException
EntityFeature.featureLocationProperty
public java.util.Iterator getFeatureLocationType() throws JastorException
EntityFeature
getFeatureLocationType
in interface EntityFeature
Iterator
of SequenceRegionVocabulary
JastorException
EntityFeature.featureLocationTypeProperty
public void addFeatureLocationType(SequenceRegionVocabulary featureLocationType) throws JastorException
EntityFeature
addFeatureLocationType
in interface EntityFeature
JastorException
EntityFeature.featureLocationTypeProperty
public SequenceRegionVocabulary addFeatureLocationType() throws JastorException
EntityFeature
addFeatureLocationType
in interface EntityFeature
SequenceRegionVocabulary
createdJastorException
EntityFeature.featureLocationTypeProperty
public SequenceRegionVocabulary addFeatureLocationType(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
EntityFeature
addFeatureLocationType
in interface EntityFeature
JastorException
EntityFeature.featureLocationTypeProperty
public void removeFeatureLocationType(SequenceRegionVocabulary featureLocationType) throws JastorException
EntityFeature
removeFeatureLocationType
in interface EntityFeature
JastorException
EntityFeature.featureLocationTypeProperty
public java.util.Iterator getEvidence() throws JastorException
EntityFeature
getEvidence
in interface EntityFeature
Iterator
of Evidence
JastorException
EntityFeature.evidenceProperty
public void addEvidence(Evidence evidence) throws JastorException
EntityFeature
addEvidence
in interface EntityFeature
JastorException
EntityFeature.evidenceProperty
public Evidence addEvidence() throws JastorException
EntityFeature
addEvidence
in interface EntityFeature
Evidence
createdJastorException
EntityFeature.evidenceProperty
public Evidence addEvidence(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
EntityFeature
addEvidence
in interface EntityFeature
JastorException
EntityFeature.evidenceProperty
public void removeEvidence(Evidence evidence) throws JastorException
EntityFeature
removeEvidence
in interface EntityFeature
JastorException
EntityFeature.evidenceProperty
public void registerListener(ThingListener listener)
public void unregisterListener(ThingListener listener)
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
public void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)