eu.bandm.sig.absy
Class BinaryConstraint

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Constraint
          extended by eu.bandm.sig.absy.BinaryConstraint
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
CDisjoint, CIntersect, COverlay

public abstract class BinaryConstraint
extends Constraint


Field Summary
static Function<BinaryConstraint,Constraint> get_left
           
static Function<BinaryConstraint,Constraint> get_right
           
protected  Constraint left
           
protected  Constraint right
           
static Consumer<Constraint,BinaryConstraint> set_left
           
static Consumer<Constraint,BinaryConstraint> set_right
           
 
Fields inherited from class eu.bandm.sig.absy.Constraint
bindings, get_bindings, set_bindings
 
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
BinaryConstraint(Constraint left, Constraint right)
           
 
Method Summary
 BinaryConstraint doclone()
           
 Format format()
           
 Constraint get_left()
           
 Constraint get_right()
           
 BinaryConstraint initFrom(Object o0)
           
 boolean set_left(Constraint val)
           
 boolean set_right(Constraint val)
           
 
Methods inherited from class eu.bandm.sig.absy.Constraint
descend_bindings, get_bindings, set_bindings
 
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 Constraint left

get_left

public static final Function<BinaryConstraint,Constraint> get_left

set_left

public static final Consumer<Constraint,BinaryConstraint> set_left

right

protected Constraint right

get_right

public static final Function<BinaryConstraint,Constraint> get_right

set_right

public static final Consumer<Constraint,BinaryConstraint> set_right
Constructor Detail

BinaryConstraint

public BinaryConstraint(Constraint left,
                        Constraint right)
Method Detail

doclone

public BinaryConstraint doclone()
Overrides:
doclone in class Constraint

format

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

initFrom

public BinaryConstraint initFrom(Object o0)
Overrides:
initFrom in class Constraint

get_left

public Constraint get_left()

set_left

public boolean set_left(Constraint val)

get_right

public Constraint get_right()

set_right

public boolean set_right(Constraint val)