Uses of Class
net.ontopia.topicmaps.db2tm.Context
-
Packages that use Context 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 Context in net.ontopia.topicmaps.db2tm
Methods in net.ontopia.topicmaps.db2tm with parameters of type Context Modifier and Type Method Description protected static AssociationIFProcessor. addAssociation(TopicIF reifier, Relation relation, Entity entity, String[] tuple, Context ctx)protected static ObjectProcessor. addEntity(Relation relation, Entity entity, String[] tuple, Context ctx)protected 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 voidProcessor. addScope(ScopedIF scoped, String[] scope, Entity entity, String[] tuple, Context ctx)protected static voidProcessor. addTopicName(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx)static voidProcessor. addTuple(Relation relation, String[] tuple, Context ctx)protected static voidProcessor. addTypes(TopicIF topic, String[] types, Entity entity, String[] tuple, Context ctx)protected 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 StringUtils. expandPrefixedValue(String value, 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 LocatorIFUtils. 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 TopicIFUtils. getTopic(String id, Context ctx)protected static List<TopicNameIF>Processor. getTopicNames(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)protected static StringUtils. getValue(Relation relation, Entity entity, Field field, String[] tuple, Context ctx)protected static voidProcessor. removeAssociation(Relation relation, Entity entity, String[] tuple, Context ctx)protected static voidProcessor. removeEntity(Relation relation, Entity entity, String[] tuple, Context ctx)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. removeTopic(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx)protected static voidProcessor. removeTopicName(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)static voidProcessor. removeTuple(Relation relation, String[] tuple, Context ctx)protected static voidProcessor. removeTypes(TopicIF topic, String[] types, Context ctx)protected static TopicIFProcessor. updateIdentities(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx)protected static voidProcessor. updateScope(ScopedIF scoped, String[] scope, Entity entity, String[] tuple, Context ctx)protected static voidProcessor. updateTypes(TopicIF topic, String[] types, Entity entity, String[] tuple, Context ctx)
-