Package jline.api.sn
Class SnSetRouting
java.lang.Object
jline.api.sn.SnSetRouting
-
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkStructsnSetRoutingMatrix(NetworkStruct sn, Matrix rt) static NetworkStructsnSetRoutingMatrix(NetworkStruct sn, Matrix rt, ModifyMode mode) static NetworkStructsnSetRoutingMatrix(NetworkStruct sn, Matrix rt, ModifyMode mode, ValidationLevel validation) static NetworkStructsnSetRoutingMatrix(NetworkStruct sn, Matrix rt, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets the entire routing matrix for stateful nodes.static NetworkStructsnSetRoutingNodesMatrix(NetworkStruct sn, Matrix rtnodes) static NetworkStructsnSetRoutingNodesMatrix(NetworkStruct sn, Matrix rtnodes, ModifyMode mode) static NetworkStructsnSetRoutingNodesMatrix(NetworkStruct sn, Matrix rtnodes, ModifyMode mode, ValidationLevel validation) static NetworkStructsnSetRoutingNodesMatrix(NetworkStruct sn, Matrix rtnodes, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets the entire routing matrix for all nodes.static NetworkStructsnSetRoutingProb(NetworkStruct sn, int fromStateful, int fromClass, int toStateful, int toClass, double probability) static NetworkStructsnSetRoutingProb(NetworkStruct sn, int fromStateful, int fromClass, int toStateful, int toClass, double probability, ModifyMode mode) static NetworkStructsnSetRoutingProb(NetworkStruct sn, int fromStateful, int fromClass, int toStateful, int toClass, double probability, ModifyMode mode, ValidationLevel validation) static NetworkStructsnSetRoutingProb(NetworkStruct sn, int fromStateful, int fromClass, int toStateful, int toClass, double probability, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets a routing probability between two stateful node-class pairs.
-
Method Details
-
snSetRoutingProb
public static NetworkStruct snSetRoutingProb(NetworkStruct sn, int fromStateful, int fromClass, int toStateful, int toClass, double probability, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets a routing probability between two stateful node-class pairs. -
snSetRoutingProb
public static NetworkStruct snSetRoutingProb(NetworkStruct sn, int fromStateful, int fromClass, int toStateful, int toClass, double probability, ModifyMode mode, ValidationLevel validation) -
snSetRoutingProb
public static NetworkStruct snSetRoutingProb(NetworkStruct sn, int fromStateful, int fromClass, int toStateful, int toClass, double probability, ModifyMode mode) -
snSetRoutingProb
public static NetworkStruct snSetRoutingProb(NetworkStruct sn, int fromStateful, int fromClass, int toStateful, int toClass, double probability) -
snSetRoutingMatrix
public static NetworkStruct snSetRoutingMatrix(NetworkStruct sn, Matrix rt, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets the entire routing matrix for stateful nodes. -
snSetRoutingMatrix
public static NetworkStruct snSetRoutingMatrix(NetworkStruct sn, Matrix rt, ModifyMode mode, ValidationLevel validation) -
snSetRoutingMatrix
-
snSetRoutingMatrix
-
snSetRoutingNodesMatrix
public static NetworkStruct snSetRoutingNodesMatrix(NetworkStruct sn, Matrix rtnodes, ModifyMode mode, ValidationLevel validation, boolean autoRefresh) Sets the entire routing matrix for all nodes. -
snSetRoutingNodesMatrix
public static NetworkStruct snSetRoutingNodesMatrix(NetworkStruct sn, Matrix rtnodes, ModifyMode mode, ValidationLevel validation) -
snSetRoutingNodesMatrix
public static NetworkStruct snSetRoutingNodesMatrix(NetworkStruct sn, Matrix rtnodes, ModifyMode mode) -
snSetRoutingNodesMatrix
-