Uses of Class
com.hp.hpl.jena.graph.compose.CompositionBase

Packages that use CompositionBase
com.hp.hpl.jena.graph.compose This package defines simple composite graphs - union, intersection, difference, and update-tracking. 
 

Uses of CompositionBase in com.hp.hpl.jena.graph.compose
 

Subclasses of CompositionBase in com.hp.hpl.jena.graph.compose
 class Delta
           
 class Difference
           
 class Dyadic
           
 class Intersection
          an implementation of a dynamic intersection of two models.
 class MultiUnion
           A graph implementation that presents the union of zero or more subgraphs, one of which is distinguished as the updateable graph.
 class Polyadic
           A base class for composition graphs that are composed from zero or more sub-graphs (thus providing a basis for polyadic composition operators).
 class Union
           
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.