nl.tudelft.goal.unreal.translators
Class VelocityTranslator
java.lang.Object
nl.tudelft.goal.unreal.translators.VelocityTranslator
- All Implemented Interfaces:
- nl.tudelft.goal.EIS2Java.translation.Java2Parameter<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>, nl.tudelft.goal.EIS2Java.translation.Parameter2Java<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>
public class VelocityTranslator
- extends Object
- implements nl.tudelft.goal.EIS2Java.translation.Java2Parameter<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>, nl.tudelft.goal.EIS2Java.translation.Parameter2Java<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>
Method Summary |
cz.cuni.amis.pogamut.base3d.worldview.object.Velocity |
translate(eis.iilang.Parameter p)
|
eis.iilang.Parameter[] |
translate(cz.cuni.amis.pogamut.base3d.worldview.object.Velocity o)
|
Class<? extends cz.cuni.amis.pogamut.base3d.worldview.object.Velocity> |
translatesFrom()
|
Class<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity> |
translatesTo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VELOCITY_KEYWORD
public static final String VELOCITY_KEYWORD
- See Also:
- Constant Field Values
VelocityTranslator
public VelocityTranslator()
translate
public eis.iilang.Parameter[] translate(cz.cuni.amis.pogamut.base3d.worldview.object.Velocity o)
throws nl.tudelft.goal.EIS2Java.exception.TranslationException
- Specified by:
translate
in interface nl.tudelft.goal.EIS2Java.translation.Java2Parameter<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>
- Throws:
nl.tudelft.goal.EIS2Java.exception.TranslationException
translatesFrom
public Class<? extends cz.cuni.amis.pogamut.base3d.worldview.object.Velocity> translatesFrom()
- Specified by:
translatesFrom
in interface nl.tudelft.goal.EIS2Java.translation.Java2Parameter<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>
translate
public cz.cuni.amis.pogamut.base3d.worldview.object.Velocity translate(eis.iilang.Parameter p)
throws nl.tudelft.goal.EIS2Java.exception.TranslationException
- Specified by:
translate
in interface nl.tudelft.goal.EIS2Java.translation.Parameter2Java<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>
- Throws:
nl.tudelft.goal.EIS2Java.exception.TranslationException
translatesTo
public Class<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity> translatesTo()
- Specified by:
translatesTo
in interface nl.tudelft.goal.EIS2Java.translation.Parameter2Java<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.