public class ManPreviewFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.LinkedHashMap<java.lang.Class<Maneuver>,java.lang.Class<IManeuverPreview<Maneuver>>> |
registeredPreviews |
| Constructor and Description |
|---|
ManPreviewFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IManeuverPreview<?> |
getPreview(Maneuver maneuver,
java.lang.String vehicleId,
SystemPositionAndAttitude state,
java.lang.Object manState) |
protected static java.util.LinkedHashMap<java.lang.Class<Maneuver>,java.lang.Class<IManeuverPreview<Maneuver>>> registeredPreviews
public static IManeuverPreview<?> getPreview(Maneuver maneuver, java.lang.String vehicleId, SystemPositionAndAttitude state, java.lang.Object manState)
Copyright © 2004-2013 FEUP-LSTS and Neptus developers. All Rights Reserved.