nl.tudelft.goal.ut2004.translators
Class ItemTypeTranslator

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

public class ItemTypeTranslator
extends Object
implements eis.eis2java.translation.Java2Parameter<ItemType>, eis.eis2java.translation.Parameter2Java<ItemType>


Constructor Summary
ItemTypeTranslator()
           
 
Method Summary
 eis.iilang.Parameter[] translate(ItemType o)
           
 ItemType translate(eis.iilang.Parameter parameter)
           
 Class<? extends ItemType> translatesFrom()
           
 Class<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(ItemType o)
                                 throws eis.eis2java.exception.TranslationException
Specified by:
translate in interface eis.eis2java.translation.Java2Parameter<ItemType>
Throws:
eis.eis2java.exception.TranslationException

translatesFrom

public Class<? extends ItemType> translatesFrom()
Specified by:
translatesFrom in interface eis.eis2java.translation.Java2Parameter<ItemType>

translate

public ItemType translate(eis.iilang.Parameter parameter)
                   throws eis.eis2java.exception.TranslationException
Specified by:
translate in interface eis.eis2java.translation.Parameter2Java<ItemType>
Throws:
eis.eis2java.exception.TranslationException

translatesTo

public Class<ItemType> translatesTo()
Specified by:
translatesTo in interface eis.eis2java.translation.Parameter2Java<ItemType>


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