com.hp.hpl.jena.graph
Interface GraphAdd

All Known Subinterfaces:
BackwardRuleInfGraphI, ForwardRuleInfGraphI, Graph, InfGraph
All Known Implementing Classes:
BaseInfGraph, BasicForwardRuleInfGraph, CompositionBase, Delta, Difference, DisjointUnion, Dyadic, FBRuleInfGraph, com.hp.hpl.jena.graph.impl.GraphBase, GraphRDB, Intersection, LPBackwardRuleInfGraph, MonitorGraph, MultiUnion, Polyadic, RandomOrderGraph, RDFSRuleInfGraph, RETERuleInfGraph, TransitiveInfGraph, Union, com.hp.hpl.jena.graph.impl.WrappedGraph

public interface GraphAdd

The Add part of Graph's interface. It proved convenient to factor this out so that it could be used in the reification code.

Author:
kers

Method Summary
 void add(Triple t)
          Add the triple t (if possible) to the set belonging to this graph
 

Method Detail

add

void add(Triple t)
         throws AddDeniedException
Add the triple t (if possible) to the set belonging to this graph

Parameters:
t - the triple to add to the graph
Throws:
AddDeniedException - if the triple cannot be added


Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP