Uses of Interface
org.w3c.ddr.simple.PropertyValues

Packages that use PropertyValues
org.w3c.ddr.simple   
 

Uses of PropertyValues in org.w3c.ddr.simple
 

Methods in org.w3c.ddr.simple that return PropertyValues
 PropertyValues Service.getPropertyValues(Evidence evidence)
          Use the evidence provided to get all of the available values of properties in the default property vocabulary.
 PropertyValues Service.getPropertyValues(Evidence evidence, PropertyRef[] propertyRefs)
          Use the evidence provided to get the value of each property in the array of PropertyRef instances.
 PropertyValues Service.getPropertyValues(Evidence evidence, java.lang.String localAspectName)
          Use the evidence provided to get all of the available values for all properties in the default vocabulary whose aspect is the localAspectName.
 PropertyValues Service.getPropertyValues(Evidence evidence, java.lang.String localAspectName, java.lang.String vocabularyIRI)
          Use the evidence provided to get all of the available values for all properties in the given vocabulary whose aspect is the localAspectName.