drm.core
Interface Contributor

All Known Implementing Classes:
ContributorAgent, Node

public interface Contributor

Defines functionality necessary to write to the contribution repository in a collective.

See Also:
Collective

Method Summary
 java.lang.Object getContribution()
          The contributor has to return its contribution to the common repository when asked through this method.
 java.lang.String getName()
          The contributor must have a name which uniquely identifies it in the collective.
 

Method Detail

getContribution

public java.lang.Object getContribution()
The contributor has to return its contribution to the common repository when asked through this method.

getName

public java.lang.String getName()
The contributor must have a name which uniquely identifies it in the collective.