public interface ElementCategory
This is the base interface for defining categories for the sub classes of
NLGElement. Each type of category that is used must implement
this interface.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalTo(Object checkObject)
Checks to see if this supplied object matches this particular category.
|
boolean equalTo(Object checkObject)
checkObject - the object to be checked against.true if the object matches, false
otherwise.Copyright © 2020. All Rights Reserved.