Package net.automatalib.graph.concept
Interface KripkeInterpretation<N,AP>
-
- Type Parameters:
N- node classAP- atomic proposition class
- All Known Subinterfaces:
FiniteKripkeStructure<N,E,AP>,FiniteKTS<S,I,T,AP>,MutableKripkeInterpretation<N,AP>,MutableProceduralModalProcessGraph<N,L,E,AP,TP>,ProceduralModalProcessGraph<N,L,E,AP,TP>
public interface KripkeInterpretation<N,AP>A Kripke interpretation for a graph. A Kripke interpretation assigns to each node a set of so-called atomic propositions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<AP>getAtomicPropositions(N node)Retrieves the atomic propositions holding at the given node.
-