|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.update.LogicFsaTranslator
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
LogicFsaTranslator(FSAObject fsaObject,
int ancestor)
Constructor for class LogicFsaTranslator |
Method Summary | |
int |
getAncestor()
Get the ancestor attribute of the LogicFsaTranslator object |
FSAObject |
getFsaObject()
Get the fsaObject attribute of the LogicFsaTranslator object |
boolean |
setAncestor(int value)
Sets the ancestor attribute of the LogicFsaTranslator object |
boolean |
setFsaObject(FSAObject value)
Sets the fsaObject attribute of the LogicFsaTranslator object |
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)
translate new target (LogicUnparseInterface) to an according FSAObject for the diagram. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogicFsaTranslator(FSAObject fsaObject, int ancestor)
fsaObject
- No description providedancestor
- No description providedMethod Detail |
public boolean setAncestor(int value)
value
- The new ancestor value
public int getAncestor()
public boolean setFsaObject(FSAObject value)
value
- The new fsaObject value
public FSAObject getFsaObject()
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |