org.apache.clerezza.rdf.core.impl
Class AbstractMGraph

java.lang.Object
  extended by java.util.AbstractCollection<Triple>
      extended by org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
          extended by org.apache.clerezza.rdf.core.impl.AbstractMGraph
All Implemented Interfaces:
Iterable<Triple>, Collection<Triple>, MGraph, TripleCollection

public abstract class AbstractMGraph
extends AbstractTripleCollection
implements MGraph

AbstractMGraph is an abstract implementation of MGraph implementing the getGraph method.

Author:
reto

Constructor Summary
AbstractMGraph()
           
 
Method Summary
 Graph getGraph()
          Returns the graph
 
Methods inherited from class org.apache.clerezza.rdf.core.impl.AbstractTripleCollection
add, addGraphListener, addGraphListener, contains, dispatchEvent, filter, iterator, performAdd, performFilter, performRemove, remove, removeAll, removeGraphListener
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.clerezza.rdf.core.MGraph
equals
 
Methods inherited from interface org.apache.clerezza.rdf.core.TripleCollection
addGraphListener, addGraphListener, filter, removeGraphListener
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

AbstractMGraph

public AbstractMGraph()
Method Detail

getGraph

public Graph getGraph()
Description copied from interface: MGraph
Returns the graph

Specified by:
getGraph in interface MGraph
Returns:
graph


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.