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

Packages that use Implementation
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 Implementation in com.hp.hpl.jena.enhanced
 

Methods in com.hp.hpl.jena.enhanced that return Implementation
<X extends T>
Implementation
Personality.getImplementation(Class<X> t)
          get the implemementation for the specified type, returning null if there isn't one available.
 

Methods in com.hp.hpl.jena.enhanced with parameters of type Implementation
<X extends T>
Personality<T>
Personality.add(Class<X> interf, Implementation impl)
          Add a new interface and its implementation to this Personality.
 



Licenced under the Apache License, Version 2.0