Uses of Interface
net.automatalib.automaton.concept.FiniteRepresentation
-
Packages that use FiniteRepresentation Package Description net.automatalib.automaton This package (including sub-packages) contains the basic classes concerning automata.net.automatalib.automaton.abstraction net.automatalib.automaton.concept net.automatalib.automaton.fsa net.automatalib.automaton.graph net.automatalib.automaton.procedural net.automatalib.automaton.simple net.automatalib.automaton.transducer net.automatalib.automaton.transducer.probabilistic net.automatalib.automaton.vpa net.automatalib.graph This package (including sub-packages) contains the basic classes concerning graphs.net.automatalib.graph.ads net.automatalib.modelchecking net.automatalib.ts This package (including sub-packages) contains the basic classes concerning transition systems.net.automatalib.ts.modal -
-
Uses of FiniteRepresentation in net.automatalib.automaton
Subinterfaces of FiniteRepresentation in net.automatalib.automaton Modifier and Type Interface Description interfaceAutomaton<S,I,T>Basic interface for an automaton.interfaceDeterministicAutomaton<S,I,T>Basic interface for a deterministic automaton.static interfaceDeterministicAutomaton.FullIntAbstraction<T>Interface forfull integer abstractionsof aDeterministicAutomaton.static interfaceDeterministicAutomaton.IntAbstraction<T>Base interface forinteger abstractionsof aDeterministicAutomaton.static interfaceDeterministicAutomaton.StateIntAbstraction<I,T>Interface forstate integer abstractionsof aDeterministicAutomaton.interfaceFiniteAlphabetAutomaton<S,I,T>interfaceMutableAutomaton<S,I,T,SP,TP>A mutable automaton.interfaceMutableDeterministic<S,I,T,SP,TP>Interface for a mutable deterministic automaton.static interfaceMutableDeterministic.FullIntAbstraction<T,SP,TP>Interface forfull integer abstractionsof aMutableDeterministic.static interfaceMutableDeterministic.IntAbstraction<T,SP,TP>Base interface forinteger abstractionsof aMutableDeterministic.static interfaceMutableDeterministic.StateIntAbstraction<I,T,SP,TP>Interface forstate integer abstractionsof aMutableDeterministic.interfaceShrinkableAutomaton<S,I,T,SP,TP>A mutable automaton that also supports destructive modifications, i.e., removal of states and transitions.interfaceShrinkableDeterministic<S,I,T,SP,TP>A mutable deterministic automaton that also supports destructive operations, i.e., removal of states and transitions.interfaceUniversalAutomaton<S,I,T,SP,TP>A universal automaton is a generalized representation of automata, with unified access to the properties of states and transitions.interfaceUniversalDeterministicAutomaton<S,I,T,SP,TP>ADeterministicAutomatonwith state and transition properties.static interfaceUniversalDeterministicAutomaton.FullIntAbstraction<T,SP,TP>Interface forfull integer abstractionsof aUniversalDeterministicAutomaton.static interfaceUniversalDeterministicAutomaton.IntAbstraction<T,SP,TP>Base interface forinteger abstractionsof aUniversalDeterministicAutomaton.static interfaceUniversalDeterministicAutomaton.StateIntAbstraction<I,T,SP,TP>Interface forstate integer abstractionsof aUniversalDeterministicAutomaton.interfaceUniversalFiniteAlphabetAutomaton<S,I,T,SP,TP> -
Uses of FiniteRepresentation in net.automatalib.automaton.abstraction
-
Uses of FiniteRepresentation in net.automatalib.automaton.concept
Subinterfaces of FiniteRepresentation in net.automatalib.automaton.concept Modifier and Type Interface Description interfaceDetOutputAutomaton<S,I,T,D>An automaton which deterministically produces an output for an input word.interfaceDetSuffixOutputAutomaton<S,I,T,D>interfaceOutputAutomaton<S,I,T,D> -
Uses of FiniteRepresentation in net.automatalib.automaton.fsa
Subinterfaces of FiniteRepresentation in net.automatalib.automaton.fsa Modifier and Type Interface Description interfaceDFA<S,I>Deterministic finite state acceptor.interfaceFiniteStateAcceptor<S,I>FiniteStateAcceptors accept regular languages.interfaceMutableDFA<S,I>interfaceMutableFSA<S,I>interfaceMutableNFA<S,I>interfaceNFA<S,I>Nondeterministic finite state acceptor.Classes in net.automatalib.automaton.fsa that implement FiniteRepresentation Modifier and Type Class Description static classFiniteStateAcceptor.FSAGraphView<S,I,A extends FiniteStateAcceptor<S,I>> -
Uses of FiniteRepresentation in net.automatalib.automaton.graph
Classes in net.automatalib.automaton.graph that implement FiniteRepresentation Modifier and Type Class Description classAbstractAutomatonGraphView<S,A extends Automaton<S,?,?>,E>classAutomatonGraphView<S,I,T,A extends Automaton<S,I,T>>classUniversalAutomatonGraphView<S,I,T,SP,TP,A extends UniversalAutomaton<S,I,T,SP,TP>> -
Uses of FiniteRepresentation in net.automatalib.automaton.procedural
Subinterfaces of FiniteRepresentation in net.automatalib.automaton.procedural Modifier and Type Interface Description (package private) interfacenet.automatalib.automaton.procedural.ProceduralSystem<I,M extends UniversalDeterministicAutomaton<?,I,?,?,?>>(Meta-) Interface for procedural systems, i.e., systems that consist of multiple procedural automata that can mutually call each other.interfaceSBA<S,I>A system of behavioral automata.interfaceSPA<S,I>A system of procedural automata.interfaceSPMM<S,I,T,O>A system of procedural Mealy machines.Classes in net.automatalib.automaton.procedural that implement FiniteRepresentation Modifier and Type Class Description classProceduralGraphView<S,I>Graph representation of aProceduralSystemthat displays all states of its sub-procedures once, i.e., without incorporating execution semantics such as stack contents. -
Uses of FiniteRepresentation in net.automatalib.automaton.simple
Subinterfaces of FiniteRepresentation in net.automatalib.automaton.simple Modifier and Type Interface Description interfaceSimpleAutomaton<S,I>A simple automaton, i.e., aSimpleTSwith a finite number of states.interfaceSimpleDeterministicAutomaton<S,I>A simple deterministic automaton.static interfaceSimpleDeterministicAutomaton.FullIntAbstractionInterface for aninteger abstractionthat abstracts both states and input symbols to integers.static interfaceSimpleDeterministicAutomaton.IntAbstractionBasic interface for integer abstractions of automata.static interfaceSimpleDeterministicAutomaton.StateIntAbstraction<I>Interface forinteger abstractionsof an automaton that operate on non-abstracted input symbols (i.e., input symbols are of typeI). -
Uses of FiniteRepresentation in net.automatalib.automaton.transducer
Subinterfaces of FiniteRepresentation in net.automatalib.automaton.transducer Modifier and Type Interface Description interfaceMealyMachine<S,I,T,O>interfaceMooreMachine<S,I,T,O>interfaceMutableMealyMachine<S,I,T,O>interfaceMutableMooreMachine<S,I,T,O>interfaceMutableSubsequentialTransducer<S,I,T,O>Amutableextension of aSubsequentialTransducer.interfaceStateLocalInputMealyMachine<S,I,T,O>interfaceStateOutputAutomaton<S,I,T,O>interfaceSubsequentialTransducer<S,I,T,O>A subsequential transducer (or SST) is anDeterministicOutputTSwhose state and transition properties are output-words.interfaceTransitionOutputAutomaton<S,I,T,O>Classes in net.automatalib.automaton.transducer that implement FiniteRepresentation Modifier and Type Class Description static classMealyMachine.MealyGraphView<S,I,T,O,A extends MealyMachine<S,I,T,O>>static classMooreMachine.MooreGraphView<S,I,T,O,A extends MooreMachine<S,I,T,O>>static classSubsequentialTransducer.SSTGraphView<S,I,T,O,A extends SubsequentialTransducer<S,I,T,O>> -
Uses of FiniteRepresentation in net.automatalib.automaton.transducer.probabilistic
Subinterfaces of FiniteRepresentation in net.automatalib.automaton.transducer.probabilistic Modifier and Type Interface Description interfaceMutableProbabilisticMealy<S,I,T,O>interfaceProbabilisticMealyMachine<S,I,T,O> -
Uses of FiniteRepresentation in net.automatalib.automaton.vpa
Subinterfaces of FiniteRepresentation in net.automatalib.automaton.vpa Modifier and Type Interface Description interfaceOneSEVPA<L,I>A specialized interface for 1-SEVPAs (1-module single entry visibly push-down automata).interfaceSEVPA<L,I>Interface for k-SEVPAs (k-module single entry visibly push-down automata), a visibly push-down automaton of specific structure and semantics.Classes in net.automatalib.automaton.vpa that implement FiniteRepresentation Modifier and Type Class Description classSEVPAGraphView<L,I> -
Uses of FiniteRepresentation in net.automatalib.graph
Subinterfaces of FiniteRepresentation in net.automatalib.graph Modifier and Type Interface Description interfaceAcceptanceGraph<N,E>Interface for finite graphs that embody the concept of node acceptance.interfaceBidirectionalGraph<N,E>Interface for bidirectional graph.static interfaceBidirectionalGraph.IntAbstraction<E>Interface fornode integer abstractionsof aBidirectionalGraph.interfaceContextFreeModalProcessSystem<L,AP>Represents a Context-Free Modal Transition System as defined in the paper M3C: Modal Meta Model Checking.interfaceFiniteKripkeStructure<N,E,AP>A Kripke structure is a graph which has sets of atomic properties assigned to its nodes.interfaceFiniteLabeledGraph<N,E,L>interfaceGraph<N,E>Graph interface.static interfaceGraph.IntAbstraction<E>Interface fornode integer abstractionsof aGraph.interfaceMutableGraph<N,E,NP,EP>A graph that allows modification.static interfaceMutableGraph.IntAbstraction<E,NP,EP>Interface fornode integer abstractionsof aMutableGraph.interfaceMutableProceduralModalProcessGraph<N,L,E,AP,TP extends MutableProceduralModalEdgeProperty>A mutable version of theProceduralModalProcessGraph.interfaceMutableUniversalBidirectionalGraph<N,E,NP,EP>interfaceProceduralModalProcessGraph<N,L,E,AP,TP extends ProceduralModalEdgeProperty>Represents a Procedural Modal Transition System as defined in the paper M3C: Modal Meta Model Checking.interfaceShrinkableGraph<N,E>A graph that supports (desirably efficient) removal of nodes and edges.interfaceSimpleGraph<N>The finite version of aIndefiniteSimpleGraph.static interfaceSimpleGraph.IntAbstractionBasic interface for integer abstractions of graphs.interfaceUndirectedGraph<N,E>An undirected graph.interfaceUniversalBidirectionalGraph<N,E,NP,EP>interfaceUniversalGraph<N,E,NP,EP>static interfaceUniversalGraph.IntAbstraction<E,NP,EP>Interface fornode integer abstractionsof aUniversalGraph.Classes in net.automatalib.graph that implement FiniteRepresentation Modifier and Type Class Description classCFMPSGraphView<N,L,E,AP>Graph representation of aContextFreeModalProcessSystemthat displays all nodes of its sub-procedures once, i.e., without incorporating execution semantics such as expansion. -
Uses of FiniteRepresentation in net.automatalib.graph.ads
Subinterfaces of FiniteRepresentation in net.automatalib.graph.ads Modifier and Type Interface Description interfaceADSNode<S,I,O>A (simplified) node in an adaptive distinguishing sequence.interfaceRecursiveADSNode<S,I,O,N extends RecursiveADSNode<S,I,O,N>>An interface representing a node in an adaptive distinguishing sequence (which essentially forms a decision tree). -
Uses of FiniteRepresentation in net.automatalib.modelchecking
Subinterfaces of FiniteRepresentation in net.automatalib.modelchecking Modifier and Type Interface Description interfaceLasso<I,D>A lasso is a single infinite word.static interfaceLasso.DFALasso<I>A DFALasso is a lasso forDFAs.static interfaceLasso.MealyLasso<I,O>A MealyLasso is a lasso forMealyMachines. -
Uses of FiniteRepresentation in net.automatalib.ts
Subinterfaces of FiniteRepresentation in net.automatalib.ts Modifier and Type Interface Description interfaceFiniteKTS<S,I,T,AP>A finite Kripke Transition System combines the properties of afinite transition systemand aKripkeInterpretation. -
Uses of FiniteRepresentation in net.automatalib.ts.modal
Subinterfaces of FiniteRepresentation in net.automatalib.ts.modal Modifier and Type Interface Description interfaceModalTransitionSystem<S,I,T,TP extends ModalEdgeProperty>A modal transition system is aUniversalAutomatonin which transitions can be marked asmayormustedges.interfaceMutableModalTransitionSystem<S,I,T,TP extends MutableModalEdgeProperty>A mutable version ofModalTransitionSystemthat allows to add states and transitions.Classes in net.automatalib.ts.modal that implement FiniteRepresentation Modifier and Type Class Description static classModalTransitionSystem.MTSGraphView<S,I,T,TP extends ModalEdgeProperty,M extends ModalTransitionSystem<S,I,T,TP>>
-