eu.bandm.sig.absy
Class Face
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Face
- All Implemented Interfaces:
- Formattable, Cloneable
- Direct Known Subclasses:
- FCoproduct, FProduct, FVar
public class Face
- extends Absy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Face
public Face(Variable var,
Type domain)
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)