Package | Description |
---|---|
com.interpss.se | |
com.interpss.se.impl | |
com.interpss.se.record | |
com.interpss.se.record.impl | |
com.interpss.se.record.util | |
com.interpss.state.se.record |
Modifier and Type | Method and Description |
---|---|
SEMeasRecord |
SELoad.getCurSeRec()
Returns the value of the 'Cur Se Rec' reference.
|
SEMeasRecord |
SEGen.getCurSeRec()
Returns the value of the 'Cur Se Rec' reference.
|
SEMeasRecord |
SELoad.getPSeRec()
Returns the value of the 'PSe Rec' reference.
|
SEMeasRecord |
SEGen.getPSeRec()
Returns the value of the 'PSe Rec' reference.
|
SEMeasRecord |
SELoad.getQSeRec()
Returns the value of the 'QSe Rec' reference.
|
SEMeasRecord |
SEGen.getQSeRec()
Returns the value of the 'QSe Rec' reference.
|
SEMeasRecord |
SENetwork.getRecord(MeasureType type,
java.lang.Long id)
this method for getting record
|
SEMeasRecord |
SEGen.getVoltSeRec()
Returns the value of the 'Volt Se Rec' reference.
|
SEMeasRecord |
SEBus.getVoltSeRec()
Returns the value of the 'Volt Se Rec' reference.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,SEMeasRecord> |
SENetwork.getLookupTable()
this method for getting all measure record
|
Modifier and Type | Method and Description |
---|---|
void |
SENetwork.addRecord(SEMeasRecord baseRecord)
this method for adding record
|
void |
SELoad.setCurSeRec(SEMeasRecord value)
Sets the value of the '
Cur Se Rec ' reference. |
void |
SEGen.setCurSeRec(SEMeasRecord value)
Sets the value of the '
Cur Se Rec ' reference. |
void |
SELoad.setPSeRec(SEMeasRecord value)
Sets the value of the '
PSe Rec ' reference. |
void |
SEGen.setPSeRec(SEMeasRecord value)
Sets the value of the '
PSe Rec ' reference. |
void |
SELoad.setQSeRec(SEMeasRecord value)
Sets the value of the '
QSe Rec ' reference. |
void |
SEGen.setQSeRec(SEMeasRecord value)
Sets the value of the '
QSe Rec ' reference. |
void |
SEGen.setVoltSeRec(SEMeasRecord value)
Sets the value of the '
Volt Se Rec ' reference. |
void |
SEBus.setVoltSeRec(SEMeasRecord value)
Sets the value of the '
Volt Se Rec ' reference. |
Modifier and Type | Field and Description |
---|---|
protected SEMeasRecord |
SEGenImpl.curSeRec
The cached value of the '
Cur Se Rec ' reference. |
protected SEMeasRecord |
SELoadImpl.curSeRec
The cached value of the '
Cur Se Rec ' reference. |
protected SEMeasRecord |
SEGenImpl.pSeRec
The cached value of the '
PSe Rec ' reference. |
protected SEMeasRecord |
SELoadImpl.pSeRec
The cached value of the '
PSe Rec ' reference. |
protected SEMeasRecord |
SEGenImpl.qSeRec
The cached value of the '
QSe Rec ' reference. |
protected SEMeasRecord |
SELoadImpl.qSeRec
The cached value of the '
QSe Rec ' reference. |
protected SEMeasRecord |
SEGenImpl.voltSeRec
The cached value of the '
Volt Se Rec ' reference. |
protected SEMeasRecord |
SEBusImpl.voltSeRec
The cached value of the '
Volt Se Rec ' reference. |
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<java.lang.String,SEMeasRecord> |
SENetworkImpl.lookupTable |
Modifier and Type | Method and Description |
---|---|
SEMeasRecord |
SEGenImpl.basicGetCurSeRec() |
SEMeasRecord |
SELoadImpl.basicGetCurSeRec() |
SEMeasRecord |
SEGenImpl.basicGetPSeRec() |
SEMeasRecord |
SELoadImpl.basicGetPSeRec() |
SEMeasRecord |
SEGenImpl.basicGetQSeRec() |
SEMeasRecord |
SELoadImpl.basicGetQSeRec() |
SEMeasRecord |
SEGenImpl.basicGetVoltSeRec() |
SEMeasRecord |
SEBusImpl.basicGetVoltSeRec() |
SEMeasRecord |
SEGenImpl.getCurSeRec() |
SEMeasRecord |
SELoadImpl.getCurSeRec() |
SEMeasRecord |
SEGenImpl.getPSeRec() |
SEMeasRecord |
SELoadImpl.getPSeRec() |
SEMeasRecord |
SEGenImpl.getQSeRec() |
SEMeasRecord |
SELoadImpl.getQSeRec() |
SEMeasRecord |
SENetworkImpl.getRecord(MeasureType type,
java.lang.Long id) |
SEMeasRecord |
SEGenImpl.getVoltSeRec() |
SEMeasRecord |
SEBusImpl.getVoltSeRec() |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,SEMeasRecord> |
SEFactoryImpl.createRecordLookupTableFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
java.util.HashMap<java.lang.String,SEMeasRecord> |
SENetworkImpl.getLookupTable() |
Modifier and Type | Method and Description |
---|---|
void |
SENetworkImpl.addRecord(SEMeasRecord baseRecord) |
void |
SEGenImpl.setCurSeRec(SEMeasRecord newCurSeRec) |
void |
SELoadImpl.setCurSeRec(SEMeasRecord newCurSeRec) |
void |
SEGenImpl.setPSeRec(SEMeasRecord newPSeRec) |
void |
SELoadImpl.setPSeRec(SEMeasRecord newPSeRec) |
void |
SEGenImpl.setQSeRec(SEMeasRecord newQSeRec) |
void |
SELoadImpl.setQSeRec(SEMeasRecord newQSeRec) |
void |
SEGenImpl.setVoltSeRec(SEMeasRecord newVoltSeRec) |
void |
SEBusImpl.setVoltSeRec(SEMeasRecord newVoltSeRec) |
Modifier and Type | Method and Description |
---|---|
SEMeasRecord |
SERecordFactory.createSEMeasRecord()
Returns a new object of class 'SE Meas Record'.
|
SEMeasRecord |
SEBranchRecord.getCurSeRec()
Returns the value of the 'Cur Se Rec' reference.
|
SEMeasRecord |
SEBranchRecord.getPSeRec()
Returns the value of the 'PSe Rec' reference.
|
SEMeasRecord |
SEBranchRecord.getQSeRec()
Returns the value of the 'QSe Rec' reference.
|
SEMeasRecord |
SEBranchRecord.getTapSeRec()
Returns the value of the 'Tap Se Rec' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SEBranchRecord.setCurSeRec(SEMeasRecord value)
Sets the value of the '
Cur Se Rec ' reference. |
void |
SEBranchRecord.setPSeRec(SEMeasRecord value)
Sets the value of the '
PSe Rec ' reference. |
void |
SEBranchRecord.setQSeRec(SEMeasRecord value)
Sets the value of the '
QSe Rec ' reference. |
void |
SEBranchRecord.setTapSeRec(SEMeasRecord value)
Sets the value of the '
Tap Se Rec ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
SEMeasRecordImpl
An implementation of the model object 'SE Base Record'.
|
Modifier and Type | Field and Description |
---|---|
protected SEMeasRecord |
SEBranchRecordImpl.curSeRec
The cached value of the '
Cur Se Rec ' reference. |
protected SEMeasRecord |
SEBranchRecordImpl.pSeRec
The cached value of the '
PSe Rec ' reference. |
protected SEMeasRecord |
SEBranchRecordImpl.qSeRec
The cached value of the '
QSe Rec ' reference. |
protected SEMeasRecord |
SEBranchRecordImpl.tapSeRec
The cached value of the '
Tap Se Rec ' reference. |
Modifier and Type | Method and Description |
---|---|
SEMeasRecord |
SEBranchRecordImpl.basicGetCurSeRec() |
SEMeasRecord |
SEBranchRecordImpl.basicGetPSeRec() |
SEMeasRecord |
SEBranchRecordImpl.basicGetQSeRec() |
SEMeasRecord |
SEBranchRecordImpl.basicGetTapSeRec() |
SEMeasRecord |
SERecordFactoryImpl.createSEMeasRecord() |
SEMeasRecord |
SEBranchRecordImpl.getCurSeRec() |
SEMeasRecord |
SEBranchRecordImpl.getPSeRec() |
SEMeasRecord |
SEBranchRecordImpl.getQSeRec() |
SEMeasRecord |
SEBranchRecordImpl.getTapSeRec() |
Modifier and Type | Method and Description |
---|---|
void |
SEBranchRecordImpl.setCurSeRec(SEMeasRecord newCurSeRec) |
void |
SEBranchRecordImpl.setPSeRec(SEMeasRecord newPSeRec) |
void |
SEBranchRecordImpl.setQSeRec(SEMeasRecord newQSeRec) |
void |
SEBranchRecordImpl.setTapSeRec(SEMeasRecord newTapSeRec) |
Modifier and Type | Method and Description |
---|---|
T |
SERecordSwitch.caseSEMeasRecord(SEMeasRecord object)
Returns the result of interpreting the object as an instance of 'SE Meas Record'.
|
Modifier and Type | Method and Description |
---|---|
static SEMeasRecord |
SEMeasRecState.create() |
static SEMeasRecord |
SEMeasRecState.create(SEMeasRecState bean) |
Modifier and Type | Method and Description |
---|---|
protected void |
SEMeasRecState.map2EObject(SEMeasRecord eObj) |
static void |
SEMeasRecState.readData(com.hazelcast.nio.ObjectDataInput in,
SEMeasRecord eObj) |
void |
SEMeasRecState.updateEObject(SEMeasRecord eObj) |
static void |
SEMeasRecState.writeData(com.hazelcast.nio.ObjectDataOutput out,
SEMeasRecord eObj) |
Constructor and Description |
---|
SEMeasRecState(SEMeasRecord eObj) |