eu.bandm.sig.absy
Class CIntersect

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

public class CIntersect
extends BinaryConstraint


Field Summary
 
Fields inherited from class eu.bandm.sig.absy.BinaryConstraint
get_left, get_right, left, right, set_left, 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
CIntersect(Constraint left, Constraint right)
           
 
Method Summary
 CIntersect doclone()
           
 Format format()
           
static String getFormatHint()
           
 CIntersect initFrom(Object o0)
           
 
Methods inherited from class eu.bandm.sig.absy.BinaryConstraint
get_left, get_right, set_left, set_right
 
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
 

Constructor Detail

CIntersect

public CIntersect(Constraint left,
                  Constraint right)
Method Detail

doclone

public CIntersect doclone()
Overrides:
doclone in class BinaryConstraint

getFormatHint

public static String getFormatHint()

format

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

initFrom

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