Modifier and Type | Method and Description |
---|---|
static ChildNetworkWrapper<AclfBus,AclfBranch> |
ChildNetObjectFactory.createAclfChildNetWrapper(AclfNetwork parentNet,
java.util.function.Consumer<ChildNetworkWrapper<AclfBus,AclfBranch>> initializer)
Create a ChildNetworkWrapper
|
static ChildNetworkWrapper<AclfBus,AclfBranch> |
ChildNetObjectFactory.createChildAclfNet(AclfNetwork parentNet,
java.lang.String childNetId,
ChildNetInterfaceType interType)
create a ChildNetwork object
|
static ChildNetworkWrapper<? extends AclfBus,? extends AclfBranch> |
ChildNetObjectFactory.createChildNet(BaseAclfNetwork<? extends AclfBus,? extends AclfBranch> parentNet,
java.lang.String childNetId,
ChildNetInterfaceType interType)
create a ChildNetwork object
|
Modifier and Type | Method and Description |
---|---|
static ChildNetInterfaceBranch |
ChildNetObjectFactory.createChildNetInerfaceBranch(ChildNetworkWrapper<?,?> childNet)
create a ChildNetInterfaceBranch object
|
static ChildNetInterfaceBranch |
ChildNetObjectFactory.createChildNetInterfaceBranch(ChildNetworkWrapper<?,?> childNetWrapper,
java.util.function.Consumer<ChildNetInterfaceBranch> initializer)
create a ChildNetInterfaceBranch object
|
static ChildNetInterfaceBus |
ChildNetObjectFactory.createChildNetInterfaceBus(ChildNetworkWrapper<?,?> childNetWrapper,
java.util.function.Consumer<ChildNetInterfaceBus> initializer)
create a ChildNetInterfaceBus object
|
static ChildNetInterfaceBus |
ChildNetObjectFactory.createChildNetInterfaceBusLoad(ChildNetworkWrapper<?,?> childNetWrapper,
java.util.function.Consumer<ChildNetInterfaceBusLoad> initializer)
create a ChildNetInterfaceBusLoad object
|
Modifier and Type | Method and Description |
---|---|
static ChildNetworkWrapper<AclfBus,AclfBranch> |
ChildNetObjectFactory.createAclfChildNetWrapper(AclfNetwork parentNet,
java.util.function.Consumer<ChildNetworkWrapper<AclfBus,AclfBranch>> initializer)
Create a ChildNetworkWrapper
|
Modifier and Type | Method and Description |
---|---|
ChildNetworkWrapper<?,?> |
IChildNet.getChildNetWrapper(java.lang.String netId)
Get child network by id
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ChildNetworkWrapper<?,?>> |
Network.getChildNetWrapperList()
Returns the value of the 'Child Net Wrapper List' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
ChildNetworkFactory.createChildNetworkWrapper()
Returns a new object of class 'Wrapper'.
|
ChildNetworkWrapper<?,?> |
ChildNetInterface.getParantChildNetWrapper()
Returns the value of the 'Parant Child Net Wrapper' container reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ChildNetInterface.setParantChildNetWrapper(ChildNetworkWrapper<?,?> value)
Sets the value of the '
Parant Child Net Wrapper ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
ChildNetworkWrapperImpl<TBus extends Bus,TBranch extends Branch>
An implementation of the model object 'Child Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
ChildNetworkFactoryImpl.createChildNetworkWrapper() |
ChildNetworkWrapper<?,?> |
ChildNetInterfaceImpl.getParantChildNetWrapper() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChildNetInterfaceImpl.basicSetParantChildNetWrapper(ChildNetworkWrapper<?,?> newParantChildNetWrapper,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ChildNetInterfaceImpl.setParantChildNetWrapper(ChildNetworkWrapper<?,?> newParantChildNetWrapper) |
Modifier and Type | Method and Description |
---|---|
<TBus extends Bus,TBranch extends Branch> |
ChildNetworkSwitch.caseChildNetworkWrapper(ChildNetworkWrapper<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Wrapper'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<ChildNetworkWrapper<?,?>> |
NetworkImpl.childNetWrapperList
The cached value of the '
Child Net Wrapper List ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
ChildNetworkWrapper<?,?> |
NetworkImpl.getChildNetWrapper(java.lang.String netId) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ChildNetworkWrapper<?,?>> |
NetworkImpl.getChildNetWrapperList() |
Modifier and Type | Method and Description |
---|---|
static ChildNetworkWrapper<DcBus,DcBranch> |
DistObjectFactory.createChildDcSysNet(DistNetwork parentNet,
java.lang.String childNetId) |
static ChildNetworkWrapper<DistBus,DistBranch> |
DistObjectFactory.createChildDistNet(AclfNetwork parentNet,
java.lang.String childNetId) |