MUM.data
Interface Plan

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMultiplePlan, INomadicClientPlan, ISinglePlan
All Known Implementing Classes:
NomadicClientPlan, VectorMultiplePlan, VectorSinglePlan

public interface Plan
extends java.io.Serializable

Title: MUM * Copyright: Copyright (c) 2003 * Date: 25/07/2003 * Description: Multimedia middleware based in part on precedent versions implemented by Antonio D'Errico and Francesco Baschieri * Package: MUM.data contains useful ADTs * @author Luca Foschini * @version 2.0


Method Summary
 void accept(IPlanVisitor v)
           
 AgentID getClientAgentID()
          Selettore, ritorna l'agentID del ClientAgent per il quale è stato emesso il plan
 PlaceID getNextPlaceID()
          return the placeID of the next place to go, null if there isn't
 java.lang.String toString()
           
 

Method Detail

accept

public void accept(IPlanVisitor v)

getNextPlaceID

public PlaceID getNextPlaceID()
return the placeID of the next place to go, null if there isn't


getClientAgentID

public AgentID getClientAgentID()
Selettore, ritorna l'agentID del ClientAgent per il quale è stato emesso il plan


toString

public java.lang.String toString()


Copyright © 2004 Luca Foschini