Interface DualMarks
public interface DualMarks
Two mark-collections, one considered accepted and the other rejected.
- Author:
- Owen Feehan
-
Method Details
-
accepted
MarkCollection accepted()The accepted marks.- Returns:
- an existing mark-collection.
-
rejected
MarkCollection rejected()The rejected marks.- Returns:
- an existing mark-collection.
-