Package net.fortytwo.rdfagents.messaging

Examples of net.fortytwo.rdfagents.messaging.Commitment


    }

    @Override
    protected Commitment considerSubscriptionRequestInternal(final Value topic,
                                                             final AgentId initiator) {
        return new Commitment(Commitment.Decision.AGREE_AND_NOTIFY, null);
    }
View Full Code Here

TOP

Related Classes of net.fortytwo.rdfagents.messaging.Commitment

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.