Magentix2
2.1.1
|
Public Member Functions | |
void | setMethod (ShutdownStateMethod method) |
ShutdownStateMethod | getMethod () |
Protected Member Functions | |
ShutdownState () |
This class represents a shutdown state during an interaction protocol. When a conversation reaches this state it executes the state's method.
Definition at line 10 of file ShutdownState.java.
es.upv.dsic.gti_ia.cAgents.ShutdownState.ShutdownState | ( | ) | [protected] |
Creates a new shutdown state
name | of the state |
Definition at line 18 of file ShutdownState.java.
Returns the method assigned to this state by the setMethod() function
Definition at line 35 of file ShutdownState.java.
{
return Method;
}
Set the method that will be executed when a conversation reaches this state
The | method of this state |
Definition at line 27 of file ShutdownState.java.
{ Method = method; }