de.cesr.more.basic.network
Class MNetworkBuilderNotSpecified
java.lang.Object
de.cesr.more.basic.network.MNetworkBuilderNotSpecified
- All Implemented Interfaces:
- MoreNetworkBuilder<Object,MoreEdge<Object>>
public class MNetworkBuilderNotSpecified
- extends Object
- implements MoreNetworkBuilder<Object,MoreEdge<Object>>
MORe
- Date:
- 29.08.2012
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MNetworkBuilderNotSpecified
public MNetworkBuilderNotSpecified()
buildNetwork
public MoreNetwork<Object,MoreEdge<Object>> buildNetwork(Collection<Object> agents)
- Description copied from interface:
MoreNetworkBuilder
- Links the given collection of agents and thus generates the network.
- Specified by:
buildNetwork
in interface MoreNetworkBuilder<Object,MoreEdge<Object>>
- Returns:
- See Also:
MoreNetworkBuilder.buildNetwork(java.util.Collection)