|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GrapheInterface
Method Summary | |
---|---|
java.util.Collection |
arcs()
Main method needed to build the graph, describes the links between vertices. |
int |
getNbrArc()
Gives the number of edges in the graph, equals to the number of instructions of a Turing Machine. |
int |
getNbrEtat()
Gives the number of states of the machine, hence the number of vertices in the graph. |
java.lang.Object |
getRacine()
Gives the root state of a machine, the start vertex in the graph. |
Method Detail |
---|
java.util.Collection arcs()
Arc.java
int getNbrEtat()
int getNbrArc()
java.lang.Object getRacine()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |