Package | Description |
---|---|
com.interpss.core.acsc.fault | |
com.interpss.core.acsc.fault.impl | |
com.interpss.core.acsc.fault.result | |
com.interpss.core.acsc.fault.util |
Modifier and Type | Method and Description |
---|---|
AbstractAcscFaultResult |
AcscBusFault.getFaultResult()
Returns the value of the 'Fault Result' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
AcscBusFault.setFaultResult(AbstractAcscFaultResult value)
Sets the value of the '
Fault Result ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAcscFaultResultImpl
An implementation of the model object 'Base Acsc Fault Result'.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractAcscFaultResult |
AcscBusFaultImpl.faultResult
The cached value of the '
Fault Result ' reference. |
Modifier and Type | Method and Description |
---|---|
AbstractAcscFaultResult |
AcscBusFaultImpl.getFaultResult() |
Modifier and Type | Method and Description |
---|---|
void |
AcscBusFaultImpl.setFaultResult(AbstractAcscFaultResult newFaultResult) |
Modifier and Type | Class and Description |
---|---|
class |
AcscFaultResult
For calculate and storing fault result information
|
Modifier and Type | Method and Description |
---|---|
T |
AcscFaultSwitch.caseAbstractAcscFaultResult(AbstractAcscFaultResult object)
Returns the result of interpreting the object as an instance of 'Abstract Acsc Fault Result'.
|