Uses of Interface
net.automatalib.ts.modal.transition.MutableModalEdgeProperty
-
Packages that use MutableModalEdgeProperty Package Description net.automatalib.serialization.dot net.automatalib.ts.modal net.automatalib.ts.modal.transition -
-
Uses of MutableModalEdgeProperty in net.automatalib.serialization.dot
Fields in net.automatalib.serialization.dot with type parameters of type MutableModalEdgeProperty Modifier and Type Field Description static Function<Map<String,String>,MutableModalEdgeProperty>DOTParsers. DEFAULT_MTS_EDGE_PARSEREdge input parser that parses an edge'smodalityattribute and constructs a correspondingMutableModalEdgeProperty.Methods in net.automatalib.serialization.dot with type parameters of type MutableModalEdgeProperty Modifier and Type Method Description static <S,I,TP extends MutableModalEdgeProperty,M extends MutableModalTransitionSystem<S,I,?,TP>>
DOTInputModelDeserializer<S,I,M>DOTParsers. mts(AutomatonCreator<M,I> creator, Function<Map<String,String>,I> inputParser, Function<Map<String,String>,TP> propertyParser)Parser forModalTransitionSystems with a custom MTS instance, custom input type and edge attributes parsers.static <S,I,TP extends MutableModalEdgeProperty,M extends MutableModalTransitionSystem<S,I,?,TP>>
DOTInputModelDeserializer<S,I,M>DOTParsers. mts(AutomatonCreator<M,I> creator, Function<Map<String,String>,I> inputParser, Function<Map<String,String>,TP> propertyParser, Collection<String> initialNodeIds)Parser forModalTransitionSystems with a custom MTS instance, custom input type and edge attributes parsers and custom initial state labels. -
Uses of MutableModalEdgeProperty in net.automatalib.ts.modal
Classes in net.automatalib.ts.modal with type parameters of type MutableModalEdgeProperty Modifier and Type Class Description classAbstractCompactMTS<I,T,TP extends MutableModalEdgeProperty>An abstract base-implementation forMutableModalTransitionSystems.classMTSTransition<TP extends MutableModalEdgeProperty>interfaceMutableModalTransitionSystem<S,I,T,TP extends MutableModalEdgeProperty>A mutable version ofModalTransitionSystemthat allows to add states and transitions.Methods in net.automatalib.ts.modal that return MutableModalEdgeProperty Modifier and Type Method Description protected MutableModalEdgePropertyCompactMTS. buildModalProperty(ModalEdgeProperty.ModalType type)protected MutableModalEdgePropertyCompactMTS. getDefaultTransitionProperty()MutableModalEdgePropertyCompactMTS. getTransitionProperty(MTSTransition<MutableModalEdgeProperty> transition)Methods in net.automatalib.ts.modal that return types with arguments of type MutableModalEdgeProperty Modifier and Type Method Description MTSTransition<MutableModalEdgeProperty>CompactMTS. createTransition(Integer successor)MTSTransition<MutableModalEdgeProperty>CompactMTS. createTransition(Integer successor, @Nullable MutableModalEdgeProperty properties)Methods in net.automatalib.ts.modal with parameters of type MutableModalEdgeProperty Modifier and Type Method Description MTSTransition<MutableModalEdgeProperty>CompactMTS. createTransition(Integer successor, @Nullable MutableModalEdgeProperty properties)voidCompactMTS. setTransitionProperty(MTSTransition<MutableModalEdgeProperty> transition, MutableModalEdgeProperty property)Method parameters in net.automatalib.ts.modal with type arguments of type MutableModalEdgeProperty Modifier and Type Method Description IntegerCompactMTS. getSuccessor(MTSTransition<MutableModalEdgeProperty> transition)MutableModalEdgePropertyCompactMTS. getTransitionProperty(MTSTransition<MutableModalEdgeProperty> transition)voidCompactMTS. setTransitionProperty(MTSTransition<MutableModalEdgeProperty> transition, MutableModalEdgeProperty property) -
Uses of MutableModalEdgeProperty in net.automatalib.ts.modal.transition
Subinterfaces of MutableModalEdgeProperty in net.automatalib.ts.modal.transition Modifier and Type Interface Description interfaceMutableProceduralModalEdgePropertyClasses in net.automatalib.ts.modal.transition that implement MutableModalEdgeProperty Modifier and Type Class Description classModalEdgePropertyImplclassProceduralModalEdgePropertyImpl
-