Uses of Class
net.ontopia.topicmaps.db2tm.Field
Packages that use Field
Package
Description
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 FieldFields in net.ontopia.topicmaps.db2tm with type parameters of type FieldMethods in net.ontopia.topicmaps.db2tm that return types with arguments of type FieldModifier and TypeMethodDescriptionEntity.getCharacteristicFields()Entity.getIdentityFields()Field.getOtherRoleFields()Entity.getRoleFields()Methods in net.ontopia.topicmaps.db2tm with parameters of type FieldModifier and TypeMethodDescriptionvoidprotected static voidProcessor.addOccurrence(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx) voidField.addOtherRoleField(Field orole) protected static voidProcessor.addPlayer(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx) protected static voidProcessor.addTopicName(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx) protected static LocatorIFprotected 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 Stringprotected voidRelationMapping.outputField(Field field, ContentHandler dh) protected static voidProcessor.removeOccurrence(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx) protected static voidProcessor.removePlayer(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx) protected static voidProcessor.removeTopicName(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)