hades.models.io
Class ConstantZ

java.lang.Object
  extended byhades.simulator.SimObject
      extended byhades.models.io.Constant
          extended byhades.models.io.ConstantZ
All Implemented Interfaces:
java.lang.Cloneable, ContextToolTip, java.io.Serializable, Simulatable

public class ConstantZ
extends Constant

ConstantZ - generate a StdLogic1164._Z value

See Also:
Serialized Form

Field Summary
 
Fields inherited from class hades.models.io.Constant
port_Y, value_Y
 
Fields inherited from class hades.simulator.SimObject
classloader, console, debug, editor, name, parent, ports, propertySheet, simulator, symbol, versionId, visible
 
Constructor Summary
ConstantZ()
           
 
Method Summary
protected  StdLogic1164 getOutputValue()
           
 
Methods inherited from class hades.models.io.Constant
elaborate, evaluate
 
Methods inherited from class hades.simulator.SimObject
configure, constructDynamicSymbol, copy, getBindkey, getClassLoader, getDebug, getEditor, getExternalResources, getFullName, getName, getParent, getPort, getPorts, getPropertySheet, getResourceAsStream, getSimulator, getSymbol, getSymbolResourceName, getToolTip, getVersionId, initialize, isVisible, keyPressed, message, mousePressed, needsDynamicSymbol, needsExternalResources, setClassLoader, setConsole, setDebug, setEditor, setName, setParent, setPorts, setSimulator, setSymbol, setVersionId, setVisible, tearDown, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface hades.simulator.Simulatable
message
 

Constructor Detail

ConstantZ

public ConstantZ()
Method Detail

getOutputValue

protected StdLogic1164 getOutputValue()
Overrides:
getOutputValue in class Constant