- f(T1, T2) - Method in class com.interpss.common.func.Function2Adapter
-
- f(T1, T2, T3) - Method in class com.interpss.common.func.Function3Adapter
-
- f(T1, T2, T3, T4) - Method in class com.interpss.common.func.Function4Adapter
-
- f(T1, T2, T3, T4, T5) - Method in class com.interpss.common.func.Function5Adapter
-
- f(T1, T2) - Method in interface com.interpss.common.func.IFunction2
-
method signature implementing y = f(x1, x2)
- f(T1, T2, T3) - Method in interface com.interpss.common.func.IFunction3
-
method signature implementing y = f(x1, x2, x3)
- f(T1, T2, T3, T4) - Method in interface com.interpss.common.func.IFunction4
-
method signature implementing y = f(x1, x2, x3, x4)
- f(T1, T2, T3, T4, T5) - Method in interface com.interpss.common.func.IFunction5
-
method signature implementing y = f(x1, x2, x3, x4, x5)
- factorization() - Method in class com.interpss.core.sparse.impl.AbstractSparseEquation
-
- factorization(double) - Method in class com.interpss.core.sparse.impl.AbstractSparseEquation
-
- factorization(double) - Method in class com.interpss.core.sparse.impl.SparseEqnComplexImpl
-
LU decomposition of the matrix.
- factorization(double) - Method in class com.interpss.core.sparse.impl.SparseEqnComplexMatrix3x3Impl
-
- factorization() - Method in class com.interpss.core.sparse.impl.SparseEqnDoubleImpl
-
Decomposition of the matrix.
- factorization(double) - Method in class com.interpss.core.sparse.impl.SparseEqnDoubleImpl
-
Decomposition of the matrix.
- factorization(double) - Method in class com.interpss.core.sparse.impl.SparseEqnIntegerImpl
-
- factorization(double) - Method in interface com.interpss.core.sparse.ISparseEqnSolver
-
Matrix factorization, for example LU decomposition, of the matrix.
- factorization() - Method in interface com.interpss.core.sparse.ISparseEqnSolver
-
Matrix factorization, for example LU decomposition, of the matrix.
- factorization() - Method in class com.interpss.core.sparse.solver.BaseSparseEqnSolver
-
- factorization(double) - Method in class com.interpss.core.sparse.solver.BaseSparseEqnSolver
-
- factorization() - Method in class com.interpss.core.sparse.solver.LeastSquareCSJDoubleSolver
-
QR factorization of the [A] matrix.
- factorization(double) - Method in class com.interpss.core.sparse.solver.SparseEqnComplexSolver
-
Deprecated.
LU decomposition of the matrix.
- factorization(double) - Method in class com.interpss.core.sparse.solver.SparseEqnDoubleSolver
-
Deprecated.
LU decomposition of the matrix.
- factorization(double) - Method in class com.interpss.core.sparse.solver.SqaureMatrixEqnCSJDoubleSolver
-
LU decomposition of the [A] matrix.
- factorization(double) - Method in class com.interpss.core.sparse.solver.SquareMatrixEqnCSJComplexSolver
-
LU decomposition of the matrix.
- factorization() - Method in interface org.interpss.numeric.sparse.base.ISparseEquation
-
Factorization, for example LU decomposition, of the matrix.
- factorization(double) - Method in interface org.interpss.numeric.sparse.base.ISparseEquation
-
Factorization, for example LU decomposition, of the matrix.
- FACTSAdapterFactory - Class in com.interpss.core.aclf.facts.util
-
The Adapter Factory for the model.
- FACTSAdapterFactory() - Constructor for class com.interpss.core.aclf.facts.util.FACTSAdapterFactory
-
Creates an instance of the adapter factory.
- FACTSFactory - Interface in com.interpss.core.aclf.facts
-
The Factory for the model.
- FACTSFactoryImpl - Class in com.interpss.core.aclf.facts.impl
-
An implementation of the model Factory.
- FACTSFactoryImpl() - Constructor for class com.interpss.core.aclf.facts.impl.FACTSFactoryImpl
-
Creates an instance of the factory.
- FACTSPackage - Interface in com.interpss.core.aclf.facts
-
The Package for the model.
- FACTSPackage.Literals - Interface in com.interpss.core.aclf.facts
-
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
- FACTSPackageImpl - Class in com.interpss.core.aclf.facts.impl
-
An implementation of the model Package.
- FACTSSwitch<T> - Class in com.interpss.core.aclf.facts.util
-
The Switch for the model's inheritance hierarchy.
- FACTSSwitch() - Constructor for class com.interpss.core.aclf.facts.util.FACTSSwitch
-
Creates an instance of the switch.
- FEEDER_VALUE - Static variable in enum com.interpss.dist.DistBranchCode
-
The 'Feeder' literal value.
- feederAptr - Static variable in class com.interpss.dist.funcImpl.DistFunction
-
Feeder branch adapter function FeederAdapter = f(DistBranch)
- FexComboFunction - Class in com.interpss.dstab.controller.cml.func
-
Use the input of VE and IFD to calculate and return the Fex function result fex(IN).
- FexComboFunction(double) - Constructor for class com.interpss.dstab.controller.cml.func.FexComboFunction
-
constructor
- FexFunction - Class in com.interpss.dstab.controller.cml.func
-
A Function to calculate Rectifier regulation Fex(In) per IEEE 421.5, Appendix-D
- FexFunction() - Constructor for class com.interpss.dstab.controller.cml.func.FexFunction
-
- FilterControlBlock - Class in com.interpss.dstab.controller.cml.block
-
A filter controller implementation
- FilterControlBlock(double, double, double) - Constructor for class com.interpss.dstab.controller.cml.block.FilterControlBlock
-
constructor
- FilterControlBlock(ICMLStaticBlock.StaticBlockType, double, double, double, double, double) - Constructor for class com.interpss.dstab.controller.cml.block.FilterControlBlock
-
constructor
- FilterNthOrderBlock - Class in com.interpss.dstab.controller.cml.block
-
Transfer Function:
[ ( 1 + t1 s ) / ( 1 + t2 s )^m ] ^n
This block is represented by
[ FilterControlBlock ]^n [ DelayControlBlock ] ^ (m-1) * n
- FilterNthOrderBlock(double, double, int, int) - Constructor for class com.interpss.dstab.controller.cml.block.FilterNthOrderBlock
-
constructor
- findBranchEquivOutagePath(Branch, Bus) - Static method in class com.interpss.core.funcImpl.AclfFunction
-
recursively find equivalent outage branch path.
- findBranchEquivOutagePath(Branch) - Static method in class com.interpss.core.funcImpl.AclfFunction
-
recursively find equivalent outage branch path.
- findCirNo(String) - Static method in class com.interpss.common.util.NetUtilFunc
-
Utility function.
- findEquivOutageBranch(Branch) - Method in interface com.interpss.core.aclf.contingency.dep.DepIEquivOutageBranch
-
find equivalent outage branch associated with the branch object
- findEquivOutageBranch(Branch) - Method in class com.interpss.core.aclf.contingency.dep.impl.DepContingencyImpl
-
find the equivalent outage branch associated with the equivAclfBranch
- findFromID(String) - Static method in class com.interpss.common.util.NetUtilFunc
-
Utility function.
- findID(String) - Static method in class com.interpss.common.util.NetUtilFunc
-
Utility function.
- findIsland(DepContingency) - Method in class com.interpss.core.aclf.contingency.dep.impl.DepIslandBusProcesor
-
Find all island buses due to opening/closing of
outage branches in the contingency.
- findIslandBus(List<OutageBranch>, Network<?, ?>) - Method in class com.interpss.core.aclf.contingency.dep.impl.DepIslandBusProcesor
-
For a set of outage branches, find all island buses due the opening of the
branches in the outage branch set.
- findNo(String) - Static method in class com.interpss.common.util.NetUtilFunc
-
Utility function.
- findObsoleteBranch() - Method in class com.interpss.core.aclf.impl.BaseAclfNetworkImpl
-
- findObsoleteBranches - Static variable in class com.interpss.core.funcImpl.ZeroZBranchFunction
-
find obsolete branches connected to the bus set.
- findObsoleteBranchInNet - Static variable in class com.interpss.core.funcImpl.ZeroZBranchFunction
-
find obsolete branches in the network.
- findPreContNetworkIslanding(List<String>) - Method in class com.interpss.core.funcImpl.AclfNetHelper
-
check islanding of the current aclfNet object.
- findSingleOutageNonBreakerBranch(DepContingency) - Method in class com.interpss.core.aclf.contingency.dep.impl.DepEquivOutageBranchAlgorithm
-
Find non-breaker equivalent branch for single outage contingency.
- findToID(String) - Static method in class com.interpss.common.util.NetUtilFunc
-
Utility function.
- findZeroZPathBuses(boolean) - Method in interface com.interpss.core.aclf.IAclfBusFunc
-
Find all connected zero-z buses.
- findZeroZPathBuses(boolean) - Method in class com.interpss.core.aclf.impl.BaseAclfBusImpl
-
- FIXED_TIME_VALUE - Static variable in enum com.interpss.dstab.devent.LoadChangeEventType
-
The 'Fixed Time' literal value.
- FIXED_VALUE - Static variable in enum com.interpss.core.aclf.adj.VarCompensationMode
-
The 'Fixed' literal value.
- FLOW_INTERFACE - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
- FLOW_INTERFACE - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
- FLOW_INTERFACE__DESC - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Desc' attribute.
- FLOW_INTERFACE__ID - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Id' attribute.
- FLOW_INTERFACE__INTERFACE_BRANCHES - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Interface Branches' containment reference list.
- FLOW_INTERFACE__INTERFACE_BRANCHES - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'Interface Branches' containment reference list feature.
- FLOW_INTERFACE__NAME - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Name' attribute.
- FLOW_INTERFACE__NETWORK - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Network' reference.
- FLOW_INTERFACE__NETWORK - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'Network' reference feature.
- FLOW_INTERFACE__NUMBER - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Number' attribute.
- FLOW_INTERFACE__OFF_PEAK_LIMIT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Off Peak Limit' containment reference.
- FLOW_INTERFACE__OFF_PEAK_LIMIT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'Off Peak Limit' containment reference feature.
- FLOW_INTERFACE__ON_PEAK_LIMIT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'On Peak Limit' containment reference.
- FLOW_INTERFACE__ON_PEAK_LIMIT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'On Peak Limit' containment reference feature.
- FLOW_INTERFACE__STATUS - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Status' attribute.
- FLOW_INTERFACE_BRANCH - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The meta object id for the '
Branch' class.
- FLOW_INTERFACE_BRANCH - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the '
Branch' class.
- FLOW_INTERFACE_BRANCH__BRANCH - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Branch' reference.
- FLOW_INTERFACE_BRANCH__BRANCH_DIR - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Branch Dir' attribute.
- FLOW_INTERFACE_BRANCH__BRANCH_DIR - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'Branch Dir' attribute feature.
- FLOW_INTERFACE_BRANCH__DESC - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Desc' attribute.
- FLOW_INTERFACE_BRANCH__ID - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Id' attribute.
- FLOW_INTERFACE_BRANCH__INTERFACE - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Interface' container reference.
- FLOW_INTERFACE_BRANCH__INTERFACE - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'Interface' container reference feature.
- FLOW_INTERFACE_BRANCH__NAME - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Name' attribute.
- FLOW_INTERFACE_BRANCH__NUMBER - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Number' attribute.
- FLOW_INTERFACE_BRANCH__STATUS - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Status' attribute.
- FLOW_INTERFACE_BRANCH__WEIGHT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Weight' attribute.
- FLOW_INTERFACE_BRANCH__WEIGHT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'Weight' attribute feature.
- FLOW_INTERFACE_BRANCH_FEATURE_COUNT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The number of structural features of the 'Branch' class.
- FLOW_INTERFACE_FEATURE_COUNT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The number of structural features of the 'Flow Interface' class.
- FLOW_INTERFACE_LIMIT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The meta object id for the '
Limit' class.
- FLOW_INTERFACE_LIMIT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the '
Limit' class.
- FLOW_INTERFACE_LIMIT__OPPSITE_REF_DIR_IMPORT_LIMIT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Oppsite Ref Dir Import Limit' attribute.
- FLOW_INTERFACE_LIMIT__OPPSITE_REF_DIR_IMPORT_LIMIT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'Oppsite Ref Dir Import Limit' attribute feature.
- FLOW_INTERFACE_LIMIT__REF_DIR_EXPORT_LIMIT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Ref Dir Export Limit' attribute.
- FLOW_INTERFACE_LIMIT__REF_DIR_EXPORT_LIMIT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'Ref Dir Export Limit' attribute feature.
- FLOW_INTERFACE_LIMIT__STATUS - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Status' attribute.
- FLOW_INTERFACE_LIMIT__STATUS - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'Status' attribute feature.
- FLOW_INTERFACE_LIMIT__TYPE - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The feature id for the 'Type' attribute.
- FLOW_INTERFACE_LIMIT__TYPE - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the 'Type' attribute feature.
- FLOW_INTERFACE_LIMIT_FEATURE_COUNT - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The number of structural features of the 'Limit' class.
- FLOW_INTERFACE_TYPE - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage
-
The meta object id for the '
Type' enum.
- FLOW_INTERFACE_TYPE - Static variable in interface com.interpss.core.aclf.flow.FlowInterfacePackage.Literals
-
The meta object literal for the '
Type' enum.
- FLOW_INTERFACE_VALUE - Static variable in enum com.interpss.core.dclf.SFactorMonitorType
-
The 'Flow Interface' literal value.
- flowExport() - Method in interface com.interpss.core.aclf.flow.FlowInterface
-
calculate total interface flow in the export direction, from->to
- flowExport() - Method in class com.interpss.core.aclf.flow.impl.FlowInterfaceImpl
-
- flowExport(DclfAlgorithm) - Method in interface com.interpss.core.dclf.adpter.DclfFlowInterfaceAdapter
-
Calculate total export flow in PU
- flowExport(DclfAlgorithm) - Method in class com.interpss.core.dclf.adpter.impl.DclfFlowInterfaceAdapterImpl
-
- flowImport() - Method in interface com.interpss.core.aclf.flow.FlowInterface
-
calculate total interface flow in the import direction to->from
- flowImport() - Method in class com.interpss.core.aclf.flow.impl.FlowInterfaceImpl
-
- FlowInterface - Interface in com.interpss.core.aclf.flow
-
A representation of the model object 'Interface'.
- FlowInterfaceAdapterFactory - Class in com.interpss.core.aclf.flow.util
-
The Adapter Factory for the model.
- FlowInterfaceAdapterFactory() - Constructor for class com.interpss.core.aclf.flow.util.FlowInterfaceAdapterFactory
-
Creates an instance of the adapter factory.
- FlowInterfaceBranch - Interface in com.interpss.core.aclf.flow
-
A representation of the model object 'Interface Branch'.
- FlowInterfaceBranchImpl - Class in com.interpss.core.aclf.flow.impl
-
An implementation of the model object 'Interface Branch'.
- FlowInterfaceFactory - Interface in com.interpss.core.aclf.flow
-
The Factory for the model.
- FlowInterfaceFactoryImpl - Class in com.interpss.core.aclf.flow.impl
-
An implementation of the model Factory.
- FlowInterfaceFactoryImpl() - Constructor for class com.interpss.core.aclf.flow.impl.FlowInterfaceFactoryImpl
-
Creates an instance of the factory.
- FlowInterfaceImpl - Class in com.interpss.core.aclf.flow.impl
-
An implementation of the model object 'Interface'.
- FlowInterfaceLimit - Interface in com.interpss.core.aclf.flow
-
A representation of the model object 'Interface Limit'.
- FlowInterfaceLimitImpl - Class in com.interpss.core.aclf.flow.impl
-
An implementation of the model object 'Interface Limit'.
- FlowInterfacePackage - Interface in com.interpss.core.aclf.flow
-
The Package for the model.
- FlowInterfacePackage.Literals - Interface in com.interpss.core.aclf.flow
-
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
- FlowInterfacePackageImpl - Class in com.interpss.core.aclf.flow.impl
-
An implementation of the model Package.
- FlowInterfaceSwitch<T> - Class in com.interpss.core.aclf.flow.util
-
The Switch for the model's inheritance hierarchy.
- FlowInterfaceSwitch() - Constructor for class com.interpss.core.aclf.flow.util.FlowInterfaceSwitch
-
Creates an instance of the switch.
- FlowInterfaceType - Enum in com.interpss.core.aclf.flow
-
A representation of the literals of the enumeration 'Interface Type',
and utility methods for working with them.
- forEachOpfGenBus(IOpfGenBusVisitor) - Method in interface com.interpss.opf.dclf.DclfOpfNetwork
-
- forEachOpfGenBus(IOpfGenBusVisitor) - Method in class com.interpss.opf.dclf.impl.DclfOpfNetworkImpl
-
- formAdjacencyMatrix() - Method in class com.interpss.core.net.impl.NetworkImpl
-
- formAdjacencyMatrix() - Method in interface com.interpss.core.net.Network
-
form the adjacency matrix, based on the bus.sortNumber
- formatDate(Date) - Static method in class org.interpss.numeric.util.DateTimeUtil
-
format date to the format "8/18/2011"
- formB11Matrix() - Method in interface com.interpss.core.aclf.IAclfNetFormMatrix
-
form the B11 matrix and cache it.
- formB11Matrix(JacobianMatrixType) - Method in interface com.interpss.core.aclf.IAclfNetFormMatrix
-
form the B11 matrix and cache it.
- formB11Matrix() - Method in class com.interpss.core.aclf.impl.BaseAclfNetworkImpl
-
- formB11Matrix(JacobianMatrixType) - Method in class com.interpss.core.aclf.impl.BaseAclfNetworkImpl
-
- formB1Matrix() - Method in interface com.interpss.core.aclf.IAclfNetFormMatrix
-
form the B1 matrix and cache it.
- formB1Matrix(JacobianMatrixType) - Method in interface com.interpss.core.aclf.IAclfNetFormMatrix
-
form the B1 matrix and cache it.
- formB1Matrix() - Method in class com.interpss.core.aclf.impl.BaseAclfNetworkImpl
-
- formB1Matrix(JacobianMatrixType) - Method in class com.interpss.core.aclf.impl.BaseAclfNetworkImpl
-
- formBusId(String, int) - Static method in class com.interpss.common.util.NetUtilFunc
-
Utility function.
- formBusId(int) - Static method in class com.interpss.common.util.NetUtilFunc
-
Utility function.
- formFMatrix() - Method in class com.interpss.core.aclf.hvdc.impl.ThyConverterImpl
-
- formJMatrix(int) - Method in interface com.interpss.core.aclf.IAclfNetFormMatrix
-
form the J-matrix with n extra elements
- formJMatrix(JacobianMatrixType) - Method in interface com.interpss.core.aclf.IAclfNetFormMatrix
-
form the J-matrix according to the Type
- formJMatrix() - Method in interface com.interpss.core.aclf.IAclfNetFormMatrix
-
form the J-matrix
- formJMatrix(JacobianMatrixType) - Method in class com.interpss.core.aclf.impl.BaseAclfNetworkImpl
-
- formJMatrix(int) - Method in class com.interpss.core.aclf.impl.BaseAclfNetworkImpl
-
- formJMatrix() - Method in class com.interpss.core.aclf.impl.BaseAclfNetworkImpl
-
- formJMatrix() - Method in class com.interpss.core.algo.impl.DefaultNrSolver
-
- formJMatrix() - Method in interface com.interpss.core.algo.INrSolver
-
form J-matrix.
- formScYMatrix(SequenceCode, boolean) - Method in interface com.interpss.core.acsc.BaseAcscNetwork
-
Form Y-matrix of the sequence specified.
- formScYMatrix(SequenceCode, int) - Method in interface com.interpss.core.acsc.BaseAcscNetwork
-
Form Y-matrix of the sequence specified.
- formScYMatrix(SequenceCode, boolean) - Method in class com.interpss.core.acsc.impl.BaseAcscNetworkImpl
-
- formScYMatrix(SequenceCode, int) - Method in class com.interpss.core.acsc.impl.BaseAcscNetworkImpl
-
- formYMatrix() - Method in interface com.interpss.core.aclf.IAclfNetFormMatrix
-
form and return Y-matrix
- formYMatrix(int) - Method in interface com.interpss.core.aclf.IAclfNetFormMatrix
-
form and return Y-matrix for a sub-area in the network.
- formYMatrix() - Method in class com.interpss.core.aclf.impl.BaseAclfNetworkImpl
-
- formYMatrix(int) - Method in class com.interpss.core.aclf.impl.BaseAclfNetworkImpl
-
- formYMatrix4DStab() - Method in interface com.interpss.dstab.BaseDStabNetwork
-
form YMatrix for dynamic simulation, which includes equivalentY of dynamic components
on top of acscNetwork formYMatrix
- formYMatrix4DStab() - Method in class com.interpss.dstab.impl.BaseDStabNetworkImpl
-
- FROM_SIDE_VALUE - Static variable in enum com.interpss.core.net.BranchBusSide
-
The 'From Side' literal value.
- FROM_TO_VALUE - Static variable in enum com.interpss.core.net.BranchFlowDirection
-
The 'From To' literal value.
- fromBusId - Variable in class com.interpss.dstab.cache.YMatrixChangeRecorder.YMatrixChangeRecord
-
- FULL_BMATRIX_VALUE - Static variable in enum com.interpss.core.aclf.JacobianMatrixType
-
The 'Full BMatrix' literal value.
- FULL_POLAR_COORDINATE_VALUE - Static variable in enum com.interpss.core.aclf.JacobianMatrixType
-
The 'Full Polar Coordinate' literal value.
- FULL_XY_COORDINATE_VALUE - Static variable in enum com.interpss.core.aclf.JacobianMatrixType
-
The 'Full XY Coordinate' literal value.
- FUNC_LOAD_TYPE - Static variable in interface com.interpss.core.common.datatype.CommonDatatypePackage
-
The meta object id for the 'Func Load Type' data type.
- FUNC_LOAD_TYPE - Static variable in interface com.interpss.core.common.datatype.CommonDatatypePackage.Literals
-
The meta object literal for the 'Func Load Type' data type.
- FuncLoadType - Class in com.interpss.core.datatype
-
Functional load class.
- FuncLoadType() - Constructor for class com.interpss.core.datatype.FuncLoadType
-
default constructor.
- FuncLoadType(double, double, double) - Constructor for class com.interpss.core.datatype.FuncLoadType
-
constructor.
- FuncLoadType(FuncLoadType) - Constructor for class com.interpss.core.datatype.FuncLoadType
-
Copy constructor.
- Function2Adapter<T1,T2,R> - Class in com.interpss.common.func
-
InterPSS platform Function programming interface for implementing y = f(x)
- Function2Adapter() - Constructor for class com.interpss.common.func.Function2Adapter
-
- Function3Adapter<T1,T2,T3,R> - Class in com.interpss.common.func
-
InterPSS platform Function programming interface for implementing y = f(x)
- Function3Adapter() - Constructor for class com.interpss.common.func.Function3Adapter
-
- Function4Adapter<T1,T2,T3,T4,R> - Class in com.interpss.common.func
-
InterPSS platform Function programming interface for implementing y = f(x)
- Function4Adapter() - Constructor for class com.interpss.common.func.Function4Adapter
-
- Function5Adapter<T1,T2,T3,T4,T5,R> - Class in com.interpss.common.func
-
InterPSS platform Function programming interface for implementing y = f(x)
- Function5Adapter() - Constructor for class com.interpss.common.func.Function5Adapter
-
- FUNCTION_LOAD - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage
-
- FUNCTION_LOAD - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage.Literals
-
- FUNCTION_LOAD__DESC - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage
-
The feature id for the 'Desc' attribute.
- FUNCTION_LOAD__ID - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage
-
The feature id for the 'Id' attribute.
- FUNCTION_LOAD__NAME - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage
-
The feature id for the 'Name' attribute.
- FUNCTION_LOAD__NUMBER - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage
-
The feature id for the 'Number' attribute.
- FUNCTION_LOAD__P - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage
-
The feature id for the 'P' attribute.
- FUNCTION_LOAD__P - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage.Literals
-
The meta object literal for the 'P' attribute feature.
- FUNCTION_LOAD__PARENT_BUS - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage
-
The feature id for the 'Parent Bus' container reference.
- FUNCTION_LOAD__PARENT_BUS - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage.Literals
-
The meta object literal for the 'Parent Bus' container reference feature.
- FUNCTION_LOAD__Q - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage
-
The feature id for the 'Q' attribute.
- FUNCTION_LOAD__Q - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage.Literals
-
The meta object literal for the 'Q' attribute feature.
- FUNCTION_LOAD__STATUS - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage
-
The feature id for the 'Status' attribute.
- FUNCTION_LOAD_FEATURE_COUNT - Static variable in interface com.interpss.core.aclf.adj.AclfAdjustPackage
-
The number of structural features of the 'Function Load' class.
- FUNCTION_LOAD_VALUE - Static variable in enum com.interpss.core.aclf.adj.AclfAdjustType
-
The 'Function Load' literal value.
- FunctionAdapter<T,R> - Class in com.interpss.common.func
-
InterPSS platform Function programming interface for implementing y = f(x)
- FunctionAdapter() - Constructor for class com.interpss.common.func.FunctionAdapter
-
- FunctionFieldAnWrapper<T> - Class in com.interpss.dstab.controller.wrapper
-
A function field holder class.
- FunctionFieldAnWrapper(String, CMLFieldEnum) - Constructor for class com.interpss.dstab.controller.wrapper.FunctionFieldAnWrapper
-
Constructor
- FunctionLoad - Interface in com.interpss.core.aclf.adj
-
A representation of the model object 'Function Load'.
- FunctionLoadImpl - Class in com.interpss.core.aclf.adj.impl
-
An implementation of the model object 'Function Load'.
- FunctionX<T,R> - Interface in com.interpss.common.func
-
java.util.function.Function companion with InterpssException
- fx(T1, T2) - Method in class com.interpss.common.func.Function2Adapter
-
- fx(T1, T2, T3) - Method in class com.interpss.common.func.Function3Adapter
-
- fx(T1, T2, T3, T4) - Method in class com.interpss.common.func.Function4Adapter
-
- fx(T1, T2, T3, T4, T5) - Method in class com.interpss.common.func.Function5Adapter
-
- fx(T) - Method in class com.interpss.common.func.FunctionAdapter
-
- fx(T) - Method in interface com.interpss.common.func.IFunction
-
method signature implementing y = f(x)
- fx(T1, T2) - Method in interface com.interpss.common.func.IFunction2
-
method signature implementing y = f(x1, x2)
- fx(T1, T2, T3) - Method in interface com.interpss.common.func.IFunction3
-
method signature implementing y = f(x1, x2, x3)
- fx(T1, T2, T3, T4) - Method in interface com.interpss.common.func.IFunction4
-
method signature implementing y = f(x1, x2, x3, x4)
- fx(T1, T2, T3, T4, T5) - Method in interface com.interpss.common.func.IFunction5
-
method signature implementing y = f(x1, x2, x3, x4, x5)