public class MConfiguration extends Object
| Constructor and Description |
|---|
MConfiguration() |
MConfiguration(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<UnparsedExpression> |
getInitialBeliefs()
Get the initialbeliefs.
|
List<UnparsedExpression> |
getInitialGoals()
Get the initialgoals.
|
List<UnparsedExpression> |
getInitialPlans()
Get the initialplans.
|
String |
getName()
Get the name.
|
void |
setInitialBeliefs(List<UnparsedExpression> initialbeliefs)
Set the initialbeliefs.
|
void |
setInitialGoals(List<UnparsedExpression> initialgoals)
Set the initialgoals.
|
void |
setInitialPlans(List<UnparsedExpression> initialplans)
Set the initialplans.
|
void |
setName(String name)
Set the name.
|
public MConfiguration()
public MConfiguration(String name)
public String getName()
public void setName(String name)
name - The name to set.public List<UnparsedExpression> getInitialGoals()
public void setInitialGoals(List<UnparsedExpression> initialgoals)
initialgoals - The initialgoals to set.public List<UnparsedExpression> getInitialPlans()
public void setInitialPlans(List<UnparsedExpression> initialplans)
initialplans - The initialplans to set.public List<UnparsedExpression> getInitialBeliefs()
public void setInitialBeliefs(List<UnparsedExpression> initialbeliefs)
initialbeliefs - The initialbeliefs to set.Copyright © 2015. All Rights Reserved.