net.sourceforge.eclipsetrader.trading
Class TradingSystemSelection

java.lang.Object
  extended bynet.sourceforge.eclipsetrader.trading.TradingSystemGroupSelection
      extended bynet.sourceforge.eclipsetrader.trading.TradingSystemSelection

public class TradingSystemSelection
extends TradingSystemGroupSelection


Constructor Summary
TradingSystemSelection(TradingSystem system)
           
 
Method Summary
 TradingSystem getSystem()
           
 TradingSystemPlugin getTradingSystemPlugin()
           
 boolean isEmpty()
           
 
Methods inherited from class net.sourceforge.eclipsetrader.trading.TradingSystemGroupSelection
getGroup
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TradingSystemSelection

public TradingSystemSelection(TradingSystem system)
Method Detail

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in class TradingSystemGroupSelection

getSystem

public TradingSystem getSystem()

getTradingSystemPlugin

public TradingSystemPlugin getTradingSystemPlugin()