Package crypto.typestate
Class RuleTransitions
- java.lang.Object
-
- crypto.typestate.RuleTransitions
-
public class RuleTransitions extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<LabeledMatcherTransition>getAllTransitions()typestate.TransitionFunctiongetInitialWeight(boomerang.scene.ControlFlowGraph.Edge edge)CrySLRulegetRule()static RuleTransitionsof(CrySLRule rule)
-
-
-
Method Detail
-
of
public static RuleTransitions of(CrySLRule rule)
-
getRule
public CrySLRule getRule()
-
getAllTransitions
public Collection<LabeledMatcherTransition> getAllTransitions()
-
getInitialWeight
public typestate.TransitionFunction getInitialWeight(boomerang.scene.ControlFlowGraph.Edge edge)
-
-