Uses of Class
net.ontopia.topicmaps.db2tm.Field

Packages that use Field
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 Field in net.ontopia.topicmaps.db2tm
 

Fields in net.ontopia.topicmaps.db2tm declared as Field
protected  Field RelationMapping.curfield
           
 

Methods in net.ontopia.topicmaps.db2tm with parameters of type Field
 void Entity.addField(Field field)
           
protected static void Processor.addOccurrence(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, java.lang.String[] tuple, Context ctx)
           
 void Field.addOtherRoleField(Field orole)
           
protected static void Processor.addPlayer(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, java.lang.String[] tuple, Context ctx)
           
protected static void Processor.addTopicName(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, java.lang.String[] tuple, Context ctx)
           
protected static java.util.List Processor.getOccurrences(TopicIF topic, Relation relation, Entity entity, Field field, java.lang.String[] tuple, Context ctx)
           
protected static java.util.List Processor.getPlayers(TopicIF topic, Relation relation, Entity entity, Field field, java.lang.String[] tuple, Context ctx)
           
protected static java.util.List Processor.getTopicNames(TopicIF topic, Relation relation, Entity entity, Field field, java.lang.String[] tuple, Context ctx)
           
protected  void RelationMapping.outputField(Field field, org.xml.sax.DocumentHandler dh)
           
protected static void Processor.removeOccurrence(TopicIF topic, Relation relation, Entity entity, Field field, java.lang.String[] tuple, Context ctx)
           
protected static void Processor.removePlayer(TopicIF topic, Relation relation, Entity entity, Field field, java.lang.String[] tuple, Context ctx)
           
protected static void Processor.removeTopicName(TopicIF topic, Relation relation, Entity entity, Field field, java.lang.String[] tuple, Context ctx)
           
 



Copyright © 2000-2012 Ontopia.