|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.db2tm.Processor
public class Processor
INTERNAL: Class that performs the actual db2tm processing.
Method Summary | |
---|---|
static void |
addRelations(RelationMapping rmapping,
java.util.Collection relnames,
TopicMapIF topicmap,
LocatorIF baseloc)
INTERNAL: Runs a DB2TM process by adding tuples to the topic map. |
static void |
addTuple(Relation relation,
java.lang.String[] tuple,
Context ctx)
|
static void |
removeRelations(RelationMapping rmapping,
java.util.Collection relnames,
TopicMapIF topicmap,
LocatorIF baseloc)
INTERNAL: Runs a DB2TM process by removing tuples from the topic map. |
static void |
removeTuple(Relation relation,
java.lang.String[] tuple,
Context ctx)
|
static void |
synchronizeRelations(RelationMapping rmapping,
java.util.Collection relnames,
TopicMapIF topicmap,
LocatorIF baseloc)
INTERNAL: Runs a DB2TM process by synchronizing the relations. |
static void |
synchronizeRelations(RelationMapping rmapping,
java.util.Collection relnames,
TopicMapIF topicmap,
LocatorIF baseloc,
boolean forceRescan)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void addRelations(RelationMapping rmapping, java.util.Collection relnames, TopicMapIF topicmap, LocatorIF baseloc)
public static void removeRelations(RelationMapping rmapping, java.util.Collection relnames, TopicMapIF topicmap, LocatorIF baseloc)
public static void addTuple(Relation relation, java.lang.String[] tuple, Context ctx)
public static void removeTuple(Relation relation, java.lang.String[] tuple, Context ctx)
public static void synchronizeRelations(RelationMapping rmapping, java.util.Collection relnames, TopicMapIF topicmap, LocatorIF baseloc)
public static void synchronizeRelations(RelationMapping rmapping, java.util.Collection relnames, TopicMapIF topicmap, LocatorIF baseloc, boolean forceRescan)
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |