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

Quick Search    Search Deep

com.hp.hpl.jena.enhanced.test
Class TestCommonImpl  view TestCommonImpl download TestCommonImpl.java

java.lang.Object
  extended bycom.hp.hpl.jena.enhanced.Polymorphic
      extended bycom.hp.hpl.jena.enhanced.EnhNode
          extended bycom.hp.hpl.jena.enhanced.test.TestCommonImpl
All Implemented Interfaces:
com.hp.hpl.jena.graph.FrontsNode, TestNode
Direct Known Subclasses:
TestAllImpl, TestObjectImpl, TestPropertyImpl, TestSubjectImpl

class TestCommonImpl
extends com.hp.hpl.jena.enhanced.EnhNode
implements TestNode


Field Summary
 
Fields inherited from class com.hp.hpl.jena.enhanced.EnhNode
enhGraph, node
 
Fields inherited from class com.hp.hpl.jena.enhanced.Polymorphic
 
Constructor Summary
(package private) TestCommonImpl(com.hp.hpl.jena.graph.Node n, com.hp.hpl.jena.enhanced.EnhGraph m)
          Creates new TestCommonImpl
 
Method Summary
 TestObject asObject()
           
 TestProperty asProperty()
           
 TestSubject asSubject()
           
(package private)  com.hp.hpl.jena.graph.Triple findNode(com.hp.hpl.jena.graph.Node s, com.hp.hpl.jena.graph.Node p, com.hp.hpl.jena.graph.Node o)
           
(package private)  com.hp.hpl.jena.graph.Triple findObject()
           
(package private)  com.hp.hpl.jena.graph.Triple findPredicate()
           
(package private)  com.hp.hpl.jena.graph.Triple findSubject()
           
(package private)  TestModel getModel()
           
 
Methods inherited from class com.hp.hpl.jena.enhanced.EnhNode
as, asNode, canAs, canSupport, convertTo, equals, getGraph, getPersonality, hashCode, isValid, viewAs
 
Methods inherited from class com.hp.hpl.jena.enhanced.Polymorphic
addView, already, asInternal, supports
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCommonImpl

TestCommonImpl(com.hp.hpl.jena.graph.Node n,
               com.hp.hpl.jena.enhanced.EnhGraph m)
Creates new TestCommonImpl

Method Detail

getModel

TestModel getModel()

findSubject

com.hp.hpl.jena.graph.Triple findSubject()

findPredicate

com.hp.hpl.jena.graph.Triple findPredicate()

findObject

com.hp.hpl.jena.graph.Triple findObject()

findNode

com.hp.hpl.jena.graph.Triple findNode(com.hp.hpl.jena.graph.Node s,
                                      com.hp.hpl.jena.graph.Node p,
                                      com.hp.hpl.jena.graph.Node o)

asSubject

public TestSubject asSubject()
Specified by:
asSubject in interface TestNode

asObject

public TestObject asObject()
Specified by:
asObject in interface TestNode

asProperty

public TestProperty asProperty()
Specified by:
asProperty in interface TestNode