|
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.FilteredChannelEndFactory
public class FilteredChannelEndFactory
Factory for creating filtered channel ends around existing channel ends.
An instance of this class can be created and used, or alternatively the static factory
FilteredChannelEnd
may be more convenient.
Constructor Summary | |
---|---|
FilteredChannelEndFactory()
Constructs a new FilteredChannelEndFactory . |
Method Summary | |
---|---|
FilteredAltingChannelInput |
createFiltered(AltingChannelInput in)
Creates a new filtered channel input end around an existing channel end. |
FilteredChannelInput |
createFiltered(ChannelInput in)
Creates a new filtered channel input end around an existing channel end. |
FilteredChannelOutput |
createFiltered(ChannelOutput out)
Creates a new filtered channel output end around an existing channel end. |
FilteredSharedChannelInput |
createFiltered(SharedChannelInput in)
Creates a new filtered channel input end around an existing channel end. |
FilteredSharedChannelOutput |
createFiltered(SharedChannelOutput out)
Creates a new filtered channel output end around an existing channel end. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilteredChannelEndFactory()
FilteredChannelEndFactory
.
Method Detail |
---|
public FilteredAltingChannelInput createFiltered(AltingChannelInput in)
Alternative
.
in
- the existing channel end.
public FilteredChannelInput createFiltered(ChannelInput in)
in
- the existing channel end.
public FilteredSharedChannelInput createFiltered(SharedChannelInput in)
in
- the existing channel end.
public FilteredChannelOutput createFiltered(ChannelOutput out)
out
- the existing channel end.
public FilteredSharedChannelOutput createFiltered(SharedChannelOutput out)
out
- the existing channel end.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |