|
Algorithm Development Kit 1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraphEntity
All graphical state drawing depends on the individual nodes to be able to return a labeled string to represent itself. We distribute the logic to the individual entities themselves, which simplifies the drawing of debugging information at the expense of adding this extra method to classes which otherwise should be unaware of the debugging infrastructure.
Nested Class Summary | |
---|---|
static class |
IGraphEntity.Formatter
Useful Format for special characters. |
Method Summary | |
---|---|
java.lang.String |
nodeLabel()
Return string label for this entity. |
Method Detail |
---|
java.lang.String nodeLabel()
|
Algorithm Development Kit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |