24 package org.lightjason.agentspeak.action;
26 import java.util.logging.Logger;
47 return this.
name().hashCode();
51 public final boolean equals(
final Object p_object )
53 return ( p_object instanceof
IAction ) && ( this.
hashCode() == p_object.hashCode() );
59 return this.
name().toString();
default implementation of an action
external action interface
static Logger logger(final Class<?> p_class)
returns a logger instance
IPath name()
returns the name with path of the action
static final Logger LOGGER
logger
final boolean equals(final Object p_object)
class for any helper calls
static final long serialVersionUID
serial id