edu.mit.sketch.uml
Class UMLDeleteObjectChecker

java.lang.Object
  |
  +--edu.mit.sketch.uml.UMLDeleteObjectChecker
All Implemented Interfaces:
Cloneable, Serializable

public class UMLDeleteObjectChecker
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Constructor Summary
UMLDeleteObjectChecker(UMLProgram p, Vector s)
           
 
Method Summary
 Object clone()
           
 void drawableStrokes(boolean b)
           
 UMLObject getDeletedObject()
           
 boolean isDelete()
           
 void recognizeStrokes()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLDeleteObjectChecker

public UMLDeleteObjectChecker(UMLProgram p,
                              Vector s)
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

recognizeStrokes

public void recognizeStrokes()

drawableStrokes

public void drawableStrokes(boolean b)

isDelete

public boolean isDelete()

getDeletedObject

public UMLObject getDeletedObject()