Package | Description |
---|---|
com.interpss.core | |
com.interpss.core.net.childnet | |
com.interpss.core.net.childnet.impl | |
com.interpss.core.net.childnet.util |
Modifier and Type | Method and Description |
---|---|
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 ChildNetInterfaceBus |
ChildNetObjectFactory.createChildNetInterfaceBus(ChildNetworkWrapper<?,?> childNetWrapper,
java.util.function.Consumer<ChildNetInterfaceBus> initializer)
create a ChildNetInterfaceBus object
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChildNetInterfaceBusLoad
A representation of the model object 'Child Net Interface Bus Load'.
|
Modifier and Type | Method and Description |
---|---|
ChildNetInterfaceBus |
ChildNetworkFactory.createChildNetInterfaceBus()
Returns a new object of class 'Child Net Interface Bus'.
|
Modifier and Type | Class and Description |
---|---|
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'.
|
Modifier and Type | Method and Description |
---|---|
ChildNetInterfaceBus |
ChildNetworkFactoryImpl.createChildNetInterfaceBus() |
Modifier and Type | Method and Description |
---|---|
T |
ChildNetworkSwitch.caseChildNetInterfaceBus(ChildNetInterfaceBus object)
Returns the result of interpreting the object as an instance of 'Child Net Interface Bus'.
|