Uses of Interface
cz.cuni.jagrlib.Channel

Packages that use Channel
cz.cuni.jagrlib Core JaGrLib package. 
 

Uses of Channel in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement Channel
 class BasicChannel
          Simple Channel implementation.
 

Fields in cz.cuni.jagrlib with type parameters of type Channel
protected  java.util.Map<java.lang.String,Channel> Piece.channels
          Map of actually connected Channels (connected Plugs).
 

Methods in cz.cuni.jagrlib with parameters of type Channel
 void BasicPlug.connectChannel(Channel channel)
          Connects the Channel in the associated Piece.
 void Plug.connectChannel(Channel channel)
          Connects the Channel in the associated Piece.