jef.disconnection.impl
Class DefaultDisconnectedStructuresFactory

java.lang.Object
  extended by jef.disconnection.impl.DefaultDisconnectedStructuresFactory
All Implemented Interfaces:
DisconnectedStructuresFactory

public class DefaultDisconnectedStructuresFactory
extends java.lang.Object
implements DisconnectedStructuresFactory

Default implementation of the DisconnectedMethodFactory interface.

Author:
frusso@dev.java.net

Nested Class Summary
 
Nested classes/interfaces inherited from interface jef.disconnection.DisconnectedStructuresFactory
DisconnectedStructuresFactory.DisconnectedStructureType
 
Constructor Summary
DefaultDisconnectedStructuresFactory()
          Creates a new instance of DefaultDisconnectedMethodFactory
 
Method Summary
 DisconnectedStructure getInstance(DisconnectedStructuresFactory.DisconnectedStructureType type)
          Instantiates a new DisconnectedMethod.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDisconnectedStructuresFactory

public DefaultDisconnectedStructuresFactory()
Creates a new instance of DefaultDisconnectedMethodFactory

Method Detail

getInstance

public DisconnectedStructure getInstance(DisconnectedStructuresFactory.DisconnectedStructureType type)
                                  throws InstantiatorException
Instantiates a new DisconnectedMethod.

Specified by:
getInstance in interface DisconnectedStructuresFactory
Returns:
A new DisconnectedStructure
Throws:
InstantiatorException