|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsnl.ccss.jpowersystem.AbstractBranch
snl.ccss.jpowersystem.powerflow.AbstractPFBranch
public abstract class AbstractPFBranch
This is an empty abstract class that extends AbstractBranch and implements ACPFBranch and DCPFBranch. Extending AbstractBranch makes it possible for a user to extend this class and only have to implement the methods required by both the ACPFBranch and DCPFBranch interfaces.
Constructor Summary | |
---|---|
AbstractPFBranch()
|
Method Summary |
---|
Methods inherited from class snl.ccss.jpowersystem.AbstractBranch |
---|
addTo, remove |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface snl.ccss.jpowerflow.ac.ACPFBranch |
---|
getFromBus, getToBus, getYBus |
Methods inherited from interface snl.ccss.jpowerflow.dc.DCPFBranch |
---|
getBPrime, getFromBus, getToBus |
Constructor Detail |
---|
public AbstractPFBranch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |