|
||||||||||
| 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.ExtensionPointNotation
org.argouml.notation.providers.uml.ExtensionPointNotationUml
public class ExtensionPointNotationUml
The notation for an extension point for UML.
| Constructor Summary | |
|---|---|
ExtensionPointNotationUml(java.lang.Object ep)
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. |
void |
parseExtensionPointFig(java.lang.Object ep,
java.lang.String text)
Parse an extension point. |
java.lang.String |
toString(java.lang.Object modelElement,
NotationSettings settings)
Generate the text for an extension point. |
| 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 ExtensionPointNotationUml(java.lang.Object ep)
ep - the represented Extension Point| Method Detail |
|---|
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
public void parseExtensionPointFig(java.lang.Object ep,
java.lang.String text)
The syntax is "name: location", "name:", "location" or "". The fields of the extension point are updated appropriately.
ep - The extension point concernedtext - The text to parsepublic java.lang.String getParsingHelp()
getParsingHelp in class NotationProvider
public java.lang.String toString(java.lang.Object modelElement,
NotationSettings settings)
The representation is "name: location". The "name: " is omitted if there is no name given.
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 |