com.agical.rmock.core.describe
Interface MultiplicityDescriber

All Known Implementing Classes:
MultiplicityDescriberImpl

public interface MultiplicityDescriber

An interface for describing multiplicities. (c) 2005 Agical AB

Author:
joakim.ohlrogge

Method Summary
 void describe(Multiplicity multiplicity)
          Called when a multiplicity should be described.
 

Method Detail

describe

void describe(Multiplicity multiplicity)
              throws java.io.IOException
Called when a multiplicity should be described. The describer is free to describe it in which ever way it wants on any media.

Parameters:
multiplicity - The multiplicity to be described.
Throws:
java.io.IOException - If the description cannot be serialized.


Copyright © 2005-2008 Agical AB. All Rights Reserved.