Modifier and Type | Method and Description |
---|---|
static Owner |
CoreObjectFactory.createOwner()
Create a owner object
|
static Owner |
CoreObjectFactory.createOwner(int ownerNo,
Network<Bus,Branch> net)
Create a owner object
|
static Owner |
CoreObjectFactory.createOwner(java.lang.String ownerId,
Network<?,?> net)
Create a owner object, , if the owner exists, just return
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Owner> |
CommonLangFactoryImpl.createOwnerMapFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
Owner |
NetFactory.createOwner()
Returns a new object of class 'Owner'.
|
Owner |
NetworkedElement.getOwner()
Returns the value of the 'Owner' reference.
|
Owner |
Network.getOwner(int number)
Get the owner object with the specified the owner number.
|
Owner |
Network.getOwner(java.lang.String ownerId)
Get the owner object with the specified the id.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Owner> |
Network.getOwnerMap()
Returns the value of the 'Owner Map' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Network.addOwner(Owner owner)
Add the owner object into the Network, if it not exists in the network.
|
void |
NetworkedElement.setOwner(Owner value)
Sets the value of the '
Owner ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
OwnerImpl
An implementation of the model object 'Owner'.
|
Modifier and Type | Field and Description |
---|---|
protected Owner |
NetworkedElementImpl.owner
The cached value of the '
Owner ' reference. |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<java.lang.String,Owner> |
NetworkImpl.OWNER_MAP_EDEFAULT
The default value of the '
Owner Map ' attribute. |
protected java.util.Map<java.lang.String,Owner> |
NetworkImpl.ownerMap
The cached value of the '
Owner Map ' attribute. |
Modifier and Type | Method and Description |
---|---|
Owner |
NetFactoryImpl.createOwner() |
Owner |
NetworkedElementImpl.getOwner() |
Owner |
NetworkImpl.getOwner(int number) |
Owner |
NetworkImpl.getOwner(java.lang.String ownerId) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Owner> |
NetworkImpl.getOwnerMap() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkImpl.addOwner(Owner owner) |
void |
NetworkedElementImpl.setOwner(Owner newOwner) |
Modifier and Type | Method and Description |
---|---|
T |
NetSwitch.caseOwner(Owner object)
Returns the result of interpreting the object as an instance of 'Owner'.
|
Modifier and Type | Method and Description |
---|---|
void |
AclfBusState.updateEObject(Owner eObj) |
Modifier and Type | Method and Description |
---|---|
void |
PVBusLimitState.updateEObject(Owner eObj) |
void |
AclfBusControlState.updateEObject(Owner eObj) |
Modifier and Type | Method and Description |
---|---|
void |
DclfAlgoBusState.updateEObject(Owner eObj) |
Modifier and Type | Method and Description |
---|---|
static Owner |
OwnerState.create() |
static Owner |
OwnerState.create(OwnerState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
OwnerState.map2EObject(Owner eObj) |
static void |
OwnerState.readData(com.hazelcast.nio.ObjectDataInput in,
Owner eObj) |
void |
OwnerState.updateEObject(Owner eObj) |
static void |
OwnerState.writeData(com.hazelcast.nio.ObjectDataOutput out,
Owner eObj) |
Constructor and Description |
---|
OwnerState(Owner eObj) |