eu.bandm.sig.absy
Class BinaryRule

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Rule
          extended by eu.bandm.sig.absy.BinaryRule
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
RDisjoint, RIntersect, ROverlay

public abstract class BinaryRule
extends Rule


Field Summary
static Function<BinaryRule,Rule> get_left
           
static Function<BinaryRule,Rule> get_right
           
protected  Rule left
           
protected  Rule right
           
static Consumer<Rule,BinaryRule> set_left
           
static Consumer<Rule,BinaryRule> set_right
           
 
Fields inherited from class eu.bandm.sig.absy.Rule
domain, get_domain, get_range, range, set_domain, set_range
 
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
BinaryRule(Rule left, Rule right)
           
 
Method Summary
 BinaryRule doclone()
           
 Format format()
           
 Rule get_left()
           
 Rule get_right()
           
 BinaryRule initFrom(Object o0)
           
 boolean set_left(Rule val)
           
 boolean set_right(Rule val)
           
 
Methods inherited from class eu.bandm.sig.absy.Rule
get_domain, get_range, set_domain, set_range
 
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 Rule left

get_left

public static final Function<BinaryRule,Rule> get_left

set_left

public static final Consumer<Rule,BinaryRule> set_left

right

protected Rule right

get_right

public static final Function<BinaryRule,Rule> get_right

set_right

public static final Consumer<Rule,BinaryRule> set_right
Constructor Detail

BinaryRule

public BinaryRule(Rule left,
                  Rule right)
Method Detail

doclone

public BinaryRule doclone()
Overrides:
doclone in class Rule

format

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

initFrom

public BinaryRule initFrom(Object o0)
Overrides:
initFrom in class Rule

get_left

public Rule get_left()

set_left

public boolean set_left(Rule val)

get_right

public Rule get_right()

set_right

public boolean set_right(Rule val)