jason.core
Interface ServiceConfig
- All Superinterfaces:
- ActionConfig
- public interface ServiceConfig
- extends ActionConfig
Core of the services transmetted for the init called
- Since:
- 1.0
- See Also:
AbstractService
getActionByName
public Action getActionByName(java.lang.String name)
- Returns:
- an action for a specified name
getActionByName
public Action getActionByName(java.lang.String name,
Action defaultAction)
- Returns:
- an action for a specified name or the defaultAction is the name doesn't match an action