Uses of Interface
fr.curie.BiNoM.pathways.biopax.control

Packages that use control
fr.curie.BiNoM.pathways Set of converters for conversion of one systems biology format into an other. 
fr.curie.BiNoM.pathways.biopax Java mapping of BioPAX version 2 (generated by Jastor) 
 

Uses of control in fr.curie.BiNoM.pathways
 

Methods in fr.curie.BiNoM.pathways with parameters of type control
 void BioPAXToSBMLConverter.addControl(control cntrl)
           
static java.lang.String CytoscapeToBioPAXConverter.getControlledURI(control cntrl)
           
 

Uses of control in fr.curie.BiNoM.pathways.biopax
 

Subinterfaces of control in fr.curie.BiNoM.pathways.biopax
 interface catalysis
          Interface for catalysis ontology class
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this interface.
 interface modulation
          Interface for modulation ontology class
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this interface.
 

Classes in fr.curie.BiNoM.pathways.biopax that implement control
 class catalysisImpl
          Implementation of catalysis Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this class.
 class controlImpl
          Implementation of control Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this class.
 class modulationImpl
          Implementation of modulation Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this class.
 

Methods in fr.curie.BiNoM.pathways.biopax that return control
static control biopax_DASH_level2_DOT_owlFactory.createcontrol(com.hp.hpl.jena.rdf.model.Resource resource, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of control.
static control biopax_DASH_level2_DOT_owlFactory.createcontrol(java.lang.String uri, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of control.
static control biopax_DASH_level2_DOT_owlFactory.getcontrol(com.hp.hpl.jena.rdf.model.Resource resource, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of control.
static control biopax_DASH_level2_DOT_owlFactory.getcontrol(java.lang.String uri, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of control.
 

Methods in fr.curie.BiNoM.pathways.biopax with parameters of type control
 void controlListener.AVAILABILITYAdded(control source, java.lang.String newValue)
          Called when a value of AVAILABILITY has been added
 void controlListener.AVAILABILITYRemoved(control source, java.lang.String oldValue)
          Called when a value of AVAILABILITY has been removed
 void controlListener.COMMENTAdded(control source, java.lang.String newValue)
          Called when a value of COMMENT has been added
 void controlListener.COMMENTRemoved(control source, java.lang.String oldValue)
          Called when a value of COMMENT has been removed
 void controlListener.CONTROL_DASH_TYPEChanged(control source)
          Called when CONTROL_DASH_TYPE has changed
 void controlListener.CONTROLLEDChanged(control source)
          Called when CONTROLLED has changed
 void controlListener.CONTROLLERChanged(control source)
          Called when CONTROLLER has changed
 void controlListener.DATA_DASH_SOURCEAdded(control source, dataSource newValue)
          Called when a value of DATA_DASH_SOURCE has been added
 void controlListener.DATA_DASH_SOURCERemoved(control source, dataSource oldValue)
          Called when a value of DATA_DASH_SOURCE has been removed
 void controlListener.EVIDENCEAdded(control source, evidence newValue)
          Called when a value of EVIDENCE has been added
 void controlListener.EVIDENCERemoved(control source, evidence oldValue)
          Called when a value of EVIDENCE has been removed
 void controlListener.INTERACTION_DASH_TYPEAdded(control source, openControlledVocabulary newValue)
          Called when a value of INTERACTION_DASH_TYPE has been added
 void controlListener.INTERACTION_DASH_TYPERemoved(control source, openControlledVocabulary oldValue)
          Called when a value of INTERACTION_DASH_TYPE has been removed
 void controlListener.NAMEChanged(control source)
          Called when NAME has changed
 void controlListener.PARTICIPANTSAdded(control source, entity newValue)
          Called when a value of PARTICIPANTS has been added
 void controlListener.PARTICIPANTSAdded(control source, physicalEntityParticipant newValue)
          Called when a value of PARTICIPANTS has been added
 void controlListener.PARTICIPANTSRemoved(control source, entity oldValue)
          Called when a value of PARTICIPANTS has been removed
 void controlListener.PARTICIPANTSRemoved(control source, physicalEntityParticipant oldValue)
          Called when a value of PARTICIPANTS has been removed
 void controlListener.SHORT_DASH_NAMEChanged(control source)
          Called when SHORT_DASH_NAME has changed
 void controlListener.SYNONYMSAdded(control source, java.lang.String newValue)
          Called when a value of SYNONYMS has been added
 void controlListener.SYNONYMSRemoved(control source, java.lang.String oldValue)
          Called when a value of SYNONYMS has been removed
 void controlListener.XREFAdded(control source, xref newValue)
          Called when a value of XREF has been added
 void controlListener.XREFRemoved(control source, xref oldValue)
          Called when a value of XREF has been removed