Interface IGroupable
-
- All Known Subinterfaces:
AdaptableMailbox
,FallThroughCapableMailbox
,Mailbox
,RederivableNode
- All Known Implementing Classes:
ColumnAggregatorNode
,DefaultProductionNode
,GenericProjectionIndexer
,IndexerWithMemory
,OnetimeIndexer
,OutputCachingEvaluatorNode
,TimelyProductionNode
,TimelyUniquenessEnforcerNode
,UniquenessEnforcerNode
public interface IGroupable
- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommunicationGroup
getCurrentGroup()
void
setCurrentGroup(CommunicationGroup group)
Sets the current group of the mailbox
-
-
-
Method Detail
-
getCurrentGroup
CommunicationGroup getCurrentGroup()
- Returns:
- the current group of the mailbox
- Since:
- 1.7
-
setCurrentGroup
void setCurrentGroup(CommunicationGroup group)
Sets the current group of the mailbox- Since:
- 1.7
-
-