Uses of Class
org.jcsp.net2.NetAltingChannelInput

Packages that use NetAltingChannelInput
org.jcsp.net2   
org.jcsp.net2.cns   
 

Uses of NetAltingChannelInput in org.jcsp.net2
 

Methods in org.jcsp.net2 that return NetAltingChannelInput
static NetAltingChannelInput NetChannel.createNet2One()
          Deprecated. Use net2one instead
 NetAltingChannelInput StandardNetChannelEndFactory.createNet2One()
          Deprecated. Use net2one instead
static NetAltingChannelInput NetChannelEnd.createNet2One()
          Deprecated. Use net2one instead
static NetAltingChannelInput NetChannelEnd.net2one()
          Deprecated. Creates a new NetAltingChannelInput
static
<T> NetAltingChannelInput<T>
NetChannel.net2one()
          Creates a new NetAltingChannelInput
<T> NetAltingChannelInput<T>
StandardNetChannelEndFactory.net2one()
          Creates a new NetAltingChannelInput
<T> NetAltingChannelInput<T>
NetChannelEndFactory.net2one()
          Creates a new NetAltingChannelInput
static NetAltingChannelInput NetChannelEnd.net2one(int immunityLevel)
          Deprecated. Creates a new NetAltingChannelInput with the given immunity level for poison
static
<T> NetAltingChannelInput<T>
NetChannel.net2one(int immunityLevel)
          Creates a new NetAltingChannelInput with the given immunity level for poison
<T> NetAltingChannelInput<T>
StandardNetChannelEndFactory.net2one(int immunityLevel)
          Creates a new NetAltingChannelInput with the given immunity level for poison
<T> NetAltingChannelInput<T>
NetChannelEndFactory.net2one(int immunityLevel)
          Creates a new NetAltingChannelInput with the given immunity level for poison
static NetAltingChannelInput NetChannelEnd.net2one(int immunityLevel, NetworkMessageFilter.FilterRx filter)
          Deprecated. Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messages
static
<T> NetAltingChannelInput<T>
NetChannel.net2one(int immunityLevel, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messages
<T> NetAltingChannelInput<T>
StandardNetChannelEndFactory.net2one(int immunityLevel, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messages
<T> NetAltingChannelInput<T>
NetChannelEndFactory.net2one(int immunityLevel, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messages
static NetAltingChannelInput NetChannelEnd.net2one(NetworkMessageFilter.FilterRx filter)
          Deprecated. Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages
static
<T> NetAltingChannelInput<T>
NetChannel.net2one(NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages
<T> NetAltingChannelInput<T>
StandardNetChannelEndFactory.net2one(NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages
<T> NetAltingChannelInput<T>
NetChannelEndFactory.net2one(NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages
static NetAltingChannelInput NetChannelEnd.numberedNet2One(int index)
          Deprecated. Creates a new NetAltingChannelInput with the given index
static
<T> NetAltingChannelInput<T>
NetChannel.numberedNet2One(int index)
          Creates a new NetAltingChannelInput with the given index
<T> NetAltingChannelInput<T>
StandardNetChannelEndFactory.numberedNet2One(int index)
          Creates a new NetAltingChannelInput with the given index
<T> NetAltingChannelInput<T>
NetChannelEndFactory.numberedNet2One(int index)
          Creates a new NetAltingChannelInput with the given index
static NetAltingChannelInput NetChannelEnd.numberedNet2One(int index, int immunityLevel)
          Deprecated. Creates a new NetAltingChannelInput with the given index and the given poison immunity level
static
<T> NetAltingChannelInput<T>
NetChannel.numberedNet2One(int index, int immunityLevel)
          Creates a new NetAltingChannelInput with the given index and the given poison immunity level
<T> NetAltingChannelInput<T>
StandardNetChannelEndFactory.numberedNet2One(int index, int immunityLevel)
          Creates a new NetAltingChannelInput with the given index and the given poison immunity level
<T> NetAltingChannelInput<T>
NetChannelEndFactory.numberedNet2One(int index, int immunityLevel)
          Creates a new NetAltingChannelInput with the given index and the given poison immunity level
static NetAltingChannelInput NetChannelEnd.numberedNet2One(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter)
          Deprecated. Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messages
static
<T> NetAltingChannelInput<T>
NetChannel.numberedNet2One(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messages
<T> NetAltingChannelInput<T>
StandardNetChannelEndFactory.numberedNet2One(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messages
<T> NetAltingChannelInput<T>
NetChannelEndFactory.numberedNet2One(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messages
static NetAltingChannelInput NetChannelEnd.numberedNet2One(int index, NetworkMessageFilter.FilterRx filter)
          Deprecated. Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages
static
<T> NetAltingChannelInput<T>
NetChannel.numberedNet2One(int index, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages
<T> NetAltingChannelInput<T>
StandardNetChannelEndFactory.numberedNet2One(int index, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages
<T> NetAltingChannelInput<T>
NetChannelEndFactory.numberedNet2One(int index, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages
 

Uses of NetAltingChannelInput in org.jcsp.net2.cns
 

Methods in org.jcsp.net2.cns that return NetAltingChannelInput
static NetAltingChannelInput CNS.createNet2One(String name)
          Deprecated. Use net2one instead
static
<T> NetAltingChannelInput<T>
CNS.net2one(String name)
          Creates a new NetAltingChannelInput registered with the given name
static
<T> NetAltingChannelInput<T>
CNS.net2one(String name, int immunityLevel)
          Creates a new NetAltingChannelInput registered with the given name
static
<T> NetAltingChannelInput<T>
CNS.net2one(String name, int immunityLevel, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput registered with the given name
static
<T> NetAltingChannelInput<T>
CNS.net2one(String name, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput registered with the given name
static
<T> NetAltingChannelInput<T>
CNS.numberedNet2One(String name, int index)
          Creates a new NetAltingChannelInput registered with the given name
static
<T> NetAltingChannelInput<T>
CNS.numberedNet2One(String name, int index, int immunityLevel)
          Creates a new NetAltingChannelInput registered with the given name
static
<T> NetAltingChannelInput<T>
CNS.numberedNet2One(String name, int index, int immunityLevel, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput registered with the given name
static
<T> NetAltingChannelInput<T>
CNS.numberedNet2One(String name, int index, NetworkMessageFilter.FilterRx filter)
          Creates a new NetAltingChannelInput registered with the given name
 



Copyright © 1996-2012. All Rights Reserved.