nl.tudelft.goal.unreal.translators
Class TeamTranslator
java.lang.Object
nl.tudelft.goal.unreal.translators.TeamTranslator
- All Implemented Interfaces:
- nl.tudelft.goal.EIS2Java.translation.Java2Parameter<Team>, nl.tudelft.goal.EIS2Java.translation.Parameter2Java<Team>
public class TeamTranslator
- extends Object
- implements nl.tudelft.goal.EIS2Java.translation.Parameter2Java<Team>, nl.tudelft.goal.EIS2Java.translation.Java2Parameter<Team>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TeamTranslator
public TeamTranslator()
translate
public Team translate(eis.iilang.Parameter parameter)
throws nl.tudelft.goal.EIS2Java.exception.TranslationException
- Specified by:
translate
in interface nl.tudelft.goal.EIS2Java.translation.Parameter2Java<Team>
- Throws:
nl.tudelft.goal.EIS2Java.exception.TranslationException
translate
public eis.iilang.Parameter[] translate(Team o)
throws nl.tudelft.goal.EIS2Java.exception.TranslationException
- Specified by:
translate
in interface nl.tudelft.goal.EIS2Java.translation.Java2Parameter<Team>
- Throws:
nl.tudelft.goal.EIS2Java.exception.TranslationException
translatesFrom
public Class<? extends Team> translatesFrom()
- Specified by:
translatesFrom
in interface nl.tudelft.goal.EIS2Java.translation.Java2Parameter<Team>
translatesTo
public Class<Team> translatesTo()
- Specified by:
translatesTo
in interface nl.tudelft.goal.EIS2Java.translation.Parameter2Java<Team>
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.