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

Packages that use PropertyName
org.w3c.ddr.simple   
 

Uses of PropertyName in org.w3c.ddr.simple
 

Methods in org.w3c.ddr.simple that return PropertyName
 PropertyName Service.newPropertyName(java.lang.String localPropertyName)
          Factory method to create a new PropertyName instance in the default property vocabulary.
 PropertyName Service.newPropertyName(java.lang.String localPropertyName, java.lang.String vocabularyIRI)
          Factory method to create a new PropertyName instance in the given property vocabulary.
 

Methods in org.w3c.ddr.simple with parameters of type PropertyName
 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.
 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.