E - the type of object classifiedpublic class RankedClassified<E> extends Classified<E>
RankedClassified represents an object that has been
classified with a ranked classification.| Constructor and Description |
|---|
RankedClassified(E object,
RankedClassification c)
Construct a classified object consisting of the specified
object and classification.
|
| Modifier and Type | Method and Description |
|---|---|
RankedClassification |
getClassification()
Return the classification of the object.
|
getObject, toStringpublic RankedClassified(E object, RankedClassification c)
object - Object being classified.c - Classification of object.public RankedClassification getClassification()
getClassification in class Classified<E>Copyright © 2016 Alias-i, Inc.. All rights reserved.