|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relation | |
---|---|
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 Relation in net.ontopia.topicmaps.db2tm |
---|
Fields in net.ontopia.topicmaps.db2tm declared as Relation | |
---|---|
protected Relation |
RelationMapping.currel
|
protected Relation |
MappingVirtualColumn.relation
|
protected Relation |
FunctionVirtualColumn.relation
|
protected Relation |
Entity.relation
|
protected Relation |
Context.relation
|
protected Relation |
Changelog.relation
|
Fields in net.ontopia.topicmaps.db2tm with type parameters of type Relation | |
---|---|
protected Map<String,Relation> |
RelationMapping.relations
|
Methods in net.ontopia.topicmaps.db2tm that return Relation | |
---|---|
Relation |
Entity.getRelation()
|
Relation |
Changelog.getRelation()
INTERNAL: Returns the relation to which the changelog belongs. |
Relation |
RelationMapping.getRelation(String name)
|
Methods in net.ontopia.topicmaps.db2tm that return types with arguments of type Relation | |
---|---|
Collection<Relation> |
RelationMapping.getRelations()
|
Methods in net.ontopia.topicmaps.db2tm with parameters of type Relation | |
---|---|
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)
|
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)
|
void |
RelationMapping.addRelation(Relation relation)
|
protected static void |
Processor.addTopicName(TopicIF topic,
Relation relation,
Entity entity,
Field field,
int fieldIndex,
String[] tuple,
Context ctx)
|
static void |
Processor.addTuple(Relation relation,
String[] tuple,
Context ctx)
|
protected static boolean |
Processor.checkCondition(Relation relation,
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 List |
Processor.getOccurrences(TopicIF topic,
Relation relation,
Entity entity,
Field field,
String[] tuple,
Context ctx)
|
protected static List |
Processor.getPlayers(TopicIF topic,
Relation relation,
Entity entity,
Field field,
String[] tuple,
Context ctx)
|
protected static List |
Processor.getTopicNames(TopicIF topic,
Relation relation,
Entity entity,
Field field,
String[] tuple,
Context ctx)
|
protected void |
RelationMapping.outputEntities(Relation rel,
DocumentHandler 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)
|
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)
|
static void |
Processor.removeTuple(Relation relation,
String[] tuple,
Context ctx)
|
void |
Context.setRelation(Relation relation)
INTERNAL: Sets the current relation. |
protected static TopicIF |
Processor.updateIdentities(TopicIF topic,
Relation relation,
Entity entity,
String[] tuple,
Context ctx)
|
Constructors in net.ontopia.topicmaps.db2tm with parameters of type Relation | |
---|---|
ChangelogReaderWrapper(ChangelogReaderIF source,
Relation relation)
|
|
DB2TMInputException(String message,
Relation relation,
String[] tuple)
|
|
FunctionVirtualColumn(Relation relation,
String colname,
String fullMethodName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |