org.argouml.notation.providers
Class ComponentInstanceNotation

java.lang.Object
  extended by org.argouml.notation.NotationProvider
      extended by org.argouml.notation.providers.ComponentInstanceNotation
Direct Known Subclasses:
ComponentInstanceNotationUml

public abstract class ComponentInstanceNotation
extends NotationProvider

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


Constructor Summary
ComponentInstanceNotation(java.lang.Object componentInstance)
          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

ComponentInstanceNotation

public ComponentInstanceNotation(java.lang.Object componentInstance)
The constructor.

Parameters:
componentInstance - the componentInstance of which we handle the text


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook