Package org.seamcat.model.plugin.system
Interface Context
-
public interface Context
This class defines the execution context of plugins.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Distribution
getFrequency()
InterferenceLink
getInterferenceLink()
ContexedSystemPlugin
getSystemPlugin()
boolean
isVictim()
-
-
-
Method Detail
-
getFrequency
Distribution getFrequency()
-
getSystemPlugin
ContexedSystemPlugin getSystemPlugin()
-
isVictim
boolean isVictim()
-
getInterferenceLink
InterferenceLink getInterferenceLink()
-
-