de.fuberlin.wiwiss.d2rq.map
Class Configuration

java.lang.Object
  extended by de.fuberlin.wiwiss.d2rq.map.MapObject
      extended by de.fuberlin.wiwiss.d2rq.map.Configuration

public class Configuration
extends MapObject

Representation of a d2rq:Configuration from the mapping file.

Author:
Christian Becker

Constructor Summary
Configuration()
           
Configuration(Resource resource)
           
 
Method Summary
 boolean getServeVocabulary()
           
 boolean getUseAllOptimizations()
           
 void setServeVocabulary(boolean serveVocabulary)
           
 void setUseAllOptimizations(boolean useAllOptimizations)
           
 String toString()
           
 void validate()
           
 
Methods inherited from class de.fuberlin.wiwiss.d2rq.map.MapObject
assertArgumentNotNull, assertHasBeenDefined, assertNotYetDefined, resource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()

Configuration

public Configuration(Resource resource)
Method Detail

getServeVocabulary

public boolean getServeVocabulary()

setServeVocabulary

public void setServeVocabulary(boolean serveVocabulary)

getUseAllOptimizations

public boolean getUseAllOptimizations()

setUseAllOptimizations

public void setUseAllOptimizations(boolean useAllOptimizations)

toString

public String toString()
Overrides:
toString in class MapObject

validate

public void validate()
              throws D2RQException
Specified by:
validate in class MapObject
Throws:
D2RQException