Uses of Interface
net.ontopia.topicmaps.db2tm.ValueIF
-
Packages that use ValueIF Package Description net.ontopia.topicmaps.db2tm The implementation of and public API to the DB2TM module for converting relational data (in CSV files or RDBMSs) to Topic Maps. -
-
Uses of ValueIF in net.ontopia.topicmaps.db2tm
Classes in net.ontopia.topicmaps.db2tm that implement ValueIF Modifier and Type Class Description class
FunctionVirtualColumn
INTERNAL: Virtual column that uses a function to map from old value to new value.class
MappingVirtualColumn
INTERNAL: Virtual column that used a hash table to map from old value to new value.Fields in net.ontopia.topicmaps.db2tm declared as ValueIF Modifier and Type Field Description protected ValueIF
Entity. condition
protected ValueIF
RelationMapping. curvcol
protected ValueIF
Field. cvalue
Fields in net.ontopia.topicmaps.db2tm with type parameters of type ValueIF Modifier and Type Field Description protected List<ValueIF>
FunctionVirtualColumn. params
protected Map<String,ValueIF>
Relation. virtualColumns
Methods in net.ontopia.topicmaps.db2tm that return ValueIF Modifier and Type Method Description protected static ValueIF
Values. getColumnValue(Relation relation, int cix)
protected static ValueIF
Values. getColumnValue(Relation relation, String colname)
ValueIF
Entity. getConditionValue()
protected static ValueIF
Values. getPatternValue(Relation relation, String value)
ValueIF
Relation. getVirtualColumn(String name)
Methods in net.ontopia.topicmaps.db2tm with parameters of type ValueIF Modifier and Type Method Description void
Relation. addVirtualColumn(String name, ValueIF vcol)
void
Entity. setConditionValue(ValueIF condition)
-