Uses of Class
org.openprovenance.model.Property

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

Uses of Property in org.openprovenance.elmo
 

Subclasses of Property in org.openprovenance.elmo
 class RdfProperty
           
 

Methods in org.openprovenance.elmo that return Property
 Property RdfObjectFactory.createProperty()
           
 

Methods in org.openprovenance.elmo that return types with arguments of type Property
 List<Property> RdfOPMFactory.newProperties(List<Property> props)
           
 

Methods in org.openprovenance.elmo with parameters of type Property
 void RdfOPMFactory.addProperty(Annotation ann, Property p)
           
 void RdfOPMFactory.addProperty(EmbeddedAnnotation ann, Property p)
           
 

Method parameters in org.openprovenance.elmo with type arguments of type Property
 List<Property> RdfOPMFactory.newProperties(List<Property> props)
           
 

Uses of Property in org.openprovenance.model
 

Fields in org.openprovenance.model with type parameters of type Property
protected  List<Property> EmbeddedAnnotation.property
           
 

Methods in org.openprovenance.model that return Property
 Property ObjectFactory.createProperty()
          Create an instance of Property
 Property OPMFactory.newProperty(Property property)
           
 Property OPMFactory.newProperty(String property, Object value)
           
 

Methods in org.openprovenance.model that return types with arguments of type Property
 List<Property> EmbeddedAnnotation.getProperty()
          Gets the value of the property property.
 

Methods in org.openprovenance.model with parameters of type Property
 void OPMFactory.addProperty(Annotation ann, Property p)
           
 void OPMFactory.addProperty(EmbeddedAnnotation ann, Property p)
           
 Property OPMFactory.newProperty(Property property)
           
 

Method parameters in org.openprovenance.model with type arguments of type Property
 void OPMFactory.addProperty(Annotation ann, List<Property> p)
           
 void OPMFactory.addProperty(EmbeddedAnnotation ann, List<Property> p)
           
 Annotation OPMFactory.newAnnotation(String id, Object o, List<Property> properties, Collection<AccountRef> accs)
           
 EmbeddedAnnotation OPMFactory.newEmbeddedAnnotation(String id, List<Property> properties, Collection<AccountRef> accs, Object dummyParameterForAvoidingSameErasure)
           
 void Normalise.sortProperties(List<Property> ll)
           
 



Copyright © 2011. All Rights Reserved.