|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Branch
This interface represents the base class for a Branch object that is to be part of a power system. It contains the methods required by a PowerSystem object when adding a new branch to the power system.
Method Summary | |
---|---|
void |
addTo(Bus from,
Bus to)
This method should at a minimum set Bus variables to the given bus objects. |
void |
remove()
This method should at a minimum set Bus variables that represent the endpoints of this branch to null . |
Method Detail |
---|
void addTo(Bus from, Bus to)
from
- Bus object to attach one end of branch toto
- Bus object to attach other end of branch tovoid remove()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |