Package jade.tools.introspector.gui
Class BehaviourTreeNode
- java.lang.Object
-
- jade.tools.introspector.gui.BehaviourTreeNode
-
public class BehaviourTreeNode extends Object
This class represents a tree node for a behaviour in the Introspector GUI. It maintains the state of the behaviour.- Author:
- Brian Remick, University of Utah
-
-
Constructor Summary
Constructors Constructor Description BehaviourTreeNode(BehaviourID beh)BehaviourTreeNode(BehaviourID beh, String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BehaviourIDgetBehaviour()StringgetState()voidsetBehaviour(BehaviourID b)voidsetState(String s)StringtoString()
-
-
-
Constructor Detail
-
BehaviourTreeNode
public BehaviourTreeNode(BehaviourID beh)
-
BehaviourTreeNode
public BehaviourTreeNode(BehaviourID beh, String s)
-
-
Method Detail
-
setState
public void setState(String s)
-
getState
public String getState()
-
getBehaviour
public BehaviourID getBehaviour()
-
setBehaviour
public void setBehaviour(BehaviourID b)
-
-