public interface Executor
| Modifier and Type | Method and Description |
|---|---|
Executor |
execute() |
org.graphwalker.core.machine.MachineException |
getFailure(org.graphwalker.core.machine.Context context) |
Collection<org.graphwalker.core.machine.MachineException> |
getFailures() |
Set<org.graphwalker.core.machine.Machine> |
getMachines() |
boolean |
isFailure(org.graphwalker.core.machine.Context context) |
Executor execute()
Set<org.graphwalker.core.machine.Machine> getMachines()
boolean isFailure(org.graphwalker.core.machine.Context context)
org.graphwalker.core.machine.MachineException getFailure(org.graphwalker.core.machine.Context context)
Collection<org.graphwalker.core.machine.MachineException> getFailures()
Copyright © 2011–2014 GraphWalker. All rights reserved.