.. java:import:: java.util Collection .. java:import:: java.util Map Unsafe ====== .. java:package:: se.sics.kompics :noindex: .. java:type:: public abstract class Unsafe :author: Lars Kroll Methods ------- createJavaPort ^^^^^^^^^^^^^^ .. java:method:: public static

JavaPort

createJavaPort(boolean positive, P portType, ComponentCore owner) :outertype: Unsafe getNegativeEvents ^^^^^^^^^^^^^^^^^ .. java:method:: public static Collection> getNegativeEvents(PortType portType) :outertype: Unsafe getNegativePorts ^^^^^^^^^^^^^^^^ .. java:method:: public static Map, JavaPort> getNegativePorts(Component component) :outertype: Unsafe getOrigin ^^^^^^^^^ .. java:method:: public static Port getOrigin(Direct.Request request) :outertype: Unsafe getPositiveEvents ^^^^^^^^^^^^^^^^^ .. java:method:: public static Collection> getPositiveEvents(PortType portType) :outertype: Unsafe getPositivePorts ^^^^^^^^^^^^^^^^ .. java:method:: public static Map, JavaPort> getPositivePorts(Component component) :outertype: Unsafe setOrigin ^^^^^^^^^ .. java:method:: public static void setOrigin(Direct.Request request, Port origin) :outertype: Unsafe