Uses of Class
net.ontopia.topicmaps.db2tm.Entity
Packages that use Entity
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 Entity in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as EntityModifier and TypeFieldDescriptionprotected EntityRelationMapping.curentprotected final EntityField.entityFields in net.ontopia.topicmaps.db2tm with type parameters of type EntityMethods in net.ontopia.topicmaps.db2tm that return EntityMethods in net.ontopia.topicmaps.db2tm that return types with arguments of type EntityMethods in net.ontopia.topicmaps.db2tm with parameters of type EntityModifier and TypeMethodDescriptionprotected static AssociationIFProcessor.addAssociation(TopicIF reifier, Relation relation, Entity entity, String[] tuple, Context ctx) protected static Objectvoidprotected static voidProcessor.addIdentities(AssociationIF assoc, Relation relation, Entity entity, String[] tuple, Context ctx) protected static TopicIFProcessor.addIdentities(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx) protected static voidProcessor.addOccurrence(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx) protected static voidProcessor.addPlayer(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx) protected static voidprotected static voidProcessor.addTopicName(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx) protected static voidprotected static booleanProcessor.checkCondition(Relation relation, Entity entity, String[] tuple, Context ctx) protected static booleanProcessor.compareScope(String[] scope1, Collection<TopicIF> scope2, Entity entity, String[] tuple, Context ctx) protected static AssociationIFProcessor.findAssociationByIdentities(Relation relation, Entity entity, String[] tuple, Context ctx) protected static TopicIFProcessor.findTopicByIdentities(Relation relation, Entity entity, 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.outputFields(Entity entity, ContentHandler dh) protected static voidProcessor.removeAssociation(Relation relation, Entity entity, String[] tuple, Context ctx) protected static voidProcessor.removeEntity(Relation relation, Entity entity, String[] tuple, Context ctx) voidRelation.removeEntity(Entity entity) 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 voidprotected static voidProcessor.removeTopicName(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx) protected static TopicIFProcessor.updateIdentities(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx) protected static voidprotected static voidConstructors in net.ontopia.topicmaps.db2tm with parameters of type EntityModifierConstructorDescriptionDB2TMInputException(String message, Entity entity, String[] tuple) DB2TMInputException(String message, Entity entity, String[] tuple, String value)