Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.hp.hpl.jena.enhanced.test

This package defines the enhanced node and graph classes; an enhanced node is one embedded in a particular enhanced graph.

See:
          Description

Interface Summary
TestModel A minimalist model interface.
TestNode  
TestObject An interface for viewing object nodes in the graph.
TestProperty  
TestSubject  
 

Class Summary
TestAllImpl  
TestCommonImpl  
TestModelImpl  
TestObjectImpl See TestObject for more detailed documentation.
TestPackage 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.
TestPackage.AnotherExample  
TestPackage.Example  
TestPropertyImpl  
TestSubjectImpl  
 

Package com.hp.hpl.jena.enhanced.test Description

This package defines the enhanced node and graph classes; an enhanced node is one embedded in a particular enhanced graph.