Class ExperimentSet
java.lang.Object
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Experiment>,Collection<Experiment>,SequencedCollection<Experiment>,SequencedSet<Experiment>,Set<Experiment>,Experimented,ScriptData
A container for storing and testing experiments.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasExperiment(String featureName) booleanhasExperiment(Experiment experiment) Methods inherited from class java.util.LinkedHashSet
addFirst, addLast, getFirst, getLast, newLinkedHashSet, removeFirst, removeLast, reversed, spliteratorMethods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ExperimentSet
-
ExperimentSet
public ExperimentSet()
-
-
Method Details
-
hasExperiment
- Specified by:
hasExperimentin interfaceExperimented- Parameters:
experiment- The experimental feature to test.- Returns:
- Whether this uses the given feature.
-
hasExperiment
- Specified by:
hasExperimentin interfaceExperimented- Parameters:
featureName- The name of the experimental feature to test.- Returns:
- Whether this has a feature with the given name.
-