Uses of Interface
org.seamcat.model.plugin.system.Context
-
Packages that use Context Package Description org.seamcat.model.plugin.system -
-
Uses of Context in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system that return Context Modifier and Type Method Description Context
ContexedSystemPlugin. getContext()
Deprecated.Methods in org.seamcat.model.plugin.system with parameters of type Context Modifier and Type Method Description RadioSystem
SystemPlugin. getSystem(Context context)
Get the configuredRadioSystem
of thisSystemPlugin
This is expected to return something meaningful afterprepareSimulation
has been invoked.void
SystemPlugin. postSimulation(Context context, Results results)
void
SystemPlugin. preSimulation(Context context, Results results)
Calculate the pre-simulation results for this system.SimulationInstance
SystemPlugin. simulationInstance(Context context, SystemSpaces systemSpaces)
Constructors in org.seamcat.model.plugin.system with parameters of type Context Constructor Description ContexedSystemPlugin(SystemPlugin plugin, Context context, SystemPlugin enclosing)
-