com.bigdata.samples
Class SparqlBuilder.Triple

java.lang.Object
  extended by com.bigdata.samples.SparqlBuilder.Triple
All Implemented Interfaces:
SparqlBuilder.Pattern
Enclosing class:
SparqlBuilder

public static class SparqlBuilder.Triple
extends Object
implements SparqlBuilder.Pattern


Field Summary
 String o
           
 String p
           
 String s
           
static Collection<Character> valid
           
 
Constructor Summary
SparqlBuilder.Triple(String s, String p, String o)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

s

public String s

p

public String p

o

public String o

valid

public static Collection<Character> valid
Constructor Detail

SparqlBuilder.Triple

public SparqlBuilder.Triple(String s,
                            String p,
                            String o)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.