de.fhg.igd.earth.observe.trace
Interface AtlasStimulator

All Known Implementing Classes:
AgentGlobalTracer

public interface AtlasStimulator

This class is an interface to connect the AtlasConnector with the Tracer. The AtlasConnector calls the two methods (stimulus, addAgent) Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG

Version:
: 1.0
Author:
: Werner Beutel

Method Summary
 void addAgent(byte[] implicitName)
          Is called to add an agent to the tracer
 void addAgent(byte[] implicitName, String nickname)
          Is called to add an agent to the tracer
 void stimulus(AtlasConnector acon)
          Is called if something has changed in the SeMoA-Atlas
 

Method Detail

stimulus

public void stimulus(AtlasConnector acon)
Is called if something has changed in the SeMoA-Atlas


addAgent

public void addAgent(byte[] implicitName)
Is called to add an agent to the tracer


addAgent

public void addAgent(byte[] implicitName,
                     String nickname)
Is called to add an agent to the tracer



Copyright © Fraunhofer Gesellschaft. All Rights Reserved.