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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected ValueIF |
Entity.condition |
protected ValueIF |
RelationMapping.curvcol |
protected ValueIF |
Field.cvalue |
Modifier and Type | Field and Description |
---|---|
protected List<ValueIF> |
FunctionVirtualColumn.params |
protected Map<String,ValueIF> |
Relation.virtualColumns |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
Relation.addVirtualColumn(String name,
ValueIF vcol) |
void |
Entity.setConditionValue(ValueIF condition) |