| Constructor and Description |
|---|
PostulateEvaluationReport(PostulateEvaluatable<S> ev,
List<Postulate<S>> postulates)
Creates a new evaluation report for the given approach and set of postulates
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNegativeInstance(Postulate<S> postulate,
Collection<S> instance)
Adds a negative instance for the given postulate
|
void |
addNotApplicableInstance(Postulate<S> postulate,
Collection<S> instance)
Adds an instance that is not applicable for the given postulate
|
void |
addPositiveInstance(Postulate<S> postulate,
Collection<S> instance)
Adds a positive instance for the given postulate (that is applicable)
|
String |
toString() |
public PostulateEvaluationReport(PostulateEvaluatable<S> ev, List<Postulate<S>> postulates)
ev - some approachpostulates - a set of postulatespublic void addPositiveInstance(Postulate<S> postulate, Collection<S> instance)
postulate - some postulateinstance - some instancepublic void addNotApplicableInstance(Postulate<S> postulate, Collection<S> instance)
postulate - some postulateinstance - some instancepublic void addNegativeInstance(Postulate<S> postulate, Collection<S> instance)
postulate - some postulateinstance - some instanceCopyright © 2019. All rights reserved.