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

Packages that use Polymorphic
com.hp.hpl.jena.db A general database backend for persistent storage of Jena models. 
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. 
com.hp.hpl.jena.rdf.model.impl This package contains implementations of the interfaces defined in the .model package, eg ModelCom for Model, ResourceImpl for Resource, and so on. 
 

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

Subclasses of Polymorphic in com.hp.hpl.jena.db
 class ModelRDB
          A persistent relational database implemention of the RDF API.
 

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

Subclasses of Polymorphic in com.hp.hpl.jena.enhanced
 class EnhGraph
          A specialisation of Polymorphic that models an extended graph - that is, one that containsEnhanced nodes or one that itself exposes additional capabilities beyond the graph API.
 class EnhNode
           A specialisation of Polymorphic that models an extended node in a an extended graph.
 

Methods in com.hp.hpl.jena.enhanced that return Polymorphic
 Polymorphic Personality.newInstance(Class interf, Node n, Polymorphic that)
          make a new instance of a type _interf_ based on the node _n_ and the polymorphic _that_; use the implementation wrapper for _interf_ in _types_.
 

Methods in com.hp.hpl.jena.enhanced with parameters of type Polymorphic
 void Polymorphic.addView(Polymorphic other)
          add another view for this object.
 Polymorphic Personality.newInstance(Class interf, Node n, Polymorphic that)
          make a new instance of a type _interf_ based on the node _n_ and the polymorphic _that_; use the implementation wrapper for _interf_ in _types_.
 

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.
 

Uses of Polymorphic in com.hp.hpl.jena.rdf.model.impl
 

Subclasses of Polymorphic in com.hp.hpl.jena.rdf.model.impl
 class com.hp.hpl.jena.rdf.model.impl.ModelCom
          Common methods for model implementations.
 



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP