Exemplo n.º 1
0
 /**
  * used for gae
  *
  * @param nodeState
  */
 @SpecialEditorAnnotation(specialeditor = true, name = "addReference", fieldName = "myReferences")
 public void addReference(String s) {
   myReference = s;
   buildIDMap();
 }
Exemplo n.º 2
0
 /**
  * used in gae
  *
  * @param node
  */
 @SpecialEditorAnnotation(specialeditor = true, name = "addCurNode", fieldName = "myCurs")
 public void addCurNode(GameNode node) {
   myCur = node;
   setAdjacencyList();
   buildIDMap();
 }