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

Packages that use publicationXref
fr.curie.BiNoM.pathways.biopax Java mapping of BioPAX version 2 (generated by Jastor) 
 

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

Classes in fr.curie.BiNoM.pathways.biopax that implement publicationXref
 class publicationXrefImpl
          Implementation of publicationXref 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 publicationXref
 publicationXref dataSourceImpl.addXREF_aspublicationXref()
           
 publicationXref dataSource.addXREF_aspublicationXref()
          Adds an anonymous value for the 'XREF' property
 publicationXref confidenceImpl.addXREF_aspublicationXref()
           
 publicationXref confidence.addXREF_aspublicationXref()
          Adds an anonymous value for the 'XREF' property
 publicationXref dataSourceImpl.addXREF_aspublicationXref(com.hp.hpl.jena.rdf.model.Resource resource)
           
 publicationXref dataSource.addXREF_aspublicationXref(com.hp.hpl.jena.rdf.model.Resource resource)
          Adds a value for the 'XREF' property.
 publicationXref confidenceImpl.addXREF_aspublicationXref(com.hp.hpl.jena.rdf.model.Resource resource)
           
 publicationXref confidence.addXREF_aspublicationXref(com.hp.hpl.jena.rdf.model.Resource resource)
          Adds a value for the 'XREF' property.
static publicationXref biopax_DASH_level2_DOT_owlFactory.createpublicationXref(com.hp.hpl.jena.rdf.model.Resource resource, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of publicationXref.
static publicationXref biopax_DASH_level2_DOT_owlFactory.createpublicationXref(java.lang.String uri, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of publicationXref.
static publicationXref biopax_DASH_level2_DOT_owlFactory.getpublicationXref(com.hp.hpl.jena.rdf.model.Resource resource, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of publicationXref.
static publicationXref biopax_DASH_level2_DOT_owlFactory.getpublicationXref(java.lang.String uri, com.hp.hpl.jena.rdf.model.Model model)
          Create a new instance of publicationXref.
 

Methods in fr.curie.BiNoM.pathways.biopax with parameters of type publicationXref
 void dataSourceImpl.addXREF(publicationXref XREF)
           
 void dataSource.addXREF(publicationXref XREF)
          Adds a value for the 'XREF' property
 void confidenceImpl.addXREF(publicationXref XREF)
           
 void confidence.addXREF(publicationXref XREF)
          Adds a value for the 'XREF' property
 void publicationXrefListener.AUTHORSAdded(publicationXref source, java.lang.String newValue)
          Called when a value of AUTHORS has been added
 void publicationXrefListener.AUTHORSRemoved(publicationXref source, java.lang.String oldValue)
          Called when a value of AUTHORS has been removed
 void publicationXrefListener.COMMENTAdded(publicationXref source, java.lang.String newValue)
          Called when a value of COMMENT has been added
 void publicationXrefListener.COMMENTRemoved(publicationXref source, java.lang.String oldValue)
          Called when a value of COMMENT has been removed
 void publicationXrefListener.DB_DASH_VERSIONChanged(publicationXref source)
          Called when DB_DASH_VERSION has changed
 void publicationXrefListener.DBChanged(publicationXref source)
          Called when DB has changed
 void publicationXrefListener.ID_DASH_VERSIONChanged(publicationXref source)
          Called when ID_DASH_VERSION has changed
 void publicationXrefListener.IDChanged(publicationXref source)
          Called when ID has changed
 void dataSourceImpl.removeXREF(publicationXref XREF)
           
 void dataSource.removeXREF(publicationXref XREF)
          Removes a value for the 'XREF' property.
 void confidenceImpl.removeXREF(publicationXref XREF)
           
 void confidence.removeXREF(publicationXref XREF)
          Removes a value for the 'XREF' property.
 void publicationXrefListener.SOURCEAdded(publicationXref source, java.lang.String newValue)
          Called when a value of SOURCE has been added
 void publicationXrefListener.SOURCERemoved(publicationXref source, java.lang.String oldValue)
          Called when a value of SOURCE has been removed
 void publicationXrefListener.TITLEChanged(publicationXref source)
          Called when TITLE has changed
 void publicationXrefListener.URLAdded(publicationXref source, java.lang.String newValue)
          Called when a value of URL has been added
 void publicationXrefListener.URLRemoved(publicationXref source, java.lang.String oldValue)
          Called when a value of URL has been removed
 void confidenceListener.XREFAdded(confidence source, publicationXref newValue)
          Called when a value of XREF has been added
 void dataSourceListener.XREFAdded(dataSource source, publicationXref newValue)
          Called when a value of XREF has been added
 void confidenceListener.XREFRemoved(confidence source, publicationXref oldValue)
          Called when a value of XREF has been removed
 void dataSourceListener.XREFRemoved(dataSource source, publicationXref oldValue)
          Called when a value of XREF has been removed
 void publicationXrefListener.YEARChanged(publicationXref source)
          Called when YEAR has changed