hades.models.pic
Class Pic16F84

java.lang.Object
  extended byhades.simulator.SimObject
      extended byhades.models.pic.Pic16C84
          extended byhades.models.pic.Pic16F84
All Implemented Interfaces:
java.lang.Cloneable, ContextToolTip, java.io.Serializable, Simulatable, Wakeable

public class Pic16F84
extends Pic16C84

See Also:
Serialized Form

Field Summary
 
Fields inherited from class hades.models.pic.Pic16C84
_StdLogic1164ToBooleanTable, intValueA, intValueB, n_cycles, pic, signalA, signalB, signalClkin, signalClkout, signalMclr, t_delay
 
Fields inherited from class hades.simulator.SimObject
classloader, console, debug, editor, name, parent, ports, propertySheet, simulator, symbol, versionId, visible
 
Constructor Summary
Pic16F84()
           
 
Method Summary
 void createPicExec()
           
 java.lang.String toString()
          toString: generate a text description for this SimObject.
 
Methods inherited from class hades.models.pic.Pic16C84
configure, convertToBoolean, convertToBoolean, elaborate, evaluate, getExternalResources, getPropertySheet, getToolTip, initialize, needsExternalResources, wakeup, write
 
Methods inherited from class hades.simulator.SimObject
constructDynamicSymbol, copy, getBindkey, getClassLoader, getDebug, getEditor, getFullName, getName, getParent, getPort, getPorts, getResourceAsStream, getSimulator, getSymbol, getSymbolResourceName, getVersionId, isVisible, keyPressed, message, mousePressed, needsDynamicSymbol, setClassLoader, setConsole, setDebug, setEditor, setName, setParent, setPorts, setSimulator, setSymbol, setVersionId, setVisible, tearDown
 
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

Pic16F84

public Pic16F84()
Method Detail

createPicExec

public void createPicExec()
Overrides:
createPicExec in class Pic16C84

toString

public java.lang.String toString()
Description copied from class: SimObject
toString: generate a text description for this SimObject. This method currently combines the class name for the SimObject (or subclass) and its full name in the current Hades Design, e.g. "hades.models.gates.And2: /uut/adder16/adder1/i3".

Overrides:
toString in class Pic16C84