eu.bandm.sig.absy
Class BinaryTest

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Test
          extended by eu.bandm.sig.absy.BinaryTest
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
TAnd, TOr

public abstract class BinaryTest
extends Test


Field Summary
static Function<BinaryTest,Test> get_left
           
static Function<BinaryTest,Test> get_right
           
protected  Test left
           
protected  Test right
           
static Consumer<Test,BinaryTest> set_left
           
static Consumer<Test,BinaryTest> set_right
           
 
Fields inherited from class eu.bandm.sig.absy.Absy
get_location, location, set_location
 
Fields inherited from interface eu.bandm.tools.format.Formattable
format
 
Constructor Summary
BinaryTest(Test left, Test right)
           
 
Method Summary
 BinaryTest doclone()
           
 Format format()
           
 Test get_left()
           
 Test get_right()
           
 BinaryTest initFrom(Object o0)
           
 boolean set_left(Test val)
           
 boolean set_right(Test val)
           
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

protected Test left

get_left

public static final Function<BinaryTest,Test> get_left

set_left

public static final Consumer<Test,BinaryTest> set_left

right

protected Test right

get_right

public static final Function<BinaryTest,Test> get_right

set_right

public static final Consumer<Test,BinaryTest> set_right
Constructor Detail

BinaryTest

public BinaryTest(Test left,
                  Test right)
Method Detail

doclone

public BinaryTest doclone()
Overrides:
doclone in class Test

format

public Format format()
Specified by:
format in interface Formattable
Overrides:
format in class Test

initFrom

public BinaryTest initFrom(Object o0)
Overrides:
initFrom in class Test

get_left

public Test get_left()

set_left

public boolean set_left(Test val)

get_right

public Test get_right()

set_right

public boolean set_right(Test val)