Uses of Interface
org.seamcat.model.simulation.result.InterfererResultCollector
-
Packages that use InterfererResultCollector Package Description org.seamcat.model.simulation.result -
-
Uses of InterfererResultCollector in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return InterfererResultCollector Modifier and Type Method Description InterfererResultCollector
EventResult. getInterferingSystemResult(InterferenceLink link)
InterfererResultCollector
InterferenceLinkResult. getInterferingSystemResult()
All results collected by the interfering system of this interfering link during the simulationMethods in org.seamcat.model.simulation.result that return types with arguments of type InterfererResultCollector Modifier and Type Method Description java.util.List<InterfererResultCollector>
EventResult. getAllInterferingSystemResults()
Methods in org.seamcat.model.simulation.result with parameters of type InterfererResultCollector Modifier and Type Method Description void
EventResult. addInterfererResultCollector(InterfererResultCollector iCollector)
-