| Package | Description |
|---|---|
| net.automatalib.automata.transout.impl |
| Modifier and Type | Method and Description |
|---|---|
FastProbMealyState<O> |
FastProbMealy.addInitialState() |
FastProbMealyState<O> |
FastProbMealy.addState() |
protected FastProbMealyState<O> |
FastProbMealy.createState(Void property) |
FastProbMealyState<O> |
FastProbMealy.getSuccessor(ProbMealyTransition<FastProbMealyState<O>,O> transition) |
| Modifier and Type | Method and Description |
|---|---|
ProbMealyTransition<FastProbMealyState<O>,O> |
FastProbMealy.copyTransition(ProbMealyTransition<FastProbMealyState<O>,O> trans,
FastProbMealyState<O> succ) |
ProbMealyTransition<FastProbMealyState<O>,O> |
FastProbMealy.createTransition(FastProbMealyState<O> successor,
ProbabilisticOutput<O> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
FastProbMealy.addTransition(FastProbMealyState<O> src,
I input,
FastProbMealyState<O> successor,
O output,
float prob) |
void |
FastProbMealy.addTransition(FastProbMealyState<O> src,
I input,
FastProbMealyState<O> successor,
O output,
float prob) |
ProbMealyTransition<FastProbMealyState<O>,O> |
FastProbMealy.copyTransition(ProbMealyTransition<FastProbMealyState<O>,O> trans,
FastProbMealyState<O> succ) |
ProbMealyTransition<FastProbMealyState<O>,O> |
FastProbMealy.createTransition(FastProbMealyState<O> successor,
ProbabilisticOutput<O> properties) |
Void |
FastProbMealy.getStateProperty(FastProbMealyState<O> state) |
void |
FastProbMealy.setStateProperty(FastProbMealyState<O> state,
Void property) |
Copyright © 2015. All Rights Reserved.