snl.ccss.jpowersystem
Interface BusDevice

All Known Implementing Classes:
AbstractBusDevice

public interface BusDevice

This interface represents the base class for a BusDevice object that is to be part of a power system. It contains the methods required by a PowerSystem object when adding a new bus device to the power system.

Author:
Bryan T. Richardson, Sandia National Laboratories

Method Summary
 void addTo(Bus bus)
          This method should at a minimum set a Bus variable to the given bus object.
 void remove()
          This method should at a minimum set the Bus variable to null.
 

Method Detail

addTo

void addTo(Bus bus)
This method should at a minimum set a Bus variable to the given bus object.

Parameters:
bus - Bus object to attach this bus device to

remove

void remove()
This method should at a minimum set the Bus variable to null.