org.objectweb.dream.protocol.causality
Interface MatrixClockAttributeController

All Superinterfaces:
AttributeController
All Known Subinterfaces:
CausalityProtocolAttributeController
All Known Implementing Classes:
MatrixClockImpl, MatrixClockUpdateImpl

public interface MatrixClockAttributeController
extends AttributeController

Matrix clock attribute controller interface. It defines :


Method Summary
 short getNumberOfProcess()
          Returns the number of process implied in the causality.
 void setNumberOfProcess(short numberOfProcess)
          Sets the number of process implied in the causality.
 

Method Detail

getNumberOfProcess

public short getNumberOfProcess()
Returns the number of process implied in the causality.

Returns:
the number of process implied in the causality.

setNumberOfProcess

public void setNumberOfProcess(short numberOfProcess)
Sets the number of process implied in the causality.

Parameters:
numberOfProcess - the number of process implied in the causality.


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.