public class DistObjectFactory
extends java.lang.Object
| Constructor and Description |
|---|
DistObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ChildNetwork<com.interpss.dc.DcBus,com.interpss.dc.DcBranch> |
createChildDcSysNet(DistNetwork parentNet,
java.lang.String childNetId) |
static ChildNetwork<DistBus,DistBranch> |
createChildDistNet(AclfNetwork parentNet,
java.lang.String childNetId) |
static DistBranch |
createDistBranch() |
static DistBus |
createDistBus(java.lang.String busId,
Network net) |
static DistNetwork |
createDistNetwork() |
public static DistNetwork createDistNetwork()
public static DistBus createDistBus(java.lang.String busId, Network net) throws InterpssException
InterpssExceptionpublic static DistBranch createDistBranch()
public static ChildNetwork<DistBus,DistBranch> createChildDistNet(AclfNetwork parentNet, java.lang.String childNetId)
public static ChildNetwork<com.interpss.dc.DcBus,com.interpss.dc.DcBranch> createChildDcSysNet(DistNetwork parentNet, java.lang.String childNetId)