LightJason - AgentSpeak(L++)
|
default implementation of an action More...
Public Member Functions | |
final boolean | equals (final Object p_object) |
final int | hashCode () |
final String | toString () |
Public Member Functions inherited from org.lightjason.agentspeak.action.IAction | |
default int | minimalArgumentNumber () |
minimum number of arguments More... | |
IPath | name () |
returns the name with path of the action More... | |
default Stream< IVariable<?> > | variables () |
returns a stream with all used variables More... | |
Public Member Functions inherited from org.lightjason.agentspeak.language.execution.IExecution | |
IFuzzyValue< Boolean > | execute (final boolean p_parallel, @Nonnull final IContext p_context, @Nonnull final List< ITerm > p_argument, @Nonnull final List< ITerm > p_return) |
defines a plan-body operation More... | |
Static Protected Attributes | |
static final Logger | LOGGER = org.lightjason.agentspeak.common.CCommon.logger( IAction.class ) |
logger More... | |
Static Private Attributes | |
static final long | serialVersionUID = -1706803039397374484L |
serial id More... | |
Additional Inherited Members | |
Public Attributes inherited from org.lightjason.agentspeak.action.IAction | |
long | serialVersionUID = -6374480398439703170L |
serial id More... | |
Definition at line 32 of file IBaseAction.java.
final boolean org.lightjason.agentspeak.action.IBaseAction.equals | ( | final Object | p_object | ) |
Definition at line 51 of file IBaseAction.java.
References org.lightjason.agentspeak.action.IBaseAction.hashCode().
Referenced by org.lightjason.agentspeak.action.binding.CMethodAction.returnvalues().
final int org.lightjason.agentspeak.action.IBaseAction.hashCode | ( | ) |
Definition at line 45 of file IBaseAction.java.
References org.lightjason.agentspeak.action.IAction.name().
Referenced by org.lightjason.agentspeak.action.IBaseAction.equals(), and org.lightjason.agentspeak.action.builtin.generic.CPrint.IFormatter< Boolean >.equals().
final String org.lightjason.agentspeak.action.IBaseAction.toString | ( | ) |
Definition at line 57 of file IBaseAction.java.
References org.lightjason.agentspeak.action.IAction.name().
Referenced by org.lightjason.agentspeak.action.builtin.string.CReverse.execute().
|
staticprotected |
Definition at line 37 of file IBaseAction.java.
Referenced by org.lightjason.agentspeak.action.binding.CMethodAction.execute().
|
staticprivate |
Definition at line 41 of file IBaseAction.java.