org.glassfish.jersey.examples.flight.internal
Class SimEngine
java.lang.Object
org.glassfish.jersey.examples.flight.internal.SimEngine
public final class SimEngine
- extends Object
Flight simulation engine.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
|
Field Summary |
static int |
X_BOUND
X-axis coordinate boundary. |
static int |
Y_BOUND
Y-axis coordinate boundary. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X_BOUND
public static int X_BOUND
- X-axis coordinate boundary.
Y_BOUND
public static int Y_BOUND
- Y-axis coordinate boundary.
SimEngine
public SimEngine()
register
public static boolean register(EventOutput output)
start
public static boolean start()
stop
public static boolean stop()
bound
public static Location bound(Location location)
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.