at.ac.tuwien.dbai.alternation.examples
Class MCVP.Worktape
java.lang.Object
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>
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
gate
public Circuit.Gate<Circuit.GateTypes> gate
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