PortCore

public abstract class PortCore<P extends PortType> implements Negative<P>, Positive<P>

The PortCore class.

Author:Cosmin Arad <cosmin@sics.se>, Jim Dowling <jdowling@sics.se>, Lars Kroll <lkroll@kth.se>

Fields

isControlPort

protected boolean isControlPort

isPositive

protected boolean isPositive

owner

protected ComponentCore owner

portType

protected P portType

Methods

cleanChannels

public abstract void cleanChannels()

cleanEvents

public abstract void cleanEvents()

findChannelsTo

public abstract List<Channel<P>> findChannelsTo(PortCore<P> port)

getOwner

public ComponentCore getOwner()

getPortType

public P getPortType()