Uses of Interface
io.patriot_framework.network.simulator.api.model.EnvironmentPart
-
-
Uses of EnvironmentPart in io.patriot_framework.network_simulator.docker.network
Classes in io.patriot_framework.network_simulator.docker.network that implement EnvironmentPart Modifier and Type Class Description class
DockerNetwork
The type Docker network. -
Uses of EnvironmentPart in io.patriot_framework.network.simulator.api.model.devices
Subinterfaces of EnvironmentPart in io.patriot_framework.network.simulator.api.model.devices Modifier and Type Interface Description interface
Device
Interface extends EnvironmentPart. -
Uses of EnvironmentPart in io.patriot_framework.network.simulator.api.model.devices.application
Classes in io.patriot_framework.network.simulator.api.model.devices.application that implement EnvironmentPart Modifier and Type Class Description class
Application
Application can represent data generator or every container connected to topology. -
Uses of EnvironmentPart in io.patriot_framework.network.simulator.api.model.devices.router
Subinterfaces of EnvironmentPart in io.patriot_framework.network.simulator.api.model.devices.router Modifier and Type Interface Description interface
Router
Classes in io.patriot_framework.network.simulator.api.model.devices.router that implement EnvironmentPart Modifier and Type Class Description class
RouterImpl
RouterImpl class represents docker container built as router with network-control apis. -
Uses of EnvironmentPart in io.patriot_framework.network.simulator.api.model.network
Classes in io.patriot_framework.network.simulator.api.model.network that implement EnvironmentPart Modifier and Type Class Description class
Network
class
TopologyNetwork
TopologyNetwork class representing docker network with additional informations like calculated routes to other networks.
-