vs.communication
Class GoalProgress
java.lang.Object
vs.communication.GoalProgress
- All Implemented Interfaces:
- jade.content.ContentElement, jade.content.Predicate, java.io.Serializable
public class GoalProgress
- extends java.lang.Object
- implements jade.content.Predicate
Protege name: GoalProgress
- Version:
- 2008/10/29, 15:01:49
- Author:
- ontology bean generator
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPLETED
public static final int COMPLETED
- See Also:
- Constant Field Values
FAILED
public static final int FAILED
- See Also:
- Constant Field Values
WAITFOREXPECTATION
public static final int WAITFOREXPECTATION
- See Also:
- Constant Field Values
NEARLYCOMPLETED
public static final int NEARLYCOMPLETED
- See Also:
- Constant Field Values
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
GoalProgress
public GoalProgress()
setGoal
public void setGoal(java.lang.String value)
getGoal
public java.lang.String getGoal()
setGoalstatus
public void setGoalstatus(int value)
getGoalstatus
public int getGoalstatus()
setCharacter
public void setCharacter(java.lang.String value)
getCharacter
public java.lang.String getCharacter()