Uses of Class
crypto.rules.StateNode
-
Packages that use StateNode Package Description crypto.rules crypto.typestate -
-
Uses of StateNode in crypto.rules
Methods in crypto.rules that return StateNode Modifier and Type Method Description StateNodeStateMachineGraph. aggregateNodesToOneNode(Collection<StateNode> endNodes, StateNode newNode)StateNodeStateMachineGraph. createNewNode()StateNodeTransitionEdge. from()StateNodeTransitionEdge. getLeft()StateNodeTransitionEdge. getRight()StateNodeStateMachineGraph. getStartNode()StateNodeTransitionEdge. to()Methods in crypto.rules that return types with arguments of type StateNode Modifier and Type Method Description Collection<StateNode>StateMachineGraph. aggregateNodesToOtherNodes(Collection<StateNode> nodesToAggr, Collection<StateNode> startNodes)Collection<StateNode>StateMachineGraph. getAcceptingStates()Collection<StateNode>CrySLCondPredicate. getConditionalMethods()Collection<StateNode>StateMachineGraph. getNodes()Methods in crypto.rules with parameters of type StateNode Modifier and Type Method Description voidStateMachineGraph. addAllOutgoingEdgesFromOneNodeToOtherNodes(StateNode node, Collection<StateNode> otherNodes)BooleanStateMachineGraph. addNode(StateNode node)StateNodeStateMachineGraph. aggregateNodesToOneNode(Collection<StateNode> endNodes, StateNode newNode)booleanStateMachineGraph. createNewEdge(Collection<CrySLMethod> methods, StateNode left, StateNode right)Collection<TransitionEdge>StateMachineGraph. getAllOutgoingEdges(StateNode node)Method parameters in crypto.rules with type arguments of type StateNode Modifier and Type Method Description voidStateMachineGraph. addAllOutgoingEdgesFromOneNodeToOtherNodes(StateNode node, Collection<StateNode> otherNodes)StateNodeStateMachineGraph. aggregateNodesToOneNode(Collection<StateNode> endNodes, StateNode newNode)Collection<StateNode>StateMachineGraph. aggregateNodesToOtherNodes(Collection<StateNode> nodesToAggr, Collection<StateNode> startNodes)Constructors in crypto.rules with parameters of type StateNode Constructor Description TransitionEdge(Collection<CrySLMethod> _methods, StateNode _left, StateNode _right)Constructor parameters in crypto.rules with type arguments of type StateNode Constructor Description CrySLCondPredicate(ICrySLPredicateParameter baseObj, String name, List<ICrySLPredicateParameter> parameters, Boolean negated, Collection<StateNode> nodes)CrySLCondPredicate(ICrySLPredicateParameter baseObj, String name, List<ICrySLPredicateParameter> parameters, Boolean negated, Collection<StateNode> nodes, ISLConstraint constraint) -
Uses of StateNode in crypto.typestate
Methods in crypto.typestate that return StateNode Modifier and Type Method Description StateNodeWrappedState. delegate()Methods in crypto.typestate with parameters of type StateNode Modifier and Type Method Description static WrappedStateWrappedState. of(StateNode delegate)static WrappedStateWrappedState. of(StateNode delegate, boolean initialState)
-