Modifier and Type | Method and Description |
---|---|
static BusScGrounding |
CoreObjectFactory.createBusScGrounding()
Create an BusScGrounding object
|
Modifier and Type | Interface and Description |
---|---|
interface |
XFormerScGrounding
A representation of the model object 'XFormer Sc Grounding'.
|
Modifier and Type | Method and Description |
---|---|
BusScGrounding |
AcscFactory.createBusScGrounding()
Returns a new object of class 'Bus Sc Grounding'.
|
BusScGrounding |
BaseAcscBus.getGrounding()
Returns the value of the 'Grounding' containment reference.
|
BusScGrounding |
AcscGen.getGrounding()
Returns the value of the 'Grounding' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseAcscBus.setGrounding(BusScGrounding value)
Sets the value of the '
Grounding ' containment reference. |
void |
AcscGen.setGrounding(BusScGrounding value)
Sets the value of the '
Grounding ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
BusScGroundingImpl
An implementation of the model object 'Bus Sc Grounding'.
|
class |
XFormerScGroundingImpl
An implementation of the model object 'XFormer Sc Grounding'.
|
Modifier and Type | Field and Description |
---|---|
protected BusScGrounding |
AcscGenImpl.grounding
The cached value of the '
Grounding ' containment reference. |
protected BusScGrounding |
BaseAcscBusImpl.grounding
The cached value of the '
Grounding ' containment reference. |
Modifier and Type | Method and Description |
---|---|
BusScGrounding |
AcscFactoryImpl.createBusScGrounding() |
BusScGrounding |
AcscGenImpl.getGrounding() |
BusScGrounding |
BaseAcscBusImpl.getGrounding() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
AcscGenImpl.basicSetGrounding(BusScGrounding newGrounding,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
BaseAcscBusImpl.basicSetGrounding(BusScGrounding newGrounding,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
AcscGenImpl.setGrounding(BusScGrounding newGrounding) |
void |
BaseAcscBusImpl.setGrounding(BusScGrounding newGrounding) |
Modifier and Type | Method and Description |
---|---|
T |
AcscSwitch.caseBusScGrounding(BusScGrounding object)
Returns the result of interpreting the object as an instance of 'Bus Sc Grounding'.
|
Modifier and Type | Method and Description |
---|---|
BusScGrounding |
DistBus.getGrounding()
Returns the value of the 'Grounding' containment reference.
|
BusScGrounding |
DistBranch.getPrimaryGrounding()
Returns the value of the 'Primary Grounding' containment reference.
|
BusScGrounding |
DistBranch.getSecondaryGrounding()
Returns the value of the 'Secondary Grounding' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DistBus.setGrounding(BusScGrounding value)
Sets the value of the '
Grounding ' containment reference. |
void |
DistBranch.setPrimaryGrounding(BusScGrounding value)
Sets the value of the '
Primary Grounding ' containment reference. |
void |
DistBranch.setSecondaryGrounding(BusScGrounding value)
Sets the value of the '
Secondary Grounding ' containment reference. |
Modifier and Type | Method and Description |
---|---|
BusScGrounding |
DistUtility.getGrounding() |
BusScGrounding |
DistRotatingMachine.getGrounding() |
BusScGrounding |
DistXformer.getPrimaryGrounding() |
BusScGrounding |
DistXformer.getSecondaryGrounding() |
Modifier and Type | Method and Description |
---|---|
BusScGrounding |
DistRotatingMachineImpl.getGrounding() |
BusScGrounding |
DistUtilityImpl.getGrounding() |
BusScGrounding |
DistXformerImpl.getPrimaryGrounding() |
BusScGrounding |
DistXformerImpl.getSecondaryGrounding() |
Modifier and Type | Method and Description |
---|---|
void |
DistRotatingMachineImpl.setGrounding(BusScGrounding g) |
void |
DistUtilityImpl.setGrounding(BusScGrounding g) |
void |
DistXformerImpl.setGrounding(BusScGrounding priGrounding,
BusScGrounding secGrounding) |
Modifier and Type | Field and Description |
---|---|
protected BusScGrounding |
DistBusImpl.grounding
The cached value of the '
Grounding ' containment reference. |
protected BusScGrounding |
DistBranchImpl.primaryGrounding
The cached value of the '
Primary Grounding ' containment reference. |
protected BusScGrounding |
DistBranchImpl.secondaryGrounding
The cached value of the '
Secondary Grounding ' containment reference. |
Modifier and Type | Method and Description |
---|---|
BusScGrounding |
DistBusImpl.getGrounding() |
BusScGrounding |
DistBranchImpl.getPrimaryGrounding() |
BusScGrounding |
DistBranchImpl.getSecondaryGrounding() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DistBusImpl.basicSetGrounding(BusScGrounding newGrounding,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
DistBranchImpl.basicSetPrimaryGrounding(BusScGrounding newPrimaryGrounding,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
DistBranchImpl.basicSetSecondaryGrounding(BusScGrounding newSecondaryGrounding,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DistBusImpl.setGrounding(BusScGrounding newGrounding) |
void |
DistBranchImpl.setPrimaryGrounding(BusScGrounding newPrimaryGrounding) |
void |
DistBranchImpl.setSecondaryGrounding(BusScGrounding newSecondaryGrounding) |
Modifier and Type | Method and Description |
---|---|
BusScGrounding |
Machine.getGrounding()
get machine grounding data object
|
BusScGrounding |
MachineData.getGrounding()
Returns the value of the 'Grounding' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
MachineData.setGrounding(BusScGrounding value)
Sets the value of the '
Grounding ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected BusScGrounding |
MachineDataImpl.grounding
The cached value of the '
Grounding ' containment reference. |
Modifier and Type | Method and Description |
---|---|
BusScGrounding |
MachineImpl.getGrounding() |
BusScGrounding |
MachineDataImpl.getGrounding() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MachineDataImpl.basicSetGrounding(BusScGrounding newGrounding,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MachineDataImpl.setGrounding(BusScGrounding newGrounding) |
Modifier and Type | Method and Description |
---|---|
static BusScGrounding |
BusScGroundingState.create() |
static BusScGrounding |
BusScGroundingState.create(BusScGroundingState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
BusScGroundingState.map2EObject(BusScGrounding eObj) |
static void |
BusScGroundingState.readData(com.hazelcast.nio.ObjectDataInput in,
BusScGrounding eObj) |
void |
BusScGroundingState.updateEObject(BusScGrounding eObj) |
static void |
BusScGroundingState.writeData(com.hazelcast.nio.ObjectDataOutput out,
BusScGrounding eObj) |
Constructor and Description |
---|
BusScGroundingState(BusScGrounding eObj) |