Uses of Class
openllet.core.utils.Pair
-
Packages that use Pair Package Description openllet.core.utils openllet.core.utils.fsm -
-
Uses of Pair in openllet.core.utils
Methods in openllet.core.utils that return Pair Modifier and Type Method Description static <F,S>
Pair<F,S>Pair. create(F f, S s) -
Uses of Pair in openllet.core.utils.fsm
Methods in openllet.core.utils.fsm that return types with arguments of type Pair Modifier and Type Method Description java.util.List<Pair<State<T>,State<T>>>TransitionGraph. findTransitions(T transition)
-