com.agical.rmock.core.describe.impl
Class MultiplicityDescriberImpl

java.lang.Object
  extended by com.agical.rmock.core.describe.impl.MultiplicityDescriberImpl
All Implemented Interfaces:
MultiplicityDescriber

public class MultiplicityDescriberImpl
extends Object
implements MultiplicityDescriber


Constructor Summary
MultiplicityDescriberImpl(Writer output)
           
 
Method Summary
 void describe(Multiplicity multiplicity)
          Called when a multiplicity should be described.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplicityDescriberImpl

public MultiplicityDescriberImpl(Writer output)
Method Detail

describe

public void describe(Multiplicity multiplicity)
              throws IOException
Description copied from interface: MultiplicityDescriber
Called when a multiplicity should be described. The describer is free to describe it in which ever way it wants on any media.

Specified by:
describe in interface MultiplicityDescriber
Parameters:
multiplicity - The multiplicity to be described.
Throws:
IOException - If the description cannot be serialized.


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