Package owl.translations.canonical
Class NonDeterministicConstructions.GfCoSafety
- java.lang.Object
-
- owl.automaton.AbstractCachedStatesAutomaton<S,A>
-
- owl.translations.canonical.NonDeterministicConstructions.GfCoSafety
-
- All Implemented Interfaces:
Automaton<RoundRobinState<Formula>,GeneralizedBuchiAcceptance>
,EdgeTreeAutomatonMixin<RoundRobinState<Formula>,GeneralizedBuchiAcceptance>
- Enclosing class:
- NonDeterministicConstructions
public static final class NonDeterministicConstructions.GfCoSafety extends AbstractCachedStatesAutomaton<S,A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface owl.automaton.Automaton
Automaton.EdgeMapVisitor<S>, Automaton.EdgeTreeVisitor<S>, Automaton.EdgeVisitor<S>, Automaton.PreferredEdgeAccess, Automaton.Property, Automaton.Visitor<S>
-
-
Field Summary
-
Fields inherited from interface owl.automaton.EdgeTreeAutomatonMixin
ACCESS_MODES
-
-
Constructor Summary
Constructors Constructor Description GfCoSafety(Factories factories, Set<? extends Formula> formulas, boolean generalized)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneralizedBuchiAcceptance
acceptance()
Returns the acceptance condition of this automaton.Set<Edge<RoundRobinState<Formula>>>
edges(RoundRobinState<Formula> state, BitSet valuation)
Returns the successor edges of the specifiedstate
under the givenvaluation
.ValuationTree<Edge<RoundRobinState<Formula>>>
edgeTree(RoundRobinState<Formula> state)
Returns a decision-tree with nodes labelled by literals and sets of edges as leaves.ValuationSetFactory
factory()
Set<RoundRobinState<Formula>>
initialStates()
Returns the set of initial states, which can potentially be empty.-
Methods inherited from class owl.automaton.AbstractCachedStatesAutomaton
accept, accept, accept, cache, states
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface owl.automaton.Automaton
accept, accept, accept, accept, edge, is, name, onlyInitialState, predecessors, size, states, successor, successors, successors
-
Methods inherited from interface owl.automaton.EdgeTreeAutomatonMixin
edgeMap, edges, preferredEdgeAccess
-
-
-
-
Method Detail
-
acceptance
public GeneralizedBuchiAcceptance acceptance()
Description copied from interface:Automaton
Returns the acceptance condition of this automaton.- Returns:
- The acceptance.
-
initialStates
public Set<RoundRobinState<Formula>> initialStates()
Description copied from interface:Automaton
Returns the set of initial states, which can potentially be empty.- Specified by:
initialStates
in interfaceAutomaton<RoundRobinState<Formula>,GeneralizedBuchiAcceptance>
- Returns:
- The set of initial states.
-
edges
public Set<Edge<RoundRobinState<Formula>>> edges(RoundRobinState<Formula> state, BitSet valuation)
Description copied from interface:Automaton
Returns the successor edges of the specifiedstate
under the givenvaluation
.- Specified by:
edges
in interfaceAutomaton<RoundRobinState<Formula>,GeneralizedBuchiAcceptance>
- Specified by:
edges
in interfaceEdgeTreeAutomatonMixin<RoundRobinState<Formula>,GeneralizedBuchiAcceptance>
- Parameters:
state
- The starting state of the transition.valuation
- The valuation.- Returns:
- The successor edges, possibly empty.
-
edgeTree
public ValuationTree<Edge<RoundRobinState<Formula>>> edgeTree(RoundRobinState<Formula> state)
Description copied from interface:Automaton
Returns a decision-tree with nodes labelled by literals and sets of edges as leaves.- Specified by:
edgeTree
in interfaceAutomaton<RoundRobinState<Formula>,GeneralizedBuchiAcceptance>
- Parameters:
state
- The state.- Returns:
- A tree.
-
factory
public final ValuationSetFactory factory()
- Specified by:
factory
in interfaceAutomaton<S,A extends OmegaAcceptance>
-
-