edu.mit.ll.group43.surfaceoptimization.dp.factory.node
Class DefaultCPSNetworkNodeFactory

java.lang.Object
  extended by edu.mit.ll.group43.surfaceoptimization.dp.factory.node.DefaultCPSNetworkNodeFactory
All Implemented Interfaces:
CPSNetworkNodeFactory

public class DefaultCPSNetworkNodeFactory
extends java.lang.Object
implements CPSNetworkNodeFactory

CPS network node factory that simply returns instances of the base class, CPSNetworkNode.

Author:
William Hawkins

Constructor Summary
DefaultCPSNetworkNodeFactory()
           
 
Method Summary
 CPSNetworkNode getCPSNetworkNode(Subsequence<Aircraft> seq)
          Creates and returns a CPSNetworkNode that represents the given subsequence of Aircraft.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCPSNetworkNodeFactory

public DefaultCPSNetworkNodeFactory()
Method Detail

getCPSNetworkNode

public CPSNetworkNode getCPSNetworkNode(Subsequence<Aircraft> seq)
Description copied from interface: CPSNetworkNodeFactory
Creates and returns a CPSNetworkNode that represents the given subsequence of Aircraft.

Specified by:
getCPSNetworkNode in interface CPSNetworkNodeFactory
Returns: