examples.wslauncher3
Class AgentBehaviour2.CallWebserviceAction
java.lang.Object
de.fhg.igd.jhsm.AbstractAction
examples.wslauncher3.AgentBehaviour2.CallWebserviceAction
- All Implemented Interfaces:
- Action, Serializable
- Enclosing class:
- AgentBehaviour2
- private class AgentBehaviour2.CallWebserviceAction
- extends AbstractAction
This action calls the IhkWebservice
Method Summary |
void |
perform(Context context)
Performs the action in a specified context . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentBehaviour2.CallWebserviceAction
private AgentBehaviour2.CallWebserviceAction()
perform
public void perform(Context context)
- Description copied from interface:
Action
- Performs the action in a specified
context
. This is the
hook for the interpreter. The code that defines the action is found
here.
- Parameters:
context
- Used to publish and retrieve data for/from other actions.
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.