- All Known Subinterfaces:
- IConditionalComponentStep<T>, ITransferableStep
- All Known Implementing Classes:
- DecouplingInterceptor.InvokeMethodStep, DispatchGoalStep, MicroAgent.ExecuteWaitForStep, MicroAgentInterpreter.HandleMessageStep, SetBeliefStep, StepChain
public interface IComponentStep<T>
Interface for a component step.
For making steps in anonymous inner classes properly serializable
the @XMLClassname annotation has to be provided or
a static field for the name has to be declared:
public static final String XML_CLASSNAME = ...;