|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.argouml.notation.NotationProvider
org.argouml.notation.providers.ObjectFlowStateStateNotation
org.argouml.notation.providers.uml.ObjectFlowStateStateNotationUml
public class ObjectFlowStateStateNotationUml
Notation for the State of an ObjectFlowState.
| Constructor Summary | |
|---|---|
ObjectFlowStateStateNotationUml(java.lang.Object objectflowstate)
The constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getParsingHelp()
|
void |
parse(java.lang.Object modelElement,
java.lang.String text)
Parses the given text, and adapts the modelElement and maybe related elements accordingly. |
protected java.lang.Object |
parseObjectFlowState2(java.lang.Object objectFlowState,
java.lang.String s)
Do the actual parsing. |
java.lang.String |
toString(java.lang.Object modelElement,
NotationSettings settings)
Generate a string representation for the given model element. |
| Methods inherited from class org.argouml.notation.NotationProvider |
|---|
addElementListener, addElementListener, addElementListener, cleanListener, formatNameList, formatNameList, initialiseListener, removeAllElementListeners, removeElementListener, updateListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectFlowStateStateNotationUml(java.lang.Object objectflowstate)
objectflowstate - the ObjectFlowState represented by this notation| Method Detail |
|---|
public java.lang.String getParsingHelp()
getParsingHelp in class NotationProvider
public void parse(java.lang.Object modelElement,
java.lang.String text)
NotationProvider
parse in class NotationProvidermodelElement - the modelelement to adapttext - the string given by the user to be parsed
to adapt the model
protected java.lang.Object parseObjectFlowState2(java.lang.Object objectFlowState,
java.lang.String s)
throws java.text.ParseException
objectFlowState - the given element to be altereds - the new string
java.text.ParseException - when the given text was rejected
public java.lang.String toString(java.lang.Object modelElement,
NotationSettings settings)
NotationProvider
toString in class NotationProvidermodelElement - the base UML elementsettings - settings that control rendering of the text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |