|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsem.test.graph.GraphTest
public class GraphTest
Collection of tests for the graphs, nodes and edges.
Constructor Summary | |
---|---|
GraphTest()
|
Method Summary | |
---|---|
void |
testAddEdge()
Adding a new edge. |
void |
testAddEdgeStringNodeNode()
Adding a new edge from string label. |
void |
testAddNode()
Creating a new node and adding it to the graph. |
void |
testAddNodeString()
Creating a new node directly from the lemma and POS, and adding it to the graph. |
void |
testClone()
Cloning the graph. |
void |
testGetEdges()
Getting the list of edges. |
void |
testGetNodes()
Getting the list of nodes. |
void |
testGraph()
Creating a new graph. |
void |
testPutData()
Adding metadata. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphTest()
Method Detail |
---|
public void testGraph()
public void testAddNode()
public void testAddNodeString()
public void testAddEdge()
public void testAddEdgeStringNodeNode()
public void testGetNodes()
public void testGetEdges()
public void testPutData()
public void testClone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |