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
|
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 |
cat
protected static Category cat
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)
expand
public java.lang.String expand(java.lang.String res,
java.lang.Object dm)
- Overrides:
expand
in class CheckItem