org.argouml.uml.cognitive.checklist
Class UMLCheckItem

java.lang.Object
  |
  +--org.argouml.cognitive.checklist.CheckItem
        |
        +--org.argouml.uml.cognitive.checklist.UMLCheckItem
All Implemented Interfaces:
java.io.Serializable

public class UMLCheckItem
extends CheckItem

A special kind of CheckItem that can replace OCL expressions with their values in the generated advice.

See Also:
OCLEvaluator, Serialized Form

Field Summary
protected static Category cat
           
 
Fields inherited from class org.argouml.cognitive.checklist.CheckItem
_category, _description, _moreInfoURL, _pred
 
Constructor Summary
UMLCheckItem(java.lang.String c, java.lang.String d)
           
UMLCheckItem(java.lang.String c, java.lang.String d, java.lang.String m, Predicate p)
           
 
Method Summary
 java.lang.String expand(java.lang.String res, java.lang.Object dm)
           
 
Methods inherited from class org.argouml.cognitive.checklist.CheckItem
equals, getCategory, getDescription, getDescription, getMoreInfoURL, getPredicate, setCategory, setDescription, setMoreInfoURL, setPredicate, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cat

protected static Category cat
Constructor Detail

UMLCheckItem

public UMLCheckItem(java.lang.String c,
                    java.lang.String d)

UMLCheckItem

public UMLCheckItem(java.lang.String c,
                    java.lang.String d,
                    java.lang.String m,
                    Predicate p)
Method Detail

expand

public java.lang.String expand(java.lang.String res,
                               java.lang.Object dm)
Overrides:
expand in class CheckItem


ArgoUML © 1996-2003 (20030919)ArgoUML Project HomeArgoUML Cookbook