com.kuka.roboticsAPI.controllerModel.sunrise.mapping
Class FrameDistanceConditionMapper
java.lang.Object
com.kuka.roboticsAPI.controllerModel.mapping.AbstractMapper<SunriseMappingToken>
com.kuka.roboticsAPI.controllerModel.sunrise.mapping.SunriseMapper
com.kuka.roboticsAPI.controllerModel.sunrise.mapping.AbstractConditionMapper
com.kuka.roboticsAPI.controllerModel.sunrise.mapping.FrameDistanceConditionMapper
public class FrameDistanceConditionMapper
- extends AbstractConditionMapper
Mapper for frame distance conditions (event, trigger, stop conditions).
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameDistanceConditionMapper
public FrameDistanceConditionMapper()
mapToSunriseConditionString
public String mapToSunriseConditionString(SunriseMappingToken info,
ICondition condition)
-
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
mapTriggerCondition
public String mapTriggerCondition(ICondition condition,
SunriseMappingToken info)
- Maps a trigger condition.
- Specified by:
mapTriggerCondition in class AbstractConditionMapper
- Parameters:
condition - the condition to mapinfo - mapping information
- Returns:
- mapping string
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
mapEventCondition
public String mapEventCondition(ICondition condition,
SunriseMappingToken info)
- Maps an event condition.
- Specified by:
mapEventCondition in class AbstractConditionMapper
- Parameters:
condition - the condition to mapinfo - Mapping information
- Returns:
- mapping string
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
getMappingTypes
public Collection<Class<?>> getMappingTypes()
- Gets the mapping types which this mapper can map. A type can be a command
or a part of a command, depending on what the mapper is able to do. For
example, the type could be an IAction, an IControllerCommand or an
IStopCondition.
- Specified by:
getMappingTypes in class AbstractMapper<SunriseMappingToken>
- Returns:
- The mapping types which this mapper can map.
null is
not allowed. - This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
Copyright © 2019. All rights reserved.