org.argouml.notation.providers
Class MultiplicityNotation

java.lang.Object
  extended by org.argouml.notation.NotationProvider
      extended by org.argouml.notation.providers.MultiplicityNotation
Direct Known Subclasses:
MultiplicityNotationUml

public abstract class MultiplicityNotation
extends NotationProvider

This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents a Multiplicity. Subclass this for all languages.

This NotationProvider is a bit special, in that it does not generate for the given UML element, but for its multiplicity.


Constructor Summary
MultiplicityNotation(java.lang.Object multiplicityOwner)
          The constructor.
 
Method Summary
 
Methods inherited from class org.argouml.notation.NotationProvider
addElementListener, addElementListener, addElementListener, cleanListener, formatNameList, formatNameList, getParsingHelp, initialiseListener, parse, removeAllElementListeners, removeElementListener, toString, updateListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplicityNotation

public MultiplicityNotation(java.lang.Object multiplicityOwner)
The constructor.

Parameters:
multiplicityOwner - the UML element that has a Multiplicity


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook