|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueIF | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
protected ValueIF |
Entity.condition
|
protected ValueIF |
RelationMapping.curvcol
|
protected ValueIF |
Field.cvalue
|
| Methods in net.ontopia.topicmaps.db2tm that return ValueIF | |
|---|---|
ValueIF |
Entity.getConditionValue()
|
ValueIF |
Relation.getVirtualColumn(java.lang.String name)
|
| Methods in net.ontopia.topicmaps.db2tm with parameters of type ValueIF | |
|---|---|
void |
Relation.addVirtualColumn(java.lang.String name,
ValueIF vcol)
|
void |
Entity.setConditionValue(ValueIF condition)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||