Uses of Interface
org.seamcat.model.simulation.result.InterferenceLinkResult
-
Packages that use InterferenceLinkResult Package Description org.seamcat.model.simulation.result -
-
Uses of InterferenceLinkResult in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return types with arguments of type InterferenceLinkResult Modifier and Type Method Description java.util.Collection<InterferenceLinkResult>
EventResult. getAllInterferenceLinkResults()
Get all interference link results for all interference links in the scenariojava.util.List<InterferenceLinkResult>
EventResult. getInterferenceLinkResult(int linkIndex)
Get all the interference link results of this event for the given index of an interference link.java.util.List<InterferenceLinkResult>
EventResult. getInterferenceLinkResult(InterferenceLink link)
Get all the interference link results of this event for the given interference link.Methods in org.seamcat.model.simulation.result with parameters of type InterferenceLinkResult Modifier and Type Method Description void
EventResult. addInterferenceLinkResult(InterferenceLinkResult link)
-