Package jline.lang
Class ModelAdapter.AggregateChainResult
-
- All Implemented Interfaces:
public class ModelAdapter.AggregateChainResultResult of aggregating chains in a model
-
-
Field Summary
Fields Modifier and Type Field Description public final NetworkchainModelpublic final Matrixalphapublic final ModelAdapter.DeaggInfodeaggInfo
-
Constructor Summary
Constructors Constructor Description ModelAdapter.AggregateChainResult(Network chainModel, Matrix alpha, ModelAdapter.DeaggInfo deaggInfo)
-
Method Summary
Modifier and Type Method Description NetworkgetChainModel()MatrixgetAlpha()ModelAdapter.DeaggInfogetDeaggInfo()-
-
Constructor Detail
-
ModelAdapter.AggregateChainResult
ModelAdapter.AggregateChainResult(Network chainModel, Matrix alpha, ModelAdapter.DeaggInfo deaggInfo)
-
-
Method Detail
-
getChainModel
Network getChainModel()
-
getDeaggInfo
ModelAdapter.DeaggInfo getDeaggInfo()
-
-
-
-