nl.tudelft.goal.ut2004.translators
Class ItemTypeTranslator
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemTypeTranslator
public ItemTypeTranslator()
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.