de.uni_paderborn.fujaba.fsa.update
Class FsaToLogicUpdater

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.update.AbstractUpdater
      extended byde.uni_paderborn.fujaba.fsa.update.FsaToLogicUpdater
All Implemented Interfaces:
Translator

public class FsaToLogicUpdater
extends AbstractUpdater

add and handle listener between fsa and uml. updates from fsa to logic only

Version:
$Revision: 1.12 $
Author:
$Author: lowende $

Constructor Summary
FsaToLogicUpdater()
          Default Constructor
 
Method Summary
protected  void addListener()
          Access method for an one to n association.
 java.util.EventListener getFsaListener()
          Get the fsaListener attribute of the FsaToLogicUpdater object
 void initialize()
          No comment provided by developer, please add a comment to improve documentation.
protected  void removeListener()
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String toString()
           
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.update.AbstractUpdater
getFsaAttrName, getFsaObject, getLogicAttrName, getLogicObject, getTranslator, isListenerActive, setFsaAttrName, setFsaObject, setListenerActive, setLogicAttrName, setLogicObject, setTranslator, translateFsaToLogic, translateLogicToFsa
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FsaToLogicUpdater

public FsaToLogicUpdater()
Default Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class AbstractUpdater
Returns:
short string representation of current object

getFsaListener

public java.util.EventListener getFsaListener()
Get the fsaListener attribute of the FsaToLogicUpdater object

Returns:
The fsaListener value

addListener

protected void addListener()
Access method for an one to n association.

Specified by:
addListener in class AbstractUpdater

removeListener

protected void removeListener()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
removeListener in class AbstractUpdater

initialize

public void initialize()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
initialize in class AbstractUpdater