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

Packages that use PropertyValue
org.w3c.ddr.simple   
 

Uses of PropertyValue in org.w3c.ddr.simple
 

Methods in org.w3c.ddr.simple that return PropertyValue
 PropertyValue[] PropertyValues.getAll()
          Obtain all of the PropertyValue instances as an array.
 PropertyValue Service.getPropertyValue(Evidence evidence, PropertyName propertyName)
          Use the evidence provided to get the PropertyValue of the property named by the propertyName in the vocabulary given by the propertyName and in the default aspect of the property according to the property's vocabulary.
 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.
 PropertyValue Service.getPropertyValue(Evidence evidence, java.lang.String localPropertyName)
          Use the evidence provided to get the value of the property named by the localPropertyName, which is a term in the default property vocabulary defined during initialization and in the default aspect for the property as defined in the default property vocabulary.
 PropertyValue Service.getPropertyValue(Evidence evidence, java.lang.String localPropertyName, java.lang.String localAspectName, java.lang.String vocabularyIRI)
          Use the evidence provided to get the value of the property named by the localPropertyName, which is a term in the given vocabulary of properties identified by a namespace IRI and in the given aspect for the property.
 PropertyValue PropertyValues.getValue(PropertyRef prop)
          Obtain an identified PropertyValue instance from the collection, using a PropertyRef as the identifier.