public interface IMEConfiguration extends IMConfiguration, IMEElement
Modifier and Type | Method and Description |
---|---|
IMEConfigElement |
createEndGoal(String ref)
Create an end goal.
|
IMEConfigElement |
createEndInternalEvent(String ref)
Create an end internal event.
|
IMEConfigElement |
createEndMessageEvent(String ref)
Create an end message event.
|
IMEConfigElement |
createEndPlan(String ref)
Create an end plan.
|
IMEConfigBelief |
createInitialBelief(String ref)
Create an initial belief.
|
IMEConfigBeliefSet |
createInitialBeliefSet(String ref)
Create an initial belief set.
|
void |
createInitialCapability(String ref,
String conf)
Create an initial capability.
|
IMEConfigElement |
createInitialGoal(String ref)
Create an initial goal.
|
IMEConfigElement |
createInitialInternalEvent(String ref)
Create an initial internal event.
|
IMEConfigElement |
createInitialMessageEvent(String ref)
Create an initial message event.
|
IMEConfigElement |
createInitialPlan(String ref)
Create an initial plan.
|
getEndGoals, getEndInternalEvents, getEndMessageEvents, getEndPlans, getInitialBeliefs, getInitialBeliefSets, getInitialCapabilities, getInitialGoals, getInitialInternalEvents, getInitialMessageEvents, getInitialPlans
setDescription, setName
getDescription, getName
void createInitialCapability(String ref, String conf)
ref
- The referenced capability name.conf
- The name of configuration to use.IMEConfigBelief createInitialBelief(String ref)
ref
- The referenced element name.IMEConfigBeliefSet createInitialBeliefSet(String ref)
ref
- The referenced element name.IMEConfigElement createInitialGoal(String ref)
ref
- The referenced element name.IMEConfigElement createEndGoal(String ref)
ref
- The goal reference.IMEConfigElement createInitialPlan(String ref)
ref
- The plan reference.IMEConfigElement createEndPlan(String ref)
ref
- The plan reference.IMEConfigElement createInitialInternalEvent(String ref)
ref
- The event reference.IMEConfigElement createEndInternalEvent(String ref)
ref
- The event reference.IMEConfigElement createInitialMessageEvent(String ref)
ref
- The event reference.IMEConfigElement createEndMessageEvent(String ref)
ref
- The event reference.Copyright © 2012. All Rights Reserved.