Uses of Class
org.seamcat.model.plugin.system.SystemSpaces
-
Packages that use SystemSpaces Package Description org.seamcat.model.geometry org.seamcat.model.plugin.system -
-
Uses of SystemSpaces in org.seamcat.model.geometry
Methods in org.seamcat.model.geometry with parameters of type SystemSpaces Modifier and Type Method Description static java.util.List<Point2D>
PolygonUtil. allPoints(SystemSpaces shapes)
-
Uses of SystemSpaces in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system that return SystemSpaces Modifier and Type Method Description SystemSpaces
SystemPlugin. generateSystemSpaces(SystemSpaces enclosing)
Before a simulation instance runs the methodsSimulationInstance.victimSimulation(VictimResultCollector)
,SimulationInstance.interferingSystemSimulation(EventResult, InterferenceLink, Point2D)
, orSimulationInstance.interferingSystemSimulation(EventResult, InterferenceLink, Point2D, LinkResult)
the sector shapes are calculated.SystemSpaces
ContexedSystemPlugin. getSystemSpaces()
Methods in org.seamcat.model.plugin.system with parameters of type SystemSpaces Modifier and Type Method Description SystemSpaces
SystemPlugin. generateSystemSpaces(SystemSpaces enclosing)
Before a simulation instance runs the methodsSimulationInstance.victimSimulation(VictimResultCollector)
,SimulationInstance.interferingSystemSimulation(EventResult, InterferenceLink, Point2D)
, orSimulationInstance.interferingSystemSimulation(EventResult, InterferenceLink, Point2D, LinkResult)
the sector shapes are calculated.SimulationInstance
SystemPlugin. simulationInstance(Context context, SystemSpaces systemSpaces)
-