JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.anchoranalysis.annotation.mark
DualMarks
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
accepted()
rejected()
Interface DualMarks
public interface
DualMarks
Two mark-collections, one considered
accepted
and the other
rejected
.
Author:
Owen Feehan
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
MarkCollection
accepted
()
The accepted marks.
MarkCollection
rejected
()
The rejected marks.
Method Details
accepted
MarkCollection
accepted
()
The accepted marks.
Returns:
an existing mark-collection.
rejected
MarkCollection
rejected
()
The rejected marks.
Returns:
an existing mark-collection.