org.argouml.application.api
Interface NotationContext
- All Known Implementing Classes:
- FigEdgeModelElement, FigNodeModelElement, TabSrc, UMLModelElementListModel
- public interface NotationContext
Any class which can request notation must implement this interface
so that the proper notation generator or parser will be used.
- Since:
- 0.9.4
Method Summary |
NotationName |
getContextNotation()
The context must return a NotationName indicating the notation
(and version if applicable) that it is using. |
getContextNotation
public NotationName getContextNotation()
- The context must return a NotationName indicating the notation
(and version if applicable) that it is using.
- Returns:
- null if the context does not wish to name a specific notation