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

Packages that use PropertyRef
org.w3c.ddr.simple   
 

Uses of PropertyRef in org.w3c.ddr.simple
 

Methods in org.w3c.ddr.simple that return PropertyRef
 PropertyRef PropertyValue.getPropertyRef()
          Returns the PropertyRef that identifies the property to which this PropertyValue instance applies.
 PropertyRef[] Service.listPropertyRefs()
          List all the PropertyRefs the implementation knows about.
 PropertyRef Service.newPropertyRef(PropertyName propertyName)
          Factory method to create a PropertyRef instance using the name and vocabulary of the PropertyName parameter.
 PropertyRef Service.newPropertyRef(PropertyName propertyName, java.lang.String localAspectName)
          Factory method to create a PropertyRef instance using the name and vocabulary of the PropertyName parameter.
 PropertyRef Service.newPropertyRef(java.lang.String localPropertyName)
          Factory method to create a PropertyRef instance in the default vocabulary.
 

Methods in org.w3c.ddr.simple with parameters of type PropertyRef
 PropertyValue Service.getPropertyValue(Evidence evidence, PropertyRef propertyRef)
          Use the evidence provided to get the PropertyValue of the property named by the propertyRef, in the property vocabulary given by the propertyRef and in the aspect also given by the propertyRef.
 PropertyValues Service.getPropertyValues(Evidence evidence, PropertyRef[] propertyRefs)
          Use the evidence provided to get the value of each property in the array of PropertyRef instances.
 PropertyValue PropertyValues.getValue(PropertyRef prop)
          Obtain an identified PropertyValue instance from the collection, using a PropertyRef as the identifier.