Uses of Interface
se.sics.kompics.Negative
Package | Description |
---|---|
se.sics.kompics |
Provides the Java implementation of the Kompics component model runtime system.
|
-
Uses of Negative in se.sics.kompics
Classes in se.sics.kompics that implement Negative Modifier and Type Class Description class
JavaPort<P extends PortType>
ThePortCore
class.class
PortCore<P extends PortType>
ThePortCore
class.Fields in se.sics.kompics declared as Negative Modifier and Type Field Description protected Negative<ControlPort>
ComponentDefinition. control
The components own control port.protected Negative<LoopbackPort>
ComponentDefinition. loopback
The receiving side of the loopback port.Methods in se.sics.kompics that return Negative Modifier and Type Method Description abstract Negative<ControlPort>
ComponentCore. createControlPort()
Negative<ControlPort>
JavaComponent. createControlPort()
abstract <P extends PortType>
Negative<P>ComponentCore. createNegativePort(Class<P> portType)
<P extends PortType>
Negative<P>JavaComponent. createNegativePort(Class<P> portType)
Negative<ControlPort>
ComponentDefinition. getControlPort()
Get the component's control port.Negative<ControlPort>
ComponentProxy. getControlPort()
<P extends PortType>
Negative<P>Component. getNegative(Class<P> portType)
Gets a negative (required) instance of the given port.<P extends PortType>
Negative<P>ComponentProxy. getNegative(Class<P> portType)
<P extends PortType>
Negative<P>JavaComponent. getNegative(Class<P> portType)
protected <P extends PortType>
Negative<P>ComponentDefinition. negative(Class<P> portType)
Create a negative (provided) port instance and return it.protected <P extends PortType>
Negative<P>ComponentDefinition. provides(Class<P> portType)
Create a provided (negative) port instance and return it.<P extends PortType>
Negative<P>ComponentProxy. provides(Class<P> portType)
<P extends PortType>
Negative<P>Component. required(Class<P> portType)
Gets a required (negative) instance of the given port.<P extends PortType>
Negative<P>JavaComponent. required(Class<P> portType)
Methods in se.sics.kompics with parameters of type Negative Modifier and Type Method Description protected <P extends PortType>
Channel<P>ComponentDefinition. connect(Negative<P> negative, Positive<P> positive)
Deprecated.UseComponentDefinition.connect(Positive, Negative, ChannelFactory)
with `Channel.TWO_WAY` insteadprotected <P extends PortType>
Channel<P>ComponentDefinition. connect(Negative<P> negative, Positive<P> positive, ChannelFactory factory)
Connect two ports via a channel.protected <P extends PortType>
Channel<P>ComponentDefinition. connect(Negative<P> negative, Positive<P> positive, ChannelSelector<?,?> selector)
Deprecated.UseComponentDefinition.connect(Positive, Negative, ChannelSelector, ChannelFactory)
with `Channel.TWO_WAY` insteadprotected <P extends PortType>
Channel<P>ComponentDefinition. connect(Negative<P> negative, Positive<P> positive, ChannelSelector<?,?> selector, ChannelFactory factory)
Connect two ports via a channel.protected <P extends PortType>
Channel<P>ComponentDefinition. connect(Positive<P> positive, Negative<P> negative)
Deprecated.UseComponentDefinition.connect(Positive, Negative, ChannelFactory)
with `Channel.TWO_WAY` insteadprotected <P extends PortType>
Channel<P>ComponentDefinition. connect(Positive<P> positive, Negative<P> negative, ChannelFactory factory)
Connect two ports via a channel.protected <P extends PortType>
Channel<P>ComponentDefinition. connect(Positive<P> positive, Negative<P> negative, ChannelSelector<?,?> selector)
Deprecated.UseComponentDefinition.connect(Positive, Negative, ChannelSelector, ChannelFactory)
with `Channel.TWO_WAY` insteadprotected <P extends PortType>
Channel<P>ComponentDefinition. connect(Positive<P> positive, Negative<P> negative, ChannelSelector<?,?> selector, ChannelFactory factory)
Connect two ports via a channel.<P extends PortType>
Channel<P>ComponentProxy. connect(Negative<P> negative, Positive<P> positive)
Deprecated.<P extends PortType>
Channel<P>ComponentProxy. connect(Negative<P> negative, Positive<P> positive, ChannelSelector<?,?> filter)
Deprecated.<P extends PortType>
Channel<P>ComponentProxy. connect(Positive<P> positive, Negative<P> negative)
Deprecated.<P extends PortType>
Channel<P>ComponentProxy. connect(Positive<P> positive, Negative<P> negative, ChannelFactory factory)
<P extends PortType>
Channel<P>ComponentProxy. connect(Positive<P> positive, Negative<P> negative, ChannelSelector<?,?> filter)
Deprecated.<P extends PortType>
Channel<P>ComponentProxy. connect(Positive<P> positive, Negative<P> negative, ChannelSelector<?,?> selector, ChannelFactory factory)
protected <P extends PortType>
voidComponentDefinition. disconnect(Negative<P> negative, Positive<P> positive)
Deprecated.UseComponentDefinition.disconnect(Channel)
orChannel.disconnect()
insteadprotected <P extends PortType>
voidComponentDefinition. disconnect(Positive<P> positive, Negative<P> negative)
Deprecated.UseComponentDefinition.disconnect(Channel)
orChannel.disconnect()
instead<P extends PortType>
voidComponentProxy. disconnect(Negative<P> negative, Positive<P> positive)
Deprecated.<P extends PortType>
voidComponentProxy. disconnect(Positive<P> positive, Negative<P> negative)
Deprecated.