org.d2rq
Class ResourceDescriber

java.lang.Object
  extended by org.d2rq.ResourceDescriber

public class ResourceDescriber
extends Object


Constructor Summary
ResourceDescriber(CompiledMapping mapping, Node resource)
           
ResourceDescriber(CompiledMapping mapping, Node resource, boolean onlyOutgoing, int limit, long timeout)
           
 
Method Summary
 Graph description()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDescriber

public ResourceDescriber(CompiledMapping mapping,
                         Node resource)

ResourceDescriber

public ResourceDescriber(CompiledMapping mapping,
                         Node resource,
                         boolean onlyOutgoing,
                         int limit,
                         long timeout)
Method Detail

description

public Graph description()