org.universAAL.middleware.service.owls.process
Class OutputBinding

Package class diagram package OutputBinding
java.lang.Object
  extended by org.universAAL.middleware.service.owls.process.OutputBinding

public class OutputBinding
extends Object

Support for constructing an OWL-S http://www.daml.org/services/owl-s/1.1/Process.owl#OutputBinding that can be used in the definition of process results according to the uAAL model. In the uAAL model, an output parameter can reflect the value of a reachable property using an instance of PropertyPath as proces:vaueForm or get a converted form of such a reachable property using an instance of Conversions as process:valueFunction. As the type hierarchy of output bindings plays no specific role in ontological reasoning, they are not defined as a subclasses of ManagedIndividual but this class simply provides support for the definition of the needed constant values as well as helps in constructing a Resource representation of them.

Author:
mtazari - Saied Tazari

Field Summary
static String PROP_OWLS_BINDING_TO_PARAM
           
static String PROP_OWLS_BINDING_VALUE_FORM
           
static String PROP_OWLS_BINDING_VALUE_FUNCTION
           
static String TYPE_OWLS_OUTPUT_BINDING
           
 
Constructor Summary
OutputBinding()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_OWLS_BINDING_TO_PARAM

public static final String PROP_OWLS_BINDING_TO_PARAM
See Also:
Constant Field Values

PROP_OWLS_BINDING_VALUE_FORM

public static final String PROP_OWLS_BINDING_VALUE_FORM
See Also:
Constant Field Values

PROP_OWLS_BINDING_VALUE_FUNCTION

public static final String PROP_OWLS_BINDING_VALUE_FUNCTION
See Also:
Constant Field Values

TYPE_OWLS_OUTPUT_BINDING

public static final String TYPE_OWLS_OUTPUT_BINDING
See Also:
Constant Field Values
Constructor Detail

OutputBinding

public OutputBinding()


Copyright © 2014 universAAL Consortium. All Rights Reserved.