fr.inria.opengve.bridge.algorithms
Class StepAlgo.StepAlgoMessage

java.lang.Object
  extended by fr.inria.opengve.bridge.algorithms.StepAlgo.StepAlgoMessage
Enclosing class:
StepAlgo<V,E extends Link<V>>

public class StepAlgo.StepAlgoMessage
extends java.lang.Object

This class is used by StepAlgo to notify this obsevers.

Author:
fabrice.peix@sophia.inria.fr

Method Summary
 java.lang.Object[] getMessageArgs()
          Return the args associated with this message.
 StepAlgo.StepAlgoMessageType getType()
          Return the type of this message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public final StepAlgo.StepAlgoMessageType getType()
Return the type of this message.

Returns:
The type of this message.

getMessageArgs

public java.lang.Object[] getMessageArgs()
Return the args associated with this message.

Returns:
The array of args of this message.


Copyright © 2009 INRIA (Projet Mascotte). All Rights Reserved.