nl.tudelft.goal.ut3.translators
Class ItemTypeTranslator

Package class diagram package ItemTypeTranslator
java.lang.Object
  extended by nl.tudelft.goal.ut3.translators.ItemTypeTranslator
All Implemented Interfaces:
eis.eis2java.translation.Java2Parameter<cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType>, eis.eis2java.translation.Parameter2Java<cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType>

public class ItemTypeTranslator
extends Object
implements eis.eis2java.translation.Java2Parameter<cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType>, eis.eis2java.translation.Parameter2Java<cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType>


Constructor Summary
ItemTypeTranslator()
           
 
Method Summary
 eis.iilang.Parameter[] translate(cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType o)
           
 cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType translate(eis.iilang.Parameter parameter)
           
 Class<? extends cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType> translatesFrom()
           
 Class<cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType> translatesTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemTypeTranslator

public ItemTypeTranslator()
Method Detail

translate

public eis.iilang.Parameter[] translate(cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType o)
                                 throws eis.eis2java.exception.TranslationException
Specified by:
translate in interface eis.eis2java.translation.Java2Parameter<cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType>
Throws:
eis.eis2java.exception.TranslationException

translatesFrom

public Class<? extends cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType> translatesFrom()
Specified by:
translatesFrom in interface eis.eis2java.translation.Java2Parameter<cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType>

translate

public cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType translate(eis.iilang.Parameter parameter)
                                                                      throws eis.eis2java.exception.TranslationException
Specified by:
translate in interface eis.eis2java.translation.Parameter2Java<cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType>
Throws:
eis.eis2java.exception.TranslationException

translatesTo

public Class<cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType> translatesTo()
Specified by:
translatesTo in interface eis.eis2java.translation.Parameter2Java<cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType>


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.