source: src/main/java/genius/core/parties/Mediator.java

Last change on this file was 127, checked in by Wouter Pasman, 6 years ago

#41 ROLL BACK of rev.126 . So this version is equal to rev. 125

File size: 369 bytes
Line 
1package genius.core.parties;
2
3import genius.core.protocol.SimpleMediatorBasedProtocol;
4
5/**
6 * Base class for all mediator parties.
7 *
8 * A mediator is running on a protocol that supports mediators, such as the
9 * {@link SimpleMediatorBasedProtocol}.
10 *
11 * @author David Festen, W.Pasman
12 *
13 */
14public interface Mediator extends NegotiationParty {
15
16}
Note: See TracBrowser for help on using the repository browser.