Package org.goplanit.network.layer
Interface NetworkLayerGenerator
-
- All Known Implementing Classes:
MacroscopicGridNetworkLayerGenerator
public interface NetworkLayerGenerator
A network layer generator generates a (non-empty) network based on its type and or configuration on-the-fly.Unlike a Network reader it is not meant to read anything from disk, but instead generate it based on some pattern of sorts. concrete implementations are meant to provide a quick and easy way to obtain some sample networks for testing.- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UntypedPhysicalLayer<?,?,?>
generate()
Generate the network layer
-
-
-
Method Detail
-
generate
UntypedPhysicalLayer<?,?,?> generate()
Generate the network layer- Returns:
- created layer
-
-