| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.simu.multicase.rule | |
| com.interpss.simu.multicase.rule.impl | |
| com.interpss.simu.multicase.rule.util |
| Modifier and Type | Method and Description |
|---|---|
static BusCondition |
SimuObjectFactory.createBusCondition(SecAnalysisViolationType ctype,
java.lang.String id,
Network<?,?> net)
create a bus rule condition object
|
| Modifier and Type | Method and Description |
|---|---|
static BusActionRule |
SimuObjectFactory.createBusActionRule(BusCondition cond)
create BusActionType for only one BbusCondition
|
| Modifier and Type | Method and Description |
|---|---|
BusCondition |
MCaseRuleFactory.createBusCondition()
Returns a new object of class 'Bus Condition'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BusCondition> |
BusActionRule.getBusCondition()
Returns the value of the 'Bus Condition' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusActionRule.add(BusCondition busCond)
add bus condition
|
| Modifier and Type | Class and Description |
|---|---|
class |
BusConditionImpl
An implementation of the model object 'Bus Condition'.
|
| Modifier and Type | Method and Description |
|---|---|
BusCondition |
MCaseRuleFactoryImpl.createBusCondition() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BusCondition> |
BusActionRuleImpl.getBusCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusActionRuleImpl.add(BusCondition busCond) |
| Modifier and Type | Method and Description |
|---|---|
T |
MCaseRuleSwitch.caseBusCondition(BusCondition object)
Returns the result of interpreting the object as an instance of 'Bus Condition'.
|