Uses of Class
net.ontopia.topicmaps.db2tm.Field
-
Packages that use Field 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 Field in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as Field Modifier and Type Field Description protected Field
RelationMapping. curfield
Fields in net.ontopia.topicmaps.db2tm with type parameters of type Field Modifier and Type Field Description protected List<Field>
Entity. cfields
protected List<Field>
Entity. ifields
protected List<Field>
Field. oroles
protected List<Field>
Entity. rfields
Methods in net.ontopia.topicmaps.db2tm that return types with arguments of type Field Modifier and Type Method Description List<Field>
Entity. getCharacteristicFields()
List<Field>
Entity. getIdentityFields()
List<Field>
Field. getOtherRoleFields()
List<Field>
Entity. getRoleFields()
Methods in net.ontopia.topicmaps.db2tm with parameters of type Field Modifier and Type Method Description void
Entity. addField(Field field)
protected static void
Processor. addOccurrence(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx)
void
Field. addOtherRoleField(Field orole)
protected static void
Processor. addPlayer(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx)
protected static void
Processor. addTopicName(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx)
protected static LocatorIF
Utils. getLocator(Relation relation, Entity entity, Field field, String[] tuple, Context ctx)
protected static List<OccurrenceIF>
Processor. getOccurrences(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)
protected static List<AssociationRoleIF>
Processor. getPlayers(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)
protected static List<TopicNameIF>
Processor. getTopicNames(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)
protected static String
Utils. getValue(Relation relation, Entity entity, Field field, String[] tuple, Context ctx)
protected void
RelationMapping. outputField(Field field, ContentHandler dh)
protected static void
Processor. removeOccurrence(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)
protected static void
Processor. removePlayer(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)
protected static void
Processor. removeTopicName(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)
-