O
- data typepublic class ReferencePointsResult<O> extends CollectionResult<O>
Constructor and Description |
---|
ReferencePointsResult(String name,
String shortname,
Collection<O> col)
Constructor with collection only.
|
ReferencePointsResult(String name,
String shortname,
Collection<O> col,
Collection<String> header)
Full constructor.
|
addHeader, getHeader, iterator, size
getLongName, getShortName
addChildResult, getHierarchy, setHierarchy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLongName, getShortName
public ReferencePointsResult(String name, String shortname, Collection<O> col)
name
- The long name (for pretty printing)shortname
- the short name (for filenames etc.)col
- Reference Pointspublic ReferencePointsResult(String name, String shortname, Collection<O> col, Collection<String> header)
name
- The long name (for pretty printing)shortname
- the short name (for filenames etc.)col
- Reference Pointsheader
- HeaderCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.