com.agical.rmock.core.describe.impl
Class MultiplicityDescriberImpl
java.lang.Object
com.agical.rmock.core.describe.impl.MultiplicityDescriberImpl
- All Implemented Interfaces:
- MultiplicityDescriber
public class MultiplicityDescriberImpl
- extends Object
- implements MultiplicityDescriber
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 |
MultiplicityDescriberImpl
public MultiplicityDescriberImpl(Writer output)
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.