org.apache.stanbol.commons.web.sparql.resource
Class SparqlEndpointResource.TripleCollectionInfo

java.lang.Object
  extended by org.apache.stanbol.commons.web.sparql.resource.SparqlEndpointResource.TripleCollectionInfo
Enclosing class:
SparqlEndpointResource

public class SparqlEndpointResource.TripleCollectionInfo
extends Object


Constructor Summary
SparqlEndpointResource.TripleCollectionInfo(String graphUri, String graphName, String graphDescription)
           
 
Method Summary
 String getGraphDescription()
           
 String getGraphName()
           
 String getGraphUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SparqlEndpointResource.TripleCollectionInfo

public SparqlEndpointResource.TripleCollectionInfo(String graphUri,
                                                   String graphName,
                                                   String graphDescription)
Method Detail

getGraphUri

public String getGraphUri()

getGraphName

public String getGraphName()

getGraphDescription

public String getGraphDescription()


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.