|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.update.AbstractUpdater
base class for uml-fsa-update
Constructor Summary | |
AbstractUpdater()
Constructor for class AbstractUpdater |
Method Summary | |
protected abstract void |
addListener()
Access method for an one to n association. |
java.lang.String |
getFsaAttrName()
Get the value of fsaAttrName. |
FSAObject |
getFsaObject()
Get the fsaObject attribute of the AbstractUpdater object |
java.lang.String |
getLogicAttrName()
Get the value of logicAttrName. |
java.lang.Object |
getLogicObject()
Get the value of logicObject. |
Translator |
getTranslator()
Get the translator attribute of the AbstractUpdater object |
protected abstract void |
initialize()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
isListenerActive()
Get the listenerActive attribute of the AbstractUpdater object |
protected abstract void |
removeListener()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
setFsaAttrName(java.lang.String fsaAttrName)
Set the value of fsaAttrName. |
boolean |
setFsaObject(FSAObject value)
Sets the fsaObject attribute of the AbstractUpdater object |
boolean |
setListenerActive(boolean active)
Sets the listenerActive attribute of the AbstractUpdater object |
boolean |
setLogicAttrName(java.lang.String logicAttrName)
Set the value of logicAttrName. |
boolean |
setLogicObject(java.lang.Object logicObject)
Set the value of logicObject. |
void |
setTranslator(Translator propValue)
Sets the translator attribute of the AbstractUpdater object |
java.lang.String |
toString()
|
java.lang.Object |
translateFsaToLogic(java.lang.Object data)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Object |
translateLogicToFsa(java.lang.Object data)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AbstractUpdater()
Method Detail |
public Translator getTranslator()
public void setTranslator(Translator propValue)
propValue
- The new translator valuepublic java.lang.Object getLogicObject()
public boolean setLogicObject(java.lang.Object logicObject)
logicObject
- Value to assign to logicObject.
public java.lang.String getLogicAttrName()
public boolean setLogicAttrName(java.lang.String logicAttrName)
logicAttrName
- Value to assign to logicAttrName.
public java.lang.String getFsaAttrName()
public boolean setFsaAttrName(java.lang.String fsaAttrName)
fsaAttrName
- Value to assign to fsaAttrName.
public boolean setFsaObject(FSAObject value)
value
- The new fsaObject value
public FSAObject getFsaObject()
public java.lang.String toString()
public java.lang.Object translateLogicToFsa(java.lang.Object data)
translateLogicToFsa
in interface Translator
data
- No description provided
public java.lang.Object translateFsaToLogic(java.lang.Object data)
translateFsaToLogic
in interface Translator
data
- No description provided
public boolean setListenerActive(boolean active)
active
- The new listenerActive value
public boolean isListenerActive()
protected abstract void initialize()
protected abstract void addListener()
protected abstract void removeListener()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |