| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.core.net | |
| com.interpss.core.net.childnet | |
| com.interpss.core.net.childnet.impl | |
| com.interpss.core.net.childnet.util | |
| com.interpss.core.net.impl |
| Modifier and Type | Method and Description |
|---|---|
static ChildNetwork<AclfBus,AclfBranch> |
CoreObjectFactory.createChildAclfNet(AclfNetwork parentNet,
java.lang.String childNetId) |
static ChildNetwork<com.interpss.dc.DcBus,com.interpss.dc.DcBranch> |
DistObjectFactory.createChildDcSysNet(DistNetwork parentNet,
java.lang.String childNetId) |
static ChildNetwork<DistBus,DistBranch> |
DistObjectFactory.createChildDistNet(AclfNetwork parentNet,
java.lang.String childNetId) |
static ChildNetwork<? extends AclfBus,? extends AclfBranch> |
CoreObjectFactory.createChildNet(BaseAclfNetwork<? extends AclfBus,? extends AclfBranch> parentNet,
java.lang.String childNetId) |
| Modifier and Type | Method and Description |
|---|---|
static ChildNetInterfaceBranch |
CoreObjectFactory.createChildNetInerfaceBranch(ChildNetwork<?,?> childNet) |
| Modifier and Type | Method and Description |
|---|---|
ChildNetwork<?,?> |
IMultiNet.getChildNet(java.lang.String netId)
Get child network by id
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ChildNetwork<?,?>> |
Network.getChildNetList()
Returns the value of the 'Child Net List' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
<TBus extends Bus,TBranch extends Branch> |
ChildNetworkFactory.createChildNetwork()
Returns a new object of class 'Child Network'.
|
ChildNetwork<?,?> |
ChildNetInterfaceBranch.getContainer()
Returns the value of the 'Container' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildNetInterfaceBranch.setContainer(ChildNetwork<?,?> value)
Sets the value of the '
Container' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildNetworkImpl<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.createChildNetwork() |
ChildNetwork<?,?> |
ChildNetInterfaceBranchImpl.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChildNetInterfaceBranchImpl.basicSetContainer(ChildNetwork<?,?> newContainer,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ChildNetInterfaceBranchImpl.setContainer(ChildNetwork<?,?> newContainer) |
| Modifier and Type | Method and Description |
|---|---|
<TBus extends Bus,TBranch extends Branch> |
ChildNetworkSwitch.caseChildNetwork(ChildNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Child Network'.
|
| Modifier and Type | Method and Description |
|---|---|
ChildNetwork<?,?> |
NetworkImpl.getChildNet(java.lang.String netId) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ChildNetwork<?,?>> |
NetworkImpl.getChildNetList() |