|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.rdf.listeners.StatementListener
com.ibm.adtech.jastor.ThingImpl
fr.curie.BiNoM.pathways.biopax.pathwayStepImpl
public class pathwayStepImpl
Implementation of pathwayStep
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this class.
(URI: http://www.biopax.org/release/biopax-level2.owl#pathwayStep)
Field Summary |
---|
Fields inherited from class com.ibm.adtech.jastor.ThingImpl |
---|
copyright |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.pathwayStep |
---|
TYPE |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
void |
addCOMMENT(java.lang.String COMMENT)
Add a 'COMMENT' property value |
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
|
pathwayStep |
addNEXT_DASH_STEP()
Adds an anonymous value for the 'NEXT_DASH_STEP' property |
void |
addNEXT_DASH_STEP(pathwayStep NEXT_DASH_STEP)
Adds a value for the 'NEXT_DASH_STEP' property |
pathwayStep |
addNEXT_DASH_STEP(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'NEXT_DASH_STEP' property. |
interaction |
addSTEP_DASH_INTERACTIONS_asinteraction()
Adds an anonymous value for the 'STEP_DASH_INTERACTIONS' property |
interaction |
addSTEP_DASH_INTERACTIONS_asinteraction(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'STEP_DASH_INTERACTIONS' property. |
pathway |
addSTEP_DASH_INTERACTIONS_aspathway()
Adds an anonymous value for the 'STEP_DASH_INTERACTIONS' property |
pathway |
addSTEP_DASH_INTERACTIONS_aspathway(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'STEP_DASH_INTERACTIONS' property. |
void |
addSTEP_DASH_INTERACTIONS(interaction STEP_DASH_INTERACTIONS)
Adds a value for the 'STEP_DASH_INTERACTIONS' property |
void |
addSTEP_DASH_INTERACTIONS(pathway STEP_DASH_INTERACTIONS)
Adds a value for the 'STEP_DASH_INTERACTIONS' property |
void |
clearCache()
|
java.util.Iterator |
getCOMMENT()
Iterates through the 'COMMENT' property values. |
java.util.Iterator |
getNEXT_DASH_STEP()
Get an Iterator the 'NEXT_DASH_STEP' property values. |
java.util.Iterator |
getSTEP_DASH_INTERACTIONS_asinteraction()
Get an Iterator the 'STEP_DASH_INTERACTIONS' property values. |
java.util.Iterator |
getSTEP_DASH_INTERACTIONS_aspathway()
Get an Iterator the 'STEP_DASH_INTERACTIONS' property values. |
java.util.List |
listStatements()
|
void |
registerListener(com.ibm.adtech.jastor.ThingListener listener)
|
void |
removeCOMMENT(java.lang.String COMMENT)
Remove a 'COMMENT' property value. |
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
|
void |
removeNEXT_DASH_STEP(pathwayStep NEXT_DASH_STEP)
Removes a value for the 'NEXT_DASH_STEP' property. |
void |
removeSTEP_DASH_INTERACTIONS(interaction STEP_DASH_INTERACTIONS)
Removes a value for the 'STEP_DASH_INTERACTIONS' property. |
void |
removeSTEP_DASH_INTERACTIONS(pathway STEP_DASH_INTERACTIONS)
Removes a value for the 'STEP_DASH_INTERACTIONS' property. |
void |
unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
|
Methods inherited from class com.ibm.adtech.jastor.ThingImpl |
---|
equals, isRDFType, model, removeStatements, resource, toString, uri |
Methods inherited from class com.hp.hpl.jena.rdf.listeners.StatementListener |
---|
addedStatements, addedStatements, addedStatements, addedStatements, notifyEvent, removedStatements, removedStatements, removedStatements, removedStatements |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.adtech.jastor.Thing |
---|
isRDFType, model, removeStatements, resource, uri |
Method Detail |
---|
public java.util.List listStatements()
listStatements
in interface com.ibm.adtech.jastor.Thing
listStatements
in class com.ibm.adtech.jastor.ThingImpl
public void clearCache()
clearCache
in interface com.ibm.adtech.jastor.Thing
clearCache
in class com.ibm.adtech.jastor.ThingImpl
public java.util.Iterator getCOMMENT() throws com.ibm.adtech.jastor.JastorException
utilityClass
getCOMMENT
in interface utilityClass
Iterator
of String
com.ibm.adtech.jastor.JastorException
utilityClass.COMMENTProperty
public void addCOMMENT(java.lang.String COMMENT) throws com.ibm.adtech.jastor.JastorException
utilityClass
addCOMMENT
in interface utilityClass
com.ibm.adtech.jastor.JastorException
utilityClass.COMMENTProperty
public void removeCOMMENT(java.lang.String COMMENT) throws com.ibm.adtech.jastor.JastorException
utilityClass
removeCOMMENT
in interface utilityClass
com.ibm.adtech.jastor.JastorException
utilityClass.COMMENTProperty
public java.util.Iterator getNEXT_DASH_STEP() throws com.ibm.adtech.jastor.JastorException
pathwayStep
getNEXT_DASH_STEP
in interface pathwayStep
Iterator
of pathwayStep
com.ibm.adtech.jastor.JastorException
pathwayStep.NEXT_DASH_STEPProperty
public void addNEXT_DASH_STEP(pathwayStep NEXT_DASH_STEP) throws com.ibm.adtech.jastor.JastorException
pathwayStep
addNEXT_DASH_STEP
in interface pathwayStep
com.ibm.adtech.jastor.JastorException
pathwayStep.NEXT_DASH_STEPProperty
public pathwayStep addNEXT_DASH_STEP() throws com.ibm.adtech.jastor.JastorException
pathwayStep
addNEXT_DASH_STEP
in interface pathwayStep
pathwayStep
created
com.ibm.adtech.jastor.JastorException
pathwayStep.NEXT_DASH_STEPProperty
public pathwayStep addNEXT_DASH_STEP(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
pathwayStep
pathwayStep
with the factory
and calling addNEXT_DASH_STEP(fr.curie.BiNoM.pathways.biopax.pathwayStep NEXT_DASH_STEP)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#pathwayStep. That is, this method
should not be used as a shortcut for creating new objects in the model.
addNEXT_DASH_STEP
in interface pathwayStep
com.ibm.adtech.jastor.JastorException
pathwayStep.NEXT_DASH_STEPProperty
public void removeNEXT_DASH_STEP(pathwayStep NEXT_DASH_STEP) throws com.ibm.adtech.jastor.JastorException
pathwayStep
removeNEXT_DASH_STEP
in interface pathwayStep
com.ibm.adtech.jastor.JastorException
pathwayStep.NEXT_DASH_STEPProperty
public java.util.Iterator getSTEP_DASH_INTERACTIONS_asinteraction() throws com.ibm.adtech.jastor.JastorException
pathwayStep
getSTEP_DASH_INTERACTIONS_asinteraction
in interface pathwayStep
Iterator
of interaction
com.ibm.adtech.jastor.JastorException
pathwayStep.STEP_DASH_INTERACTIONSProperty
public void addSTEP_DASH_INTERACTIONS(interaction STEP_DASH_INTERACTIONS) throws com.ibm.adtech.jastor.JastorException
pathwayStep
addSTEP_DASH_INTERACTIONS
in interface pathwayStep
com.ibm.adtech.jastor.JastorException
pathwayStep.STEP_DASH_INTERACTIONSProperty
public interaction addSTEP_DASH_INTERACTIONS_asinteraction() throws com.ibm.adtech.jastor.JastorException
pathwayStep
addSTEP_DASH_INTERACTIONS_asinteraction
in interface pathwayStep
interaction
created
com.ibm.adtech.jastor.JastorException
pathwayStep.STEP_DASH_INTERACTIONSProperty
public interaction addSTEP_DASH_INTERACTIONS_asinteraction(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
pathwayStep
interaction
with the factory
and calling addSTEP_DASH_INTERACTIONS(fr.curie.BiNoM.pathways.biopax.interaction STEP_DASH_INTERACTIONS)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#interaction. That is, this method
should not be used as a shortcut for creating new objects in the model.
addSTEP_DASH_INTERACTIONS_asinteraction
in interface pathwayStep
com.ibm.adtech.jastor.JastorException
pathwayStep.STEP_DASH_INTERACTIONSProperty
public void removeSTEP_DASH_INTERACTIONS(interaction STEP_DASH_INTERACTIONS) throws com.ibm.adtech.jastor.JastorException
pathwayStep
removeSTEP_DASH_INTERACTIONS
in interface pathwayStep
com.ibm.adtech.jastor.JastorException
pathwayStep.STEP_DASH_INTERACTIONSProperty
public java.util.Iterator getSTEP_DASH_INTERACTIONS_aspathway() throws com.ibm.adtech.jastor.JastorException
pathwayStep
getSTEP_DASH_INTERACTIONS_aspathway
in interface pathwayStep
Iterator
of pathway
com.ibm.adtech.jastor.JastorException
pathwayStep.STEP_DASH_INTERACTIONSProperty
public void addSTEP_DASH_INTERACTIONS(pathway STEP_DASH_INTERACTIONS) throws com.ibm.adtech.jastor.JastorException
pathwayStep
addSTEP_DASH_INTERACTIONS
in interface pathwayStep
com.ibm.adtech.jastor.JastorException
pathwayStep.STEP_DASH_INTERACTIONSProperty
public pathway addSTEP_DASH_INTERACTIONS_aspathway() throws com.ibm.adtech.jastor.JastorException
pathwayStep
addSTEP_DASH_INTERACTIONS_aspathway
in interface pathwayStep
pathway
created
com.ibm.adtech.jastor.JastorException
pathwayStep.STEP_DASH_INTERACTIONSProperty
public pathway addSTEP_DASH_INTERACTIONS_aspathway(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
pathwayStep
pathway
with the factory
and calling addSTEP_DASH_INTERACTIONS(fr.curie.BiNoM.pathways.biopax.pathway STEP_DASH_INTERACTIONS)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#pathway. That is, this method
should not be used as a shortcut for creating new objects in the model.
addSTEP_DASH_INTERACTIONS_aspathway
in interface pathwayStep
com.ibm.adtech.jastor.JastorException
pathwayStep.STEP_DASH_INTERACTIONSProperty
public void removeSTEP_DASH_INTERACTIONS(pathway STEP_DASH_INTERACTIONS) throws com.ibm.adtech.jastor.JastorException
pathwayStep
removeSTEP_DASH_INTERACTIONS
in interface pathwayStep
com.ibm.adtech.jastor.JastorException
pathwayStep.STEP_DASH_INTERACTIONSProperty
public void registerListener(com.ibm.adtech.jastor.ThingListener listener)
registerListener
in interface com.ibm.adtech.jastor.Thing
registerListener
in class com.ibm.adtech.jastor.ThingImpl
public void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
unregisterListener
in interface com.ibm.adtech.jastor.Thing
unregisterListener
in class com.ibm.adtech.jastor.ThingImpl
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
addedStatement
in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
addedStatement
in class com.hp.hpl.jena.rdf.listeners.StatementListener
public void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
removedStatement
in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
removedStatement
in class com.hp.hpl.jena.rdf.listeners.StatementListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |