Methods in net.ontopia.topicmaps.db2tm with parameters of type Entity |
protected static AssociationIF |
Processor.addAssociation(TopicIF reifier,
Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
void |
Relation.addEntity(Entity entity)
|
protected static java.lang.Object |
Processor.addEntity(Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.addIdentities(AssociationIF assoc,
Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static TopicIF |
Processor.addIdentities(TopicIF topic,
Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.addOccurrence(TopicIF topic,
Relation relation,
Entity entity,
Field field,
int fieldIndex,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.addPlayer(TopicIF topic,
Relation relation,
Entity entity,
Field field,
int fieldIndex,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.addScope(ScopedIF scoped,
java.lang.String[] scope,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.addTopicName(TopicIF topic,
Relation relation,
Entity entity,
Field field,
int fieldIndex,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.addTypes(TopicIF topic,
java.lang.String[] types,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static boolean |
Processor.checkCondition(Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static boolean |
Processor.compareScope(java.lang.String[] scope1,
java.util.Collection scope2,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static AssociationIF |
Processor.findAssociationByIdentities(Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static TopicIF |
Processor.findTopicByIdentities(Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static java.util.List |
Processor.getOccurrences(TopicIF topic,
Relation relation,
Entity entity,
Field field,
java.lang.String[] tuple,
Context ctx)
|
protected static java.util.List |
Processor.getPlayers(TopicIF topic,
Relation relation,
Entity entity,
Field field,
java.lang.String[] tuple,
Context ctx)
|
protected static java.util.List |
Processor.getTopicNames(TopicIF topic,
Relation relation,
Entity entity,
Field field,
java.lang.String[] tuple,
Context ctx)
|
protected void |
RelationMapping.outputFields(Entity entity,
org.xml.sax.DocumentHandler dh)
|
protected static void |
Processor.removeAssociation(Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
void |
Relation.removeEntity(Entity entity)
|
protected static void |
Processor.removeEntity(Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.removeOccurrence(TopicIF topic,
Relation relation,
Entity entity,
Field field,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.removePlayer(TopicIF topic,
Relation relation,
Entity entity,
Field field,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.removeTopic(TopicIF topic,
Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.removeTopicName(TopicIF topic,
Relation relation,
Entity entity,
Field field,
java.lang.String[] tuple,
Context ctx)
|
protected static TopicIF |
Processor.updateIdentities(TopicIF topic,
Relation relation,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.updateScope(ScopedIF scoped,
java.lang.String[] scope,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|
protected static void |
Processor.updateTypes(TopicIF topic,
java.lang.String[] types,
Entity entity,
java.lang.String[] tuple,
Context ctx)
|