TestPackage.java | Class | These tests give a small version of a model-like interface
TestModel with different views
over the nodes in the graph
TestSubject ,
TestProperty
TestObject
Any node can be any one of these three, but the interface only works
if the node is the subject, property or object, respectively,
of some triple in the graph.
There are two implementations of the three interfaces. |