Uses of Class
net.ontopia.topicmaps.db2tm.Entity
-
Packages that use Entity 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 Entity in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as Entity Modifier and Type Field Description protected Entity
RelationMapping. curent
protected Entity
Field. entity
Fields in net.ontopia.topicmaps.db2tm with type parameters of type Entity Modifier and Type Field Description protected List<Entity>
Relation. entities
Methods in net.ontopia.topicmaps.db2tm that return Entity Modifier and Type Method Description Entity
Field. getEntity()
Entity
Relation. getPrimaryEntity()
Methods in net.ontopia.topicmaps.db2tm that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
Relation. getEntities()
Methods in net.ontopia.topicmaps.db2tm with parameters of type Entity Modifier and Type Method Description protected static AssociationIF
Processor. addAssociation(TopicIF reifier, Relation relation, Entity entity, String[] tuple, Context ctx)
protected static Object
Processor. addEntity(Relation relation, Entity entity, String[] tuple, Context ctx)
void
Relation. addEntity(Entity entity)
protected static void
Processor. addIdentities(AssociationIF assoc, Relation relation, Entity entity, String[] tuple, Context ctx)
protected static TopicIF
Processor. addIdentities(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx)
protected static void
Processor. addOccurrence(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx)
protected static void
Processor. addPlayer(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx)
protected static void
Processor. addScope(ScopedIF scoped, String[] scope, Entity entity, 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 void
Processor. addTypes(TopicIF topic, String[] types, Entity entity, String[] tuple, Context ctx)
protected static boolean
Processor. checkCondition(Relation relation, Entity entity, String[] tuple, Context ctx)
protected static boolean
Processor. compareScope(String[] scope1, Collection<TopicIF> scope2, Entity entity, String[] tuple, Context ctx)
protected static AssociationIF
Processor. findAssociationByIdentities(Relation relation, Entity entity, String[] tuple, Context ctx)
protected static TopicIF
Processor. findTopicByIdentities(Relation relation, Entity entity, 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. outputFields(Entity entity, ContentHandler dh)
protected static void
Processor. removeAssociation(Relation relation, Entity entity, String[] tuple, Context ctx)
protected static void
Processor. removeEntity(Relation relation, Entity entity, String[] tuple, Context ctx)
void
Relation. removeEntity(Entity entity)
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. removeTopic(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx)
protected static void
Processor. removeTopicName(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)
protected static TopicIF
Processor. updateIdentities(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx)
protected static void
Processor. updateScope(ScopedIF scoped, String[] scope, Entity entity, String[] tuple, Context ctx)
protected static void
Processor. updateTypes(TopicIF topic, String[] types, Entity entity, String[] tuple, Context ctx)
Constructors in net.ontopia.topicmaps.db2tm with parameters of type Entity Constructor Description DB2TMInputException(String message, Entity entity, String[] tuple)
DB2TMInputException(String message, Entity entity, String[] tuple, String value)
-