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

Quick Search    Search Deep

com.hp.hpl.jena.enhanced.test
Interface TestNode  view TestNode download TestNode.java

All Known Subinterfaces:
TestObject, TestProperty, TestSubject
All Known Implementing Classes:
TestAllImpl, TestCommonImpl, TestObjectImpl, TestPropertyImpl, TestSubjectImpl

public interface TestNode


Method Summary
 TestObject asObject()
           
 TestProperty asProperty()
           
 TestSubject asSubject()
           
 

Method Detail

asSubject

public TestSubject asSubject()

asObject

public TestObject asObject()

asProperty

public TestProperty asProperty()