de.uni_paderborn.fujaba.fsa.update
Class BooleanObjectTranslator

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

public class BooleanObjectTranslator
extends java.lang.Object
implements Translator

Translate boolean to choice of two objects

Version:
$Revision: 1.6 $
Author:
$Author: lowende $

Field Summary
 java.lang.Object falseObject
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.Object trueObject
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
BooleanObjectTranslator(java.lang.Object falseObject, java.lang.Object trueObject)
          Constructor for class BooleanObjectTranslator
 
Method Summary
 java.lang.Object translateFsaToLogic(java.lang.Object value)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.Object translateLogicToFsa(java.lang.Object value)
          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, toString, wait, wait, wait
 

Field Detail

falseObject

public final java.lang.Object falseObject
No comment provided by developer, please add a comment to improve documentation.


trueObject

public final java.lang.Object trueObject
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

BooleanObjectTranslator

public BooleanObjectTranslator(java.lang.Object falseObject,
                               java.lang.Object trueObject)
Constructor for class BooleanObjectTranslator

Parameters:
falseObject - No description provided
trueObject - No description provided
Method Detail

translateFsaToLogic

public java.lang.Object translateFsaToLogic(java.lang.Object value)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
translateFsaToLogic in interface Translator
Parameters:
value - No description provided
Returns:
No description provided

translateLogicToFsa

public java.lang.Object translateLogicToFsa(java.lang.Object value)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
translateLogicToFsa in interface Translator
Parameters:
value - No description provided
Returns:
No description provided