hades.models
Class Const1164

java.lang.Object
  extended byhades.models.StdLogic1164
      extended byhades.models.Const1164
All Implemented Interfaces:
java.io.Serializable

public class Const1164
extends StdLogic1164

Const1164: provides immutable std_logic values.

See Also:
Serialized Form

Field Summary
static Const1164 __0
           
static Const1164 __1
           
static Const1164 __D
           
static Const1164 __H
           
static Const1164 __L
           
static Const1164 __U
           
static Const1164 __W
           
static Const1164 __X
           
static Const1164 __Z
           
 
Fields inherited from class hades.models.StdLogic1164
_0, _1, _D, _H, _L, _U, _W, _X, _Z, AND_TABLE, BUF_TABLE, chars, colors, NOT_TABLE, OR_TABLE, RESOLUTION_TABLE, UXZ_TABLE, XOR_TABLE
 
Method Summary
 void setIntValue(int v)
          Const1164 objects should be constant: we override setIntValue to throw an Exception
 void setValue(char c)
          Const1164 objects should be constant: we override setIntValue to throw an Exception
 
Methods inherited from class hades.models.StdLogic1164
and, and, copy, equals, equals, get_U, getChar, getColor, getColorFromIntValue, getValue, getValueString, intValue, is_0, is_01, is_0L, is_1, is_1H, is_D, is_H, is_L, is_U, is_UXZ, is_W, is_X, is_Z, isHigh_1H, isLow_0L, not, not, or, or, resolve, setColor, setToAnd, setToAnd, setToAnd, setToBuffered, setToCopy, setToInvert, setToNand, setToNand, setToNand, setToNor, setToNor, setToNor, setToOr, setToOr, setToOr, setToResolve, setToXnor, setToXor, setValue, toString, xor, xor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__U

public static Const1164 __U

__X

public static Const1164 __X

__0

public static Const1164 __0

__1

public static Const1164 __1

__Z

public static Const1164 __Z

__W

public static Const1164 __W

__L

public static Const1164 __L

__H

public static Const1164 __H

__D

public static Const1164 __D
Method Detail

setIntValue

public void setIntValue(int v)
Const1164 objects should be constant: we override setIntValue to throw an Exception

Overrides:
setIntValue in class StdLogic1164

setValue

public void setValue(char c)
Const1164 objects should be constant: we override setIntValue to throw an Exception

Overrides:
setValue in class StdLogic1164