| Package | Description |
|---|---|
| uk.ac.manchester.cs.jfact.kernel |
| Modifier and Type | Field and Description |
|---|---|
protected List<RATransition> |
RAStateTransitions.base
all transitions
|
| Modifier and Type | Method and Description |
|---|---|
List<RATransition> |
RAStateTransitions.begin()
RW begin
|
| Modifier and Type | Method and Description |
|---|---|
void |
RATransition.add(RATransition trans)
add label of transition TRANS to transition's label
|
void |
RAStateTransitions.add(RATransition trans)
add a transition from a given state
|
boolean |
RAStateTransitions.addToExisting(RATransition trans)
add information from TRANS to existing transition between the same
states.
|
void |
RoleAutomaton.addTransition(int from,
RATransition trans)
add TRANSition leading from a state FROM; all states are known to fit the
ton
|
void |
RoleAutomaton.addTransitionSafe(int state,
RATransition trans)
add TRANSition leading from a given STATE; check whether all states are
correct
|
Copyright © 2013 The University of Manchester. All Rights Reserved.