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, 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


Licenced under the Apache License, Version 2.0