org.d2rq.lang
Class Configuration

java.lang.Object
  extended by org.d2rq.lang.MapObject
      extended by org.d2rq.lang.Configuration

public class Configuration
extends MapObject

Representation of a d2rq:Configuration from the mapping file.

Author:
Christian Becker

Field Summary
static boolean DEFAULT_SERVE_VOCABULARY
           
static boolean DEFAULT_USE_ALL_OPTIMIZATIONS
           
 
Constructor Summary
Configuration()
           
Configuration(Resource resource)
           
 
Method Summary
 void accept(D2RQMappingVisitor visitor)
           
 boolean getServeVocabulary()
           
 boolean getUseAllOptimizations()
           
 void setServeVocabulary(boolean serveVocabulary)
           
 void setUseAllOptimizations(boolean useAllOptimizations)
           
 String toString()
           
 
Methods inherited from class org.d2rq.lang.MapObject
assertArgumentNotNull, assertNotYetDefined, getComment, resource, setComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_SERVE_VOCABULARY

public static final boolean DEFAULT_SERVE_VOCABULARY
See Also:
Constant Field Values

DEFAULT_USE_ALL_OPTIMIZATIONS

public static final boolean DEFAULT_USE_ALL_OPTIMIZATIONS
See Also:
Constant Field Values
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

accept

public void accept(D2RQMappingVisitor visitor)
Specified by:
accept in class MapObject