nl.tudelft.goal.emohawk.translators
Class AnimTypeTranslator

Package class diagram package AnimTypeTranslator
java.lang.Object
  extended by nl.tudelft.goal.emohawk.translators.AnimTypeTranslator
All Implemented Interfaces:
nl.tudelft.goal.EIS2Java.translation.Java2Parameter<AnimType>, nl.tudelft.goal.EIS2Java.translation.Parameter2Java<AnimType>

public class AnimTypeTranslator
extends Object
implements nl.tudelft.goal.EIS2Java.translation.Java2Parameter<AnimType>, nl.tudelft.goal.EIS2Java.translation.Parameter2Java<AnimType>


Constructor Summary
AnimTypeTranslator()
           
 
Method Summary
 eis.iilang.Parameter[] translate(AnimType argument)
           
 AnimType translate(eis.iilang.Parameter parameter)
           
 Class<? extends AnimType> translatesFrom()
           
 Class<AnimType> translatesTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimTypeTranslator

public AnimTypeTranslator()
Method Detail

translate

public AnimType translate(eis.iilang.Parameter parameter)
                   throws nl.tudelft.goal.EIS2Java.exception.TranslationException
Specified by:
translate in interface nl.tudelft.goal.EIS2Java.translation.Parameter2Java<AnimType>
Throws:
nl.tudelft.goal.EIS2Java.exception.TranslationException

translatesTo

public Class<AnimType> translatesTo()
Specified by:
translatesTo in interface nl.tudelft.goal.EIS2Java.translation.Parameter2Java<AnimType>

translate

public eis.iilang.Parameter[] translate(AnimType argument)
                                 throws nl.tudelft.goal.EIS2Java.exception.TranslationException
Specified by:
translate in interface nl.tudelft.goal.EIS2Java.translation.Java2Parameter<AnimType>
Throws:
nl.tudelft.goal.EIS2Java.exception.TranslationException

translatesFrom

public Class<? extends AnimType> translatesFrom()
Specified by:
translatesFrom in interface nl.tudelft.goal.EIS2Java.translation.Java2Parameter<AnimType>


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