| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.opf | |
| com.interpss.opf.helper | |
| com.interpss.opf.impl | |
| com.interpss.opf.util |
| Modifier and Type | Method and Description |
|---|---|
static OpfNetwork |
OpfObjectFactory.createOpfNetwork() |
| Modifier and Type | Method and Description |
|---|---|
static OpfBus |
OpfObjectFactory.createOpfBus(java.lang.String busId,
OpfNetwork net) |
static OpfGenBus |
OpfObjectFactory.createOpfGenBus(java.lang.String busId,
OpfNetwork net) |
| Modifier and Type | Method and Description |
|---|---|
OpfNetwork |
OpfFactory.createOpfNetwork()
Returns a new object of class 'Network'.
|
| Constructor and Description |
|---|
OpfNetworkHelper(OpfNetwork net) |
| Modifier and Type | Class and Description |
|---|---|
class |
OpfNetworkImpl
An implementation of the model object 'Network'.
|
| Modifier and Type | Method and Description |
|---|---|
OpfNetwork |
OpfFactoryImpl.createOpfNetwork() |
| Modifier and Type | Method and Description |
|---|---|
T |
OpfSwitch.caseOpfNetwork(OpfNetwork object)
Returns the result of interpreting the object as an instance of 'Network'.
|