|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.parser.ParsingResult<O>
O
- object typepublic class ParsingResult<O extends DatabaseObject>
Provides a list of database objects and labels associated with these objects.
Field Summary | |
---|---|
private List<Pair<O,List<String>>> |
objectAndLabelList
The list of database objects and labels associated with these objects. |
Constructor Summary | |
---|---|
ParsingResult(List<Pair<O,List<String>>> objectAndLabelList)
Provides a list of database objects and labels associated with these objects. |
Method Summary | |
---|---|
List<Pair<O,List<String>>> |
getObjectAndLabelList()
Returns the list of database objects and labels associated with these objects. |
int |
size()
Provides the number of objects listed in this parsing result. |
String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final List<Pair<O extends DatabaseObject,List<String>>> objectAndLabelList
Constructor Detail |
---|
public ParsingResult(List<Pair<O,List<String>>> objectAndLabelList)
objectAndLabelList
- the list of database objects and labels associated with these
objectsMethod Detail |
---|
public List<Pair<O,List<String>>> getObjectAndLabelList()
public String toString()
toString
in class Object
public int size()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |