public class ChildNetObjectFactory
extends java.lang.Object
Constructor and Description |
---|
ChildNetObjectFactory() |
Modifier and Type | Method and Description |
---|---|
static ChildNetworkWrapper<AclfBus,AclfBranch> |
createAclfChildNetWrapper(AclfNetwork parentNet,
java.util.function.Consumer<ChildNetworkWrapper<AclfBus,AclfBranch>> initializer)
Create a ChildNetworkWrapper
|
static ChildNetworkWrapper<AclfBus,AclfBranch> |
createChildAclfNet(AclfNetwork parentNet,
java.lang.String childNetId,
ChildNetInterfaceType interType)
create a ChildNetwork object
|
static ChildNetworkWrapper<? extends AclfBus,? extends AclfBranch> |
createChildNet(BaseAclfNetwork<? extends AclfBus,? extends AclfBranch> parentNet,
java.lang.String childNetId,
ChildNetInterfaceType interType)
create a ChildNetwork object
|
static ChildNetInterfaceBranch |
createChildNetInerfaceBranch(ChildNetworkWrapper<?,?> childNet)
create a ChildNetInterfaceBranch object
|
static ChildNetInterfaceBranch |
createChildNetInterfaceBranch(ChildNetworkWrapper<?,?> childNetWrapper,
java.util.function.Consumer<ChildNetInterfaceBranch> initializer)
create a ChildNetInterfaceBranch object
|
static ChildNetInterfaceBus |
createChildNetInterfaceBus(ChildNetworkWrapper<?,?> childNetWrapper,
java.util.function.Consumer<ChildNetInterfaceBus> initializer)
create a ChildNetInterfaceBus object
|
static ChildNetInterfaceBus |
createChildNetInterfaceBusLoad(ChildNetworkWrapper<?,?> childNetWrapper,
java.util.function.Consumer<ChildNetInterfaceBusLoad> initializer)
create a ChildNetInterfaceBusLoad object
|
static ChildNetInterfaceBusPair |
createChildNetInterfaceBusPair(Bus parentBus,
Bus childBus)
create a ChildNetInterfaceBusPair object
|
public static ChildNetworkWrapper<AclfBus,AclfBranch> createChildAclfNet(AclfNetwork parentNet, java.lang.String childNetId, ChildNetInterfaceType interType)
parentNet
- childNetId
- interType
- public static ChildNetInterfaceBranch createChildNetInerfaceBranch(ChildNetworkWrapper<?,?> childNet)
childNet
- public static ChildNetInterfaceBusPair createChildNetInterfaceBusPair(Bus parentBus, Bus childBus)
parentBus
- childBus
- public static ChildNetworkWrapper<? extends AclfBus,? extends AclfBranch> createChildNet(BaseAclfNetwork<? extends AclfBus,? extends AclfBranch> parentNet, java.lang.String childNetId, ChildNetInterfaceType interType)
parentNet
- childNetId
- interType
- public static ChildNetworkWrapper<AclfBus,AclfBranch> createAclfChildNetWrapper(AclfNetwork parentNet, java.util.function.Consumer<ChildNetworkWrapper<AclfBus,AclfBranch>> initializer)
parentNet
- initializer
- public static ChildNetInterfaceBranch createChildNetInterfaceBranch(ChildNetworkWrapper<?,?> childNetWrapper, java.util.function.Consumer<ChildNetInterfaceBranch> initializer)
childNetWrapper
- initializer
- public static ChildNetInterfaceBus createChildNetInterfaceBus(ChildNetworkWrapper<?,?> childNetWrapper, java.util.function.Consumer<ChildNetInterfaceBus> initializer)
childNetWrapper
- initializer
- public static ChildNetInterfaceBus createChildNetInterfaceBusLoad(ChildNetworkWrapper<?,?> childNetWrapper, java.util.function.Consumer<ChildNetInterfaceBusLoad> initializer)
childNetWrapper
- initializer
-