|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Process in examples |
|---|
| Methods in examples with parameters of type Process | |
|---|---|
void |
ExecutionMonitor.CustomProcessMonitor.executionFinished(Process process,
ValueMap inputs,
ValueMap outputs)
|
void |
ExecutionMonitor.CustomProcessMonitor.executionStarted(Process process,
ValueMap inputs)
|
static void |
PreconditionUsage.printAllowedValues(Process process,
ValueMap values)
|
| Uses of Process in org.mindswap.exceptions |
|---|
| Methods in org.mindswap.exceptions that return Process | |
|---|---|
Process |
PreconditionException.getProcess()
|
Process |
ServiceNotAvailableException.getProcess()
|
| Constructors in org.mindswap.exceptions with parameters of type Process | |
|---|---|
MultipleSatisfiedPreconditionException(Process process,
Condition condition)
|
|
PreconditionException(Process process,
Condition condition)
|
|
ServiceNotAvailableException(Process process)
|
|
ServiceNotAvailableException(Process process,
java.lang.Exception e)
|
|
UnsatisfiedPreconditionException(Process process,
Condition condition)
|
|
| Uses of Process in org.mindswap.owl |
|---|
| Methods in org.mindswap.owl that return Process | |
|---|---|
Process |
OWLModel.getProcess(java.net.URI processURI)
|
| Uses of Process in org.mindswap.owls.io |
|---|
| Methods in org.mindswap.owls.io with parameters of type Process | |
|---|---|
void |
ProcessWriter.write(Process process)
|
void |
ProcessWriter.write(Process process,
java.io.OutputStream out)
|
void |
ProcessWriter.write(Process process,
java.io.Writer out)
|
| Uses of Process in org.mindswap.owls.process |
|---|
| Subinterfaces of Process in org.mindswap.owls.process | |
|---|---|
interface |
AtomicProcess
|
interface |
CompositeProcess
|
interface |
SimpleProcess
|
| Methods in org.mindswap.owls.process that return Process | |
|---|---|
Process |
Perform.getProcess()
|
Process |
Parameter.getProcess()
Get the process object where this parameter occurs |
Process |
ProcessList.getProcess(java.net.URI processURI)
|
Process |
ProcessList.processAt(int index)
|
| Methods in org.mindswap.owls.process with parameters of type Process | |
|---|---|
void |
Perform.setProcess(Process process)
|
void |
Parameter.setProcess(Process process)
Set the process for this parameter |
| Uses of Process in org.mindswap.owls.process.execution |
|---|
| Methods in org.mindswap.owls.process.execution with parameters of type Process | |
|---|---|
ValueMap |
ProcessExecutionEngine.execute(Process p)
Execute the given process with no value bindings for input parameters. |
ValueMap |
ProcessExecutionEngine.execute(Process p,
ValueMap bindings)
Execute the given OWL-S process with the given input value bindings. |
void |
DefaultProcessMonitor.executionFinished(Process process,
ValueMap inputs,
ValueMap outputs)
|
void |
ProcessMonitor.executionFinished(Process process,
ValueMap inputs,
ValueMap outputs)
Called after the execution of a process finishes. |
void |
DefaultProcessMonitor.executionStarted(Process process,
ValueMap inputs)
|
void |
ProcessMonitor.executionStarted(Process process,
ValueMap inputs)
Called before the execution of a process starts. |
void |
ProcessExecutionListener.setCurrentExecuteService(Process p)
Deprecated. |
| Uses of Process in org.mindswap.owls.profile |
|---|
| Methods in org.mindswap.owls.profile that return Process | |
|---|---|
Process |
Profile.getProcess()
Get the process associated with this profile. |
| Uses of Process in org.mindswap.owls.service |
|---|
| Methods in org.mindswap.owls.service that return Process | |
|---|---|
Process |
Service.getProcess()
Convenience method to get the Process from the ProcessModel. |
| Methods in org.mindswap.owls.service with parameters of type Process | |
|---|---|
void |
Service.setProcess(Process process)
Set the Process for this service |
| Uses of Process in org.mindswap.utils |
|---|
| Methods in org.mindswap.utils with parameters of type Process | |
|---|---|
static java.util.Map |
ProcessUtils.getAllowedValues(OWLKnowledgeBase kb,
Process process,
ValueMap initialBinding)
Given a partial input binding, returns a map from inputs to a set of values which show the allowed values for that input that are found in the KB (there might be other allowed values that are not in the KB). |
static java.util.Map |
ProcessUtils.getAllowedValues(Process process)
Returns a map from inputs to a set of values which show the allowed values for that input that are found in the KB. |
static java.util.Map |
ProcessUtils.getAllowedValues(Process process,
ValueMap initialBinding)
Given a partial input binding, returns a map from inputs to a set of values which show the allowed values for that input that are found in the KB. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||