org.argouml.notation
Interface NotationContext

All Known Implementing Classes:
FigEdgeModelElement, FigNodeModelElement

Deprecated. by MVW in V0.21.3. Replaced by ProjectSettings.getNotationName() See issue 3140.

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()
          Deprecated. The context must return a NotationName indicating the notation (and version if applicable) that it is using.
 void setContextNotation(NotationName nn)
          Deprecated.  
 

Method Detail

getContextNotation

public NotationName getContextNotation()
Deprecated. 
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

setContextNotation

public void setContextNotation(NotationName nn)
Deprecated. 
Parameters:
nn - the new notationName


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook