public static class OPTICSXi.SteepAreaResult extends Object implements IterableResult<OPTICSXi.SteepArea>
Modifier and Type | Field and Description |
---|---|
(package private) Collection<OPTICSXi.SteepArea> |
areas
Storage
|
Constructor and Description |
---|
OPTICSXi.SteepAreaResult(Collection<OPTICSXi.SteepArea> areas)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
String |
getShortName()
A short name for the result, useful for file names.
|
Iterator<OPTICSXi.SteepArea> |
iterator()
Retrieve an iterator for the result.
|
Collection<OPTICSXi.SteepArea> areas
public OPTICSXi.SteepAreaResult(Collection<OPTICSXi.SteepArea> areas)
areas
- Areaspublic String getLongName()
Result
getLongName
in interface Result
public String getShortName()
Result
getShortName
in interface Result
public Iterator<OPTICSXi.SteepArea> iterator()
IterableResult
iterator
in interface IterableResult<OPTICSXi.SteepArea>
iterator
in interface Iterable<OPTICSXi.SteepArea>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.