at.ac.tuwien.dbai.alternation.examples
Class MCVP.Worktape

java.lang.Object
  extended by at.ac.tuwien.dbai.alternation.examples.MCVP.Worktape
All Implemented Interfaces:
InterfaceWorktape<MCVP.Inputtape>
Enclosing class:
MCVP

public class MCVP.Worktape
extends java.lang.Object
implements InterfaceWorktape<MCVP.Inputtape>


Field Summary
 Circuit.Gate<Circuit.GateTypes> gate
           
 
Method Summary
 MCVP.Worktape clone()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 void reset(MCVP.Inputtape atmInputtape)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

gate

public Circuit.Gate<Circuit.GateTypes> gate
Method Detail

clone

public MCVP.Worktape clone()
Specified by:
clone in interface InterfaceWorktape<MCVP.Inputtape>
Overrides:
clone in class java.lang.Object
Returns:
a (flat) copy from the worktape

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

reset

public void reset(MCVP.Inputtape atmInputtape)
Specified by:
reset in interface InterfaceWorktape<MCVP.Inputtape>
Parameters:
atmInputtape - initialize the worktape with the given input

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object