Package | Description |
---|---|
com.interpss.core.net.childnet | |
com.interpss.core.net.childnet.impl | |
com.interpss.core.net.childnet.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ChildNetInterfaceBranch
A representation of the model object 'Child Interface Branch'.
|
interface |
ChildNetInterfaceBus
A representation of the model object 'Child Net Interface Bus'.
|
interface |
ChildNetInterfaceBusLoad
A representation of the model object 'Child Net Interface Bus Load'.
|
Modifier and Type | Method and Description |
---|---|
ChildNetInterface |
ChildNetworkFactory.createChildNetInterface()
Returns a new object of class 'Child Net Interface'.
|
ChildNetInterface |
ChildNetworkWrapper.getInterface(java.lang.String id)
get childNet interface by Id information.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ChildNetInterface> |
ChildNetworkWrapper.getChildNetInterfaces()
Returns the value of the 'Child Net Interfaces' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ChildNetInterfaceBranchImpl
An implementation of the model object 'Child Interface Branch'.
|
class |
ChildNetInterfaceBusImpl
An implementation of the model object 'Child Net Interface Bus'.
|
class |
ChildNetInterfaceBusLoadImpl
An implementation of the model object 'Child Net Interface Bus Load'.
|
class |
ChildNetInterfaceImpl
An implementation of the model object 'Child Net Interface'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<ChildNetInterface> |
ChildNetworkWrapperImpl.childNetInterfaces
The cached value of the '
Child Net Interfaces ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
ChildNetInterface |
ChildNetworkFactoryImpl.createChildNetInterface() |
ChildNetInterface |
ChildNetworkWrapperImpl.getInterface(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ChildNetInterface> |
ChildNetworkWrapperImpl.getChildNetInterfaces() |
Modifier and Type | Method and Description |
---|---|
T |
ChildNetworkSwitch.caseChildNetInterface(ChildNetInterface object)
Returns the result of interpreting the object as an instance of 'Child Net Interface'.
|