public interface ChildNetInterfaceBusPair
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Bus |
getChildBus()
Returns the value of the 'Child Bus' reference.
|
org.eclipse.emf.common.util.EList<ChildNetInterfaceLoadPair> |
getLoadPairList()
Returns the value of the 'Load Pair List' reference list.
|
Bus |
getParentBus()
Returns the value of the 'Parent Bus' reference.
|
void |
setChildBus(Bus value)
Sets the value of the '
Child Bus ' reference. |
void |
setParentBus(Bus value)
Sets the value of the '
Parent Bus ' reference. |
Bus getParentBus()
If the meaning of the 'Parent Bus' reference isn't clear, there really should be more of a description here...
ref to the interface bus in the parent netwpork.setParentBus(Bus)
,
ChildNetworkPackage.getChildNetInterfaceBusPair_ParentBus()
void setParentBus(Bus value)
Parent Bus
' reference.
value
- the new value of the 'Parent Bus' reference.getParentBus()
Bus getChildBus()
If the meaning of the 'Child Bus' reference isn't clear, there really should be more of a description here...
ref to the interface bus in the child netwpork.setChildBus(Bus)
,
ChildNetworkPackage.getChildNetInterfaceBusPair_ChildBus()
void setChildBus(Bus value)
Child Bus
' reference.
value
- the new value of the 'Child Bus' reference.getChildBus()
org.eclipse.emf.common.util.EList<ChildNetInterfaceLoadPair> getLoadPairList()
ChildNetInterfaceLoadPair
.
ref to the interface bus load in the parent netwpork. It only applies to the BusLoadInterface type
ChildNetworkPackage.getChildNetInterfaceBusPair_LoadPairList()