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 TestSubject  view TestSubject download TestSubject.java

All Superinterfaces:
TestNode
All Known Implementing Classes:
TestAllImpl, TestSubjectImpl

public interface TestSubject
extends TestNode


Method Summary
 TestProperty aProperty()
           
 boolean isSubject()
           
 
Methods inherited from interface com.hp.hpl.jena.enhanced.test.TestNode
asObject, asProperty, asSubject
 

Method Detail

isSubject

public boolean isSubject()

aProperty

public TestProperty aProperty()