org.hypergraphdb
Class HGConfiguration

java.lang.Object
  extended by org.hypergraphdb.HGConfiguration

public class HGConfiguration
extends java.lang.Object

A bean that holds configuration parameters for a HyperGraphDB initialization. An instance can be passed to the HGEnvironment.configure(String, HGConfiguration) or HGEnvironment.get(String, HGConfiguration) methods.

Author:
Borislav Iordanov

Constructor Summary
HGConfiguration()
           
 
Method Summary
 boolean isTransactional()
           
 void resetDefaults()
          Set all parameters of this configuration to their default values.
 void setTransactional(boolean transactional)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HGConfiguration

public HGConfiguration()
Method Detail

resetDefaults

public void resetDefaults()

Set all parameters of this configuration to their default values.


isTransactional

public boolean isTransactional()

setTransactional

public void setTransactional(boolean transactional)