net.sourceforge.jfl
Class JFLConfiguration

java.lang.Object
  extended by net.sourceforge.jfl.JFLConfiguration

public class JFLConfiguration
extends java.lang.Object

This store the global configuration of JFL.

Users are allowed to change the standar setting.

Author:
arons777@users.sourceforge.net

Constructor Summary
JFLConfiguration()
           
 
Method Summary
static IBinaryOperator getAnd()
           
static IBinaryOperator getOr()
           
static void setAnd(IBinaryOperator and)
           
static void setOr(IBinaryOperator or)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFLConfiguration

public JFLConfiguration()
Method Detail

getAnd

public static IBinaryOperator getAnd()

setAnd

public static void setAnd(IBinaryOperator and)

getOr

public static IBinaryOperator getOr()

setOr

public static void setOr(IBinaryOperator or)


Copyright © 2000 Dummy Corp. All Rights Reserved.