Uses of Class
de.dfki.mycbr.core.ICaseBase.Meta

Packages that use ICaseBase.Meta
de.dfki.mycbr.core Contains all classes that represent core functionality of a CBR application such as the domain model, case bases, similarity functions and retrieval algorithms. 
de.dfki.mycbr.io Contains classes that handle import and export of relevant CBR application data. 
 

Uses of ICaseBase.Meta in de.dfki.mycbr.core
 

Methods in de.dfki.mycbr.core that return ICaseBase.Meta
static ICaseBase.Meta ICaseBase.Meta.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ICaseBase.Meta[] ICaseBase.Meta.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ICaseBase.Meta in de.dfki.mycbr.io
 

Methods in de.dfki.mycbr.io with parameters of type ICaseBase.Meta
 void CSVImporter.setMeta(java.lang.Integer col, ICaseBase.Meta meta)
          Adds a mapping entry for meta tag of a case to the given column in the underlying data set.