|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 contains Enhanced 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(java.lang.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(java.lang.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |