Uses of Interface
org.hobbit.core.data.ResultPair
-
Packages that use ResultPair Package Description org.hobbit.core.components org.hobbit.core.components.test -
-
Uses of ResultPair in org.hobbit.core.components
Fields in org.hobbit.core.components with type parameters of type ResultPair Modifier and Type Field Description protected List<Iterator<? extends ResultPair>>AbstractEvaluationStorage. resultPairIteratorsIterators that have been started.Methods in org.hobbit.core.components that return types with arguments of type ResultPair Modifier and Type Method Description protected abstract Iterator<? extends ResultPair>AbstractEvaluationStorage. createIterator()Creates a new iterator that iterates over the response pairs. -
Uses of ResultPair in org.hobbit.core.components.test
Classes in org.hobbit.core.components.test that implement ResultPair Modifier and Type Class Description static classInMemoryEvaluationStore.ResultPairImplA simple structure implementing theResultPairinterface.Fields in org.hobbit.core.components.test with type parameters of type ResultPair Modifier and Type Field Description private Map<String,ResultPair>InMemoryEvaluationStore. resultsMap containing a mapping from task Ids to result pairs.Methods in org.hobbit.core.components.test that return types with arguments of type ResultPair Modifier and Type Method Description protected Iterator<ResultPair>InMemoryEvaluationStore. createIterator()
-