com.almende.eve.agent.example
Interface TestAgentInterface

All Superinterfaces:
AgentInterface
All Known Implementing Classes:
TestAgent

public interface TestAgentInterface
extends AgentInterface


Nested Class Summary
static class TestAgentInterface.STATUS
           
 
Method Summary
 Double add(Double a, Double b)
           
 Double increment()
           
 Double multiply(Double a, Double b)
           
 TestAgentInterface.STATUS testEnum(TestAgentInterface.STATUS status)
           
 void testVoid()
           
 
Methods inherited from interface com.almende.eve.agent.AgentInterface
getDescription, getId, getMethods, getType, getUrls, getVersion, onSubscribe, onUnsubscribe
 

Method Detail

add

Double add(Double a,
           Double b)

multiply

Double multiply(Double a,
                Double b)

increment

Double increment()

testEnum

TestAgentInterface.STATUS testEnum(TestAgentInterface.STATUS status)

testVoid

void testVoid()


Copyright © 2013 Almende BV. All Rights Reserved.