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 ValueIF |
Values.getColumnValue(Relation relation,
int cix) |
protected static ValueIF |
Values.getColumnValue(Relation relation,
String colname) |
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 ValueIF |
Values.getPatternValue(Relation relation,
String value) |
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.outputEntities(Relation rel,
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) |
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) |