@Deprecated
public class ChildNetworkProcessor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChildNetworkProcessor.InterfaceBusMapper
Deprecated.
interface bus mapper interface
|
| Modifier and Type | Field and Description |
|---|---|
static int |
Max_Steps
Deprecated.
max branches in a child network
|
| Constructor and Description |
|---|
ChildNetworkProcessor(Network<?,?> net)
Deprecated.
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
processChildNet()
Deprecated.
process the parent network according to the child network configure
info to break the parent network into parent-child network structure
|
void |
setMapper(ChildNetworkProcessor.InterfaceBusMapper mapper)
Deprecated.
set interface bus mapper to replace the default mapper implementation
|
public ChildNetworkProcessor(Network<?,?> net)
net - parent networkpublic void setMapper(ChildNetworkProcessor.InterfaceBusMapper mapper)
mapper - the mapper to setpublic void processChildNet()
throws InterpssException
InterpssException