jpaul.Misc
Class BoolMCell

java.lang.Object
  extended by jpaul.Misc.BoolMCell

public class BoolMCell
extends java.lang.Object

BoolMCell is a mutable cell with boolean content.

Version:
$Id: BoolMCell.java,v 1.2 2005/08/12 21:28:40 salcianu Exp $
Author:
Alexandru Salcianu - salcianu@alum.mit.edu
See Also:
MCell

Field Summary
 boolean value
           
 
Constructor Summary
BoolMCell(boolean initValue)
          Creates a BoolMCell with initial value initValue.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public boolean value
Constructor Detail

BoolMCell

public BoolMCell(boolean initValue)
Creates a BoolMCell with initial value initValue.



Copyright 2005 Alexandru Salcianu - salcianu@alum.mit.edu