SimpleChannel ============= .. java:package:: se.sics.kompics :noindex: .. java:type:: public abstract class SimpleChannel implements ChannelCore :author: Lars Kroll Fields ------ destroyed ^^^^^^^^^ .. java:field:: protected volatile boolean destroyed :outertype: SimpleChannel negativePort ^^^^^^^^^^^^ .. java:field:: protected final PortCore negativePort :outertype: SimpleChannel portType ^^^^^^^^ .. java:field:: protected final PT portType :outertype: SimpleChannel positivePort ^^^^^^^^^^^^ .. java:field:: protected final PortCore positivePort :outertype: SimpleChannel Constructors ------------ SimpleChannel ^^^^^^^^^^^^^ .. java:constructor:: public SimpleChannel(PortCore positivePort, PortCore negativePort) :outertype: SimpleChannel Methods ------- disconnect ^^^^^^^^^^ .. java:method:: @Override public void disconnect() :outertype: SimpleChannel getPortType ^^^^^^^^^^^ .. java:method:: @Override public PT getPortType() :outertype: SimpleChannel hasNegativePort ^^^^^^^^^^^^^^^ .. java:method:: @Override public boolean hasNegativePort(Port port) :outertype: SimpleChannel hasPositivePort ^^^^^^^^^^^^^^^ .. java:method:: @Override public boolean hasPositivePort(Port port) :outertype: SimpleChannel isDestroyed ^^^^^^^^^^^ .. java:method:: @Override public boolean isDestroyed() :outertype: SimpleChannel