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>
| Modifier and Type | Field and Description |
|---|---|
static String |
VELOCITY_KEYWORD |
| Constructor and Description |
|---|
VelocityTranslator() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final String VELOCITY_KEYWORD
public eis.iilang.Parameter[] translate(cz.cuni.amis.pogamut.base3d.worldview.object.Velocity o)
throws nl.tudelft.goal.EIS2Java.exception.TranslationException
translate in interface nl.tudelft.goal.EIS2Java.translation.Java2Parameter<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>nl.tudelft.goal.EIS2Java.exception.TranslationExceptionpublic Class<? extends cz.cuni.amis.pogamut.base3d.worldview.object.Velocity> translatesFrom()
translatesFrom in interface nl.tudelft.goal.EIS2Java.translation.Java2Parameter<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>public cz.cuni.amis.pogamut.base3d.worldview.object.Velocity translate(eis.iilang.Parameter p)
throws nl.tudelft.goal.EIS2Java.exception.TranslationException
translate in interface nl.tudelft.goal.EIS2Java.translation.Parameter2Java<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity>nl.tudelft.goal.EIS2Java.exception.TranslationExceptionpublic Class<cz.cuni.amis.pogamut.base3d.worldview.object.Velocity> translatesTo()
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.