public class BeliefInfo extends AbstractBDIInfo
Constructor and Description |
---|
BeliefInfo()
Create a new belief info.
|
BeliefInfo(Object id,
String kind,
String type,
String valuetype,
Object value)
Create a new belief info.
|
Modifier and Type | Method and Description |
---|---|
static BeliefInfo |
createBeliefInfo(jadex.rules.state.IOAVState state,
Object belief,
Object scope)
Create an info object for a belief.
|
String |
getKind()
Return the kind.
|
Object |
getValue()
Return the value.
|
String |
getValueType()
Return the value type.
|
void |
setKind(String kind)
Set the kind.
|
void |
setValue(Object value)
Set the value.
|
void |
setValueType(String valuetype)
Set the value type.
|
String |
toString()
Get the string representation.
|
public String getKind()
public void setKind(String kind)
public String getValueType()
public void setValueType(String valuetype)
public Object getValue()
public void setValue(Object value)
public String toString()
public static BeliefInfo createBeliefInfo(jadex.rules.state.IOAVState state, Object belief, Object scope)
Copyright © 2012. All Rights Reserved.