|
Carrot2 Framework
API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClustersConsumer
A marker interface and data-related interface for components that can
consume Cluster objects.
Predecessor components to this one should implement the corresponding ClustersProducer interface.
Cluster,
ClustersProducer,
LocalComponent.getComponentCapabilities(),
LocalComponent| Method Summary | |
|---|---|
void |
addCluster(Cluster cluster)
Data-related method for passing a new Cluster object reference
to the component implementing this interface. |
| Method Detail |
|---|
void addCluster(Cluster cluster)
throws ProcessingException
Cluster object reference
to the component implementing this interface.
cluster - A new Cluster passed from the predecessor
component.
ProcessingException - Thrown if this component cannot accept the
cluster reference for some reason.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||