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

Packages that use sequenceParticipant
fr.curie.BiNoM.pathways.biopax Java mapping of BioPAX version 2 (generated by Jastor) 
fr.curie.BiNoM.pathways.wrappers Auxilary containers representing different systems biology formats 
 

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

Classes in fr.curie.BiNoM.pathways.biopax that implement sequenceParticipant
 class sequenceParticipantImpl
          Implementation of sequenceParticipant 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 sequenceParticipant
static sequenceParticipant biopax_DASH_level2_DOT_owlFactory.createsequenceParticipant(com.hp.hpl.jena.rdf.model.Resource resource, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of sequenceParticipant.
static sequenceParticipant biopax_DASH_level2_DOT_owlFactory.createsequenceParticipant(java.lang.String uri, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of sequenceParticipant.
static sequenceParticipant biopax_DASH_level2_DOT_owlFactory.getsequenceParticipant(com.hp.hpl.jena.rdf.model.Resource resource, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of sequenceParticipant.
static sequenceParticipant biopax_DASH_level2_DOT_owlFactory.getsequenceParticipant(java.lang.String uri, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of sequenceParticipant.
 

Methods in fr.curie.BiNoM.pathways.biopax with parameters of type sequenceParticipant
 void sequenceParticipantListener.CELLULAR_DASH_LOCATIONChanged(sequenceParticipant source)
          Called when CELLULAR_DASH_LOCATION has changed
 void sequenceParticipantListener.COMMENTAdded(sequenceParticipant source, java.lang.String newValue)
          Called when a value of COMMENT has been added
 void sequenceParticipantListener.COMMENTRemoved(sequenceParticipant source, java.lang.String oldValue)
          Called when a value of COMMENT has been removed
 void sequenceParticipantListener.PHYSICAL_DASH_ENTITYChanged(sequenceParticipant source)
          Called when PHYSICAL_DASH_ENTITY has changed
 void sequenceParticipantListener.SEQUENCE_DASH_FEATURE_DASH_LISTAdded(sequenceParticipant source, sequenceFeature newValue)
          Called when a value of SEQUENCE_DASH_FEATURE_DASH_LIST has been added
 void sequenceParticipantListener.SEQUENCE_DASH_FEATURE_DASH_LISTRemoved(sequenceParticipant source, sequenceFeature oldValue)
          Called when a value of SEQUENCE_DASH_FEATURE_DASH_LIST has been removed
 void sequenceParticipantListener.STOICHIOMETRIC_DASH_COEFFICIENTChanged(sequenceParticipant source)
          Called when STOICHIOMETRIC_DASH_COEFFICIENT has changed
 

Uses of sequenceParticipant in fr.curie.BiNoM.pathways.wrappers
 

Methods in fr.curie.BiNoM.pathways.wrappers with parameters of type sequenceParticipant
 void Transpath.AddModificationToComplexComponent(sequenceParticipant sp, com.biobaseInternational.MoleculeDocument.Molecule complex, com.biobaseInternational.MoleculeDocument.Molecule component)
           
 void Transpath.AddModificationToParticipant(sequenceParticipant sp, com.biobaseInternational.MoleculeDocument.Molecule mol)