Uses of Class
org.mulgara.mrg.Triple

Packages that use Triple
org.mulgara.jena.n3.turtle   
org.mulgara.mrg   
org.mulgara.mrg.parser   
 

Uses of Triple in org.mulgara.jena.n3.turtle
 

Methods in org.mulgara.jena.n3.turtle with parameters of type Triple
protected  void ParserBase.emitTriple(int line, int col, Triple triple)
           
 void TurtleEventHandler.triple(int line, int col, Triple triple)
           
 

Uses of Triple in org.mulgara.mrg
 

Methods in org.mulgara.mrg that return types with arguments of type Triple
 List<Triple> Graph.getTriples()
          Gets the entire graph as a list of triples.
 List<Triple> AbstractGraph.getTriples()
          Gets the entire graph as a list of triples.
 Iterator<Triple> IndexedGraph.match(SubjectNode s, PredicateNode p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> Graph.match(SubjectNode s, PredicateNode p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraph.match(SubjectNode s, PredicateNode p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> GraphExt.matchX(String s, PredicateNode p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(String s, PredicateNode p, ObjectNode o)
           
 Iterator<Triple> GraphExt.matchX(String s, PredicateNode p, String o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(String s, PredicateNode p, String o)
           
 Iterator<Triple> GraphExt.matchX(String s, PredicateNode p, URI o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(String s, PredicateNode p, URI o)
           
 Iterator<Triple> GraphExt.matchX(String s, String p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(String s, String p, ObjectNode o)
           
 Iterator<Triple> GraphExt.matchX(String s, String p, String o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(String s, String p, String o)
           
 Iterator<Triple> GraphExt.matchX(String s, String p, URI o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(String s, String p, URI o)
           
 Iterator<Triple> GraphExt.matchX(String s, URI p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(String s, URI p, ObjectNode o)
           
 Iterator<Triple> GraphExt.matchX(String s, URI p, String o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(String s, URI p, String o)
           
 Iterator<Triple> GraphExt.matchX(String s, URI p, URI o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(String s, URI p, URI o)
           
 Iterator<Triple> GraphExt.matchX(SubjectNode s, PredicateNode p, String o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(SubjectNode s, PredicateNode p, String o)
           
 Iterator<Triple> GraphExt.matchX(SubjectNode s, PredicateNode p, URI o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(SubjectNode s, PredicateNode p, URI o)
           
 Iterator<Triple> GraphExt.matchX(SubjectNode s, String p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(SubjectNode s, String p, ObjectNode o)
           
 Iterator<Triple> GraphExt.matchX(SubjectNode s, String p, String o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(SubjectNode s, String p, String o)
           
 Iterator<Triple> GraphExt.matchX(SubjectNode s, String p, URI o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(SubjectNode s, String p, URI o)
           
 Iterator<Triple> GraphExt.matchX(SubjectNode s, URI p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(SubjectNode s, URI p, ObjectNode o)
           
 Iterator<Triple> GraphExt.matchX(SubjectNode s, URI p, String o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(SubjectNode s, URI p, String o)
           
 Iterator<Triple> GraphExt.matchX(SubjectNode s, URI p, URI o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(SubjectNode s, URI p, URI o)
           
 Iterator<Triple> GraphExt.matchX(URI s, PredicateNode p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(URI s, PredicateNode p, ObjectNode o)
           
 Iterator<Triple> GraphExt.matchX(URI s, PredicateNode p, String o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(URI s, PredicateNode p, String o)
           
 Iterator<Triple> GraphExt.matchX(URI s, PredicateNode p, URI o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(URI s, PredicateNode p, URI o)
           
 Iterator<Triple> GraphExt.matchX(URI s, String p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(URI s, String p, ObjectNode o)
           
 Iterator<Triple> GraphExt.matchX(URI s, String p, String o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(URI s, String p, String o)
           
 Iterator<Triple> GraphExt.matchX(URI s, String p, URI o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(URI s, String p, URI o)
           
 Iterator<Triple> GraphExt.matchX(URI s, URI p, ObjectNode o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(URI s, URI p, ObjectNode o)
           
 Iterator<Triple> GraphExt.matchX(URI s, URI p, String o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(URI s, URI p, String o)
           
 Iterator<Triple> GraphExt.matchX(URI s, URI p, URI o)
          Find all triples that match a given pattern.
 Iterator<Triple> AbstractGraphExt.matchX(URI s, URI p, URI o)
           
 

Methods in org.mulgara.mrg with parameters of type Triple
 boolean WritableGraph.delete(Triple triple)
          Remove a triple from the graph.
 boolean AbstractGraph.delete(Triple triple)
          Remove a triple from the graph.
 boolean AppendableGraph.insert(Triple triple)
          Add a new triple to the graph.
 boolean AbstractGraph.insert(Triple triple)
          Add a new triple to the graph.
 boolean Graph.isAsserted(Triple t)
          Tests if a triple has been asserted.
 boolean AbstractGraph.isAsserted(Triple t)
          Tests if a triple has been asserted.
 

Constructor parameters in org.mulgara.mrg with type arguments of type Triple
AbstractGraph(Collection<Triple> triples)
          Builds a graph with a collection of triples.
GraphImpl(Collection<Triple> triples)
          Builds a graph with a collection of triples.
IndexedGraph(Collection<Triple> triples)
          Builds a graph with a collection of triples.
PackedGraphImpl(Collection<Triple> triples)
          Builds a graph with a collection of triples.
PackedIndexedGraph(Collection<Triple> triples)
          Builds a graph with a collection of triples.
 

Uses of Triple in org.mulgara.mrg.parser
 

Methods in org.mulgara.mrg.parser with parameters of type Triple
 void N3GraphParser.triple(int line, int col, Triple triple)
          Collect a triple from the parser.
 



Copyright © 2011. All Rights Reserved.