public static class OPTICSXi.SteepAreaResult extends java.lang.Object implements IterableResult<OPTICSXi.SteepArea>
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Collection<OPTICSXi.SteepArea> |
areas
Storage
|
| Constructor and Description |
|---|
SteepAreaResult(java.util.Collection<OPTICSXi.SteepArea> areas)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
java.lang.String |
getShortName()
A short name for the result, useful for file names.
|
java.util.Iterator<OPTICSXi.SteepArea> |
iterator()
Retrieve an iterator for the result.
|
java.util.Collection<OPTICSXi.SteepArea> areas
public SteepAreaResult(java.util.Collection<OPTICSXi.SteepArea> areas)
areas - Areaspublic java.lang.String getLongName()
ResultgetLongName in interface Resultpublic java.lang.String getShortName()
ResultgetShortName in interface Resultpublic java.util.Iterator<OPTICSXi.SteepArea> iterator()
IterableResultiterator in interface IterableResult<OPTICSXi.SteepArea>iterator in interface java.lang.Iterable<OPTICSXi.SteepArea>Copyright © 2019 ELKI Development Team. License information.