Interface | Description |
---|---|
CoreFactory |
The Factory for the model.
|
CorePackage |
The Package for the model.
|
CorePackage.Literals |
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Class | Description |
---|---|
AclfAdjustObjectFactory |
Factory methods for create interpss core Aclf Adjustment object
|
ChildNetObjectFactory |
Parent/Child multi-net object factory
|
CoreObjectFactory |
Factory methods for create interpss core simulation object
|
DclfAlgoObjectFactory |
Dclf/Sensitivity analysis object factory
|
HvdcObjectFactory |
Factory methods for create interpss Hvdc simulation object
|
MultiStateAlgoObjectFactory |
Future state algorithm object factory
|
MultiStateAlgoObjectFactory.MStateIndexRec |
MultiState algorithm creation mapping/index relationship definition record
Sample:
noPlanningNet = 2;
noClonedNet = 2;
noAlgo = 3;
planning2ClonedNetIndexAry = new int[] {1, 1};
clonedNet2AlgoIndexAry = new int[] {1, 2};
|
NBModelObjectFactory |
Factory methods for create interpss node-breaker model object
|
PlanningNetObjectFactory |