Uses of Class
org.openprovenance.model.Label

Packages that use Label
org.openprovenance.elmo   
org.openprovenance.model Open Provenance Model classes and associated factories and (de)serialisation methods. 
 

Uses of Label in org.openprovenance.elmo
 

Subclasses of Label in org.openprovenance.elmo
 class RdfLabel
           
 

Methods in org.openprovenance.elmo that return Label
 Label RdfObjectFactory.createLabel()
           
 

Methods in org.openprovenance.elmo with parameters of type Label
 void RdfOPMFactory.addAnnotation(Annotable annotable, Label ann)
           
 

Uses of Label in org.openprovenance.model
 

Methods in org.openprovenance.model that return Label
 Label ObjectFactory.createLabel()
          Create an instance of Label
 Label OPMFactory.newLabel(String label)
           
 

Methods in org.openprovenance.model that return types with arguments of type Label
 javax.xml.bind.JAXBElement<Label> ObjectFactory.createLabel(Label value)
          Create an instance of JAXBElement<Label>}
 

Methods in org.openprovenance.model with parameters of type Label
 void OPMFactory.addAnnotation(Annotable annotable, Label ann)
           
 javax.xml.bind.JAXBElement<Label> ObjectFactory.createLabel(Label value)
          Create an instance of JAXBElement<Label>}
 



Copyright © 2011. All Rights Reserved.