public class ProcessOutput extends ProcessParameter
Variable.VariableHandler
Modifier and Type | Field and Description |
---|---|
static String |
MY_URI |
OWLS_PROCESS_NAMESPACE, PROP_OWLS_PROCESS_PARAMETER_TYPE, PROP_OWLS_PROCESS_PARAMETER_VALUE, PROP_OWLS_VALUE_FROM_PROCESS, PROP_OWLS_VALUE_OF_THE_VAR, PROP_PARAMETER_CARDINALITY, PROP_PARAMETER_DEFAULT_VALUE, PROP_PARAMETER_MAX_CARDINALITY, PROP_PARAMETER_MIN_CARDINALITY, TYPE_OWLS_VALUE_OF
VAR_ACCESSING_BUS_MEMBER, VAR_ACCESSING_HUMAN_USER, VAR_CURRENT_DATETIME, VAR_SERVICE_TO_SELECT
ANON_URI_PREFIX, blockAddingTypes, isXMLLiteral, NAMESPACE_PREFIX, ns_delim_index, PROP_INVOLVED_HUMAN_USER, PROP_RDF_FIRST, PROP_RDF_REST, PROP_RDF_TYPE, PROP_RDFS_COMMENT, PROP_RDFS_LABEL, PROP_SERIALIZATION_FULL, PROP_SERIALIZATION_OPTIONAL, PROP_SERIALIZATION_REDUCED, PROP_SERIALIZATION_UNDEFINED, props, RDF_EMPTY_LIST, RDF_NAMESPACE, RDFS_NAMESPACE, SERVICE_NAMESPACE, TYPE_RDF_LIST, TYPE_RDFS_CLASS, uri, VOCABULARY_NAMESPACE
Constructor and Description |
---|
ProcessOutput(String uri)
The constructor - from the uri of a process output
|
ProcessOutput(String uri,
Object value)
The constructor - from the uri of a process output and the output value
|
Modifier and Type | Method and Description |
---|---|
static List<ProcessOutput> |
checkParameterList(Object value)
Convert a single ProcessOutput or a List of resources representing
ProcessInputs into a List of ProcessInput instances
|
static ProcessOutput |
toOutput(Resource r)
Convert the resource passed as a parameter to a ProcessOutput instance
|
asVariableReference, getDefaultValue, getMaxCardinality, getMinCardinality, getParameterType, getParameterValue, isWellFormed, setCardinality, setDefaultValue, setParameterType, setParameterValue, setProperty
checkDeserialization, isVarRef, register, resolveVarRef
addType, getLocalName, getNamespace, getProperty, getPropertyURIs, getType, getTypes, getURI, hasQualifiedName, isAnon, numberOfProperties
addMultiLangProp, asList, asList, asRDFList, changeProperty, copy, deepCopy, equals, generateAnonURI, getDefaultLang, getFilename, getMultiLangProp, getOrConstructLabel, getOrConstructLabel, getPropSerializationType, getResource, getResourceComment, getResourceLabel, getResourceLabel, getStaticFieldValue, hashCode, hasProperty, isAnon, isBlockingAddingTypes, isClosedCollection, isQualifiedName, literal, representsQualifiedURI, serializesAsXMLLiteral, setPropertyPath, setPropertyPath, setPropertyPathFromOffset, setResourceComment, setResourceLabel, toString, toStringRecursive, toStringRecursive, unliteral
public static final String MY_URI
public ProcessOutput(String uri)
uri
- public static ProcessOutput toOutput(Resource r)
r
- - the resource to convertpublic static List<ProcessOutput> checkParameterList(Object value)
value
- - an object which is either a single ProcessOutput or a List
of resources representing ProcessOutputsCopyright © 2018 universAAL Consortium. All rights reserved.