Uses of Class
org.w3c.ddr.simple.exception.NameException

Packages that use NameException
org.w3c.ddr.simple   
 

Uses of NameException in org.w3c.ddr.simple
 

Methods in org.w3c.ddr.simple that throw NameException
 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.
 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.
 PropertyValue PropertyValues.getValue(PropertyRef prop)
          Obtain an identified PropertyValue instance from the collection, using a PropertyRef as the identifier.
 void Service.initialize(java.lang.String defaultVocabularyIRI, java.util.Properties props)
          Called to initialize the API following construction.
 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.
 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.
static Service ServiceFactory.newService(java.lang.String clazz, java.lang.String defaultVocabulary, java.util.Properties configuration)
          Factory method for creating a new Service instance.