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

Packages that use Evidence
org.w3c.ddr.simple   
 

Uses of Evidence in org.w3c.ddr.simple
 

Methods in org.w3c.ddr.simple that return Evidence
 Evidence Service.newHTTPEvidence()
          Factory method to create an object supporting the Evidence interface, intended to represent HTTP headers.
 Evidence Service.newHTTPEvidence(java.util.Map<java.lang.String,java.lang.String> map)
          Factory method to create an object supporting the Evidence interface, using name/value pairs from the Map parameter, representing evidence from HTTP headers.
 

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