Uses of Class
elki.result.Metadata
-
Packages that use Metadata Package Description elki.result Result types, representation and handling. -
-
Uses of Metadata in elki.result
Fields in elki.result declared as Metadata Modifier and Type Field Description private static Metadata[]Metadata. EMPTY_PARENTSEmpty list.private Metadata[]Metadata.Hierarchy. parentsParents.Fields in elki.result with type parameters of type Metadata Modifier and Type Field Description private static java.util.Map<java.lang.Object,Metadata>Metadata. globalThe global metadata map.Methods in elki.result that return Metadata Modifier and Type Method Description static MetadataMetadata. get(java.lang.Object o)Get but do not create the Metadata of an object.static MetadataMetadata. of(java.lang.Object o)Get or create the Metadata of an object.Methods in elki.result with parameters of type Metadata Modifier and Type Method Description private booleanMetadata.Hierarchy. addParentInt(Metadata parent)Add a parent.private booleanMetadata.Hierarchy. removeParentInt(Metadata parent)Remove a parent.
-