Uses of Class
com.hp.hpl.jena.enhanced.Polymorphic

Packages that use Polymorphic
com.hp.hpl.jena.enhanced This package defines the enhanced node and graph classes; an enhanced node is one embedded in a particular enhanced graph. 
 

Uses of Polymorphic in com.hp.hpl.jena.enhanced
 

Subclasses of Polymorphic in com.hp.hpl.jena.enhanced
 class EnhNode
           A specialisation of Polymorphic that models an extended node in a an extended graph.
 

Methods in com.hp.hpl.jena.enhanced with parameters of type Polymorphic
 void Polymorphic.addView(Polymorphic<T> other)
          add another view for this object.
 

Constructors in com.hp.hpl.jena.enhanced with parameters of type Polymorphic
AlreadyLinkedViewException(Polymorphic<?> other)
          The polymorphic other has already been linked into a sibling ring and hence cannot be linked into a different one.
 



Licenced under the Apache License, Version 2.0