This content has been marked as final.
Show 6 replies
-
1. Re: disjunctive rule head possible?
alwu-Oracle May 6, 2013 8:07 PM (in response to user571093)Hi Hong,
Please provide a concrete example for what you need. We may be able to figure something out.
Thanks,
Zhe Wu -
2. Re: disjunctive rule head possible?
user571093 May 7, 2013 12:02 AM (in response to alwu-Oracle)hi zhe,
for example, there is a rule about the relations between three qualitative intervals i, j, and k:
if interval i before j and j during k, then i before or overlaps or meets or during or starts k.
is there a way workaround to implement this rule? thanks a lot.
hong -
3. Re: disjunctive rule head possible?
alwu-Oracle May 7, 2013 12:19 AM (in response to user571093)Hi Hong,1 person found this helpful
Does it make sense for your application to define a qualitative temporal relationship as follows?
:I :Before_or_Overlaps_or_Meets_or_During_or_Starts :K
I have seen some research using this kind of temporal modeling.
Thanks,
Zhe Wu -
4. Re: disjunctive rule head possible?
user571093 May 7, 2013 1:01 AM (in response to alwu-Oracle)hi zhe,
thank you for the helpful reply. however, it looks like an ad hoc solution. disjunctive rule heads will become more or longer if compositions involve more intervals in the rule body. in allen's interval algebra, there are so many such compositions. moreover, for disjunction, if one of element is evaluated to true, the whole disjunction will be evaluated to true. in such case, the solution above doesn't reflex this logic. thanks a lot.
hong -
5. Re: disjunctive rule head possible?
alwu-Oracle May 7, 2013 5:50 AM (in response to user571093)Hi Hong,
There are research about maximal tractable subset of Allen relations. The following article may be useful to your application.
Maximal Tractable Fragments of the Region Connection Calculus: A Complete Analysis (1999), J. Renz.
Thanks,
Zhe Wu -
6. Re: disjunctive rule head possible?
user571093 May 8, 2013 12:12 PM (in response to alwu-Oracle)hi zhe,
i'll check it. thank you very much.
hong