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

Method Summary
 Action getActionByName(java.lang.String name)
           
 Action getActionByName(java.lang.String name, Action defaultAction)
           
 
Methods inherited from interface jason.core.ActionConfig
getBooleanProperty, getIntProperty, getProperty, getProperty
 

Method Detail

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