hep.ilc.marlin.jni
Class LogicalExpressions

java.lang.Object
  extended by hep.ilc.marlin.jni.LogicalExpressions

public class LogicalExpressions
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  LogicalExpressions()
           
protected LogicalExpressions(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addCondition(String name, String expression)
           
 void clear()
           
 boolean conditionIsTrue(String name)
           
 void delete()
           
 boolean equals(Object obj)
           
 boolean expressionIsTrue(String expression)
           
protected  void finalize()
           
protected static long getCPtr(LogicalExpressions obj)
           
 int hashCode()
           
 void setValue(String key, boolean val)
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

LogicalExpressions

protected LogicalExpressions(long cPtr,
                             boolean cMemoryOwn)

LogicalExpressions

public LogicalExpressions()
Method Detail

getCPtr

protected static long getCPtr(LogicalExpressions obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

addCondition

public void addCondition(String name,
                         String expression)

clear

public void clear()

conditionIsTrue

public boolean conditionIsTrue(String name)

expressionIsTrue

public boolean expressionIsTrue(String expression)

setValue

public void setValue(String key,
                     boolean val)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.