eu.bandm.sig.absy
Class Constant

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

public class Constant
extends Absy


Field Summary
static Function<Constant,Net> get_net
           
static Function<Constant,Variable> get_var
           
protected  Net net
           
static Consumer<Net,Constant> set_net
           
static Consumer<Variable,Constant> 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
Constant(Variable var, Net net)
           
 
Method Summary
 Constant doclone()
           
 Format format()
           
 Net get_net()
           
 Variable get_var()
           
static String getFormatHint()
           
 Constant initFrom(Object o0)
           
 boolean set_net(Net 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<Constant,Variable> get_var

set_var

public static final Consumer<Variable,Constant> set_var

net

protected Net net

get_net

public static final Function<Constant,Net> get_net

set_net

public static final Consumer<Net,Constant> set_net
Constructor Detail

Constant

public Constant(Variable var,
                Net net)
Method Detail

doclone

public Constant 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 Constant initFrom(Object o0)
Overrides:
initFrom in class Absy

get_var

public Variable get_var()

set_var

public boolean set_var(Variable val)

get_net

public Net get_net()

set_net

public boolean set_net(Net val)