eu.bandm.sig.absy
Class Face

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Face
All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
FCoproduct, FProduct, FVar

public class Face
extends Absy


Field Summary
protected  Type domain
           
static Function<Face,Type> get_domain
           
static Function<Face,Variable> get_var
           
static Consumer<Type,Face> set_domain
           
static Consumer<Variable,Face> set_var
           
protected  Variable var
           
 
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
Face(Variable var, Type domain)
           
 
Method Summary
 Face doclone()
           
 Format format()
           
 Type get_domain()
           
 Variable get_var()
           
static String getFormatHint()
           
 Face initFrom(Object o0)
           
 boolean set_domain(Type val)
           
 boolean set_var(Variable 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

var

protected Variable var

get_var

public static final Function<Face,Variable> get_var

set_var

public static final Consumer<Variable,Face> set_var

domain

protected Type domain

get_domain

public static final Function<Face,Type> get_domain

set_domain

public static final Consumer<Type,Face> set_domain
Constructor Detail

Face

public Face(Variable var,
            Type domain)
Method Detail

doclone

public Face doclone()
Overrides:
doclone in class Absy

getFormatHint

public static String getFormatHint()

format

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

initFrom

public Face initFrom(Object o0)
Overrides:
initFrom in class Absy

get_var

public Variable get_var()

set_var

public boolean set_var(Variable val)

get_domain

public Type get_domain()

set_domain

public boolean set_domain(Type val)