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