.. java:import:: java.util UUID Component.State =============== .. java:package:: se.sics.kompics :noindex: .. java:type:: public static enum State :outertype: Component Enum Constants -------------- ACTIVE ^^^^^^ .. java:field:: public static final Component.State ACTIVE :outertype: Component.State DESTROYED ^^^^^^^^^ .. java:field:: public static final Component.State DESTROYED :outertype: Component.State FAULTY ^^^^^^ .. java:field:: public static final Component.State FAULTY :outertype: Component.State PASSIVE ^^^^^^^ .. java:field:: public static final Component.State PASSIVE :outertype: Component.State STARTING ^^^^^^^^ .. java:field:: public static final Component.State STARTING :outertype: Component.State STOPPING ^^^^^^^^ .. java:field:: public static final Component.State STOPPING :outertype: Component.State