|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcsp.util.filter.FilteredChannelEnd
public class FilteredChannelEnd
Static factory for creating channel end wrappers that support filtering.
| Method Summary | |
|---|---|
static FilteredAltingChannelInput |
createFiltered(AltingChannelInput in)
Creates a new filtered input channel end around an existing input channel end. |
static FilteredChannelInput |
createFiltered(ChannelInput in)
Creates a new filtered input channel end around an existing input channel end. |
static FilteredChannelOutput |
createFiltered(ChannelOutput out)
Creates a new filtered output channel end around an existing output channel end. |
static FilteredSharedChannelInput |
createFiltered(SharedChannelInput in)
Creates a new filtered input channel end around an existing input channel end that can be shared by multiple processes. |
static FilteredSharedChannelOutput |
createFiltered(SharedChannelOutput out)
Creates a new filtered output channel end around an existing output channel end that can be shared by multiple processes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FilteredAltingChannelInput createFiltered(AltingChannelInput in)
Alternative.
in - the existing channel end to create a filtered form of.
public static FilteredChannelInput createFiltered(ChannelInput in)
in - the existing channel end to create a filtered form of.
public static FilteredSharedChannelInput createFiltered(SharedChannelInput in)
in - the existing channel end to create a filtered form of,
public static FilteredChannelOutput createFiltered(ChannelOutput out)
out - the existing channel end to create a filtered form of.public static FilteredSharedChannelOutput createFiltered(SharedChannelOutput out)
out - the existing channel end to create a filtered form of.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||