I - input symbol typeD - output domain typepublic class JointCounterOracle<I,D> extends Object implements MembershipOracle<I,D>
MembershipOracle that counts both the number of queries, as well as the total number of symbols occurring
in all those queries.| Modifier and Type | Class and Description |
|---|---|
static class |
JointCounterOracle.DFAJointCounterOracle<I> |
static class |
JointCounterOracle.MealyJointCounterOracle<I,O> |
MembershipOracle.DFAMembershipOracle<I>, MembershipOracle.MealyMembershipOracle<I,O>| Constructor and Description |
|---|
JointCounterOracle(MembershipOracle<I,D> delegate) |
| Modifier and Type | Method and Description |
|---|---|
long |
getQueryCount()
Retrieves the number of queries posed to this oracle.
|
long |
getSymbolCount()
Retrieves the number of symbols in all queries posed to this oracle.
|
void |
processQueries(Collection<? extends Query<I,D>> queries) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanswerQuery, answerQuery, asOracle, processQuerypublic JointCounterOracle(MembershipOracle<I,D> delegate)
public void processQueries(Collection<? extends Query<I,D>> queries)
processQueries in interface MembershipOracle<I,D>public long getQueryCount()
public long getSymbolCount()
Copyright © 2019. All rights reserved.