org.argouml.uml.ui
Class UMLConditionExpressionModel

java.lang.Object
  extended byorg.argouml.uml.ui.UMLExpressionModel2
      extended byorg.argouml.uml.ui.UMLConditionExpressionModel

public class UMLConditionExpressionModel
extends UMLExpressionModel2


Field Summary
private static Logger LOG
           
 
Fields inherited from class org.argouml.uml.ui.UMLExpressionModel2
 
Constructor Summary
UMLConditionExpressionModel(UMLUserInterfaceContainer container, String propertyName)
          The constructor.
 
Method Summary
 Object getExpression()
           
 Object newExpression()
           
 void setExpression(Object expression)
           
 
Methods inherited from class org.argouml.uml.ui.UMLExpressionModel2
getBody, getContainer, getLanguage, propertySet, setBody, setLanguage, targetChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final Logger LOG
Constructor Detail

UMLConditionExpressionModel

public UMLConditionExpressionModel(UMLUserInterfaceContainer container,
                                   String propertyName)
The constructor.

Parameters:
container - the container of UML user interface components
propertyName - the name of the property
Method Detail

getExpression

public Object getExpression()
Specified by:
getExpression in class UMLExpressionModel2
Returns:
the expression
See Also:
UMLExpressionModel2.getExpression()

setExpression

public void setExpression(Object expression)
Specified by:
setExpression in class UMLExpressionModel2
Parameters:
expression - the expression
See Also:
UMLExpressionModel2.setExpression(java.lang.Object)

newExpression

public Object newExpression()
Specified by:
newExpression in class UMLExpressionModel2
Returns:
a new expression
See Also:
UMLExpressionModel2.newExpression()


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook