Class CountSM

java.lang.Object
cruise.umple.compiler.CountSM

public class CountSM
extends java.lang.Object
END OF CLASS StateMachineMetrics CountSM class used to calculate State Machine Metrics. D E F I N I T I O N S U S E D: PATH - A set of transitions in a specific sequence that start in some node and finish in other node or the same node. SELF CYCLE - A PATH with ONE transition that start and finish in the same node. CYCLE - A PATH with one or more transitions that start and finish in the same node and doesn't have repeated node (except the start and the end node). - A SELF CYCLE is a special case of CYCLE with just ONE transition. K N O W N B U G S (If this considerations are accepted, write it down on google code bugs controlling):