Attribute |
Public <undefined> Before
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this instant and another instant:<br /></p><p> self.position < instant.position<br /></p><p>For this instant and a period:<br /></p><p> self.position < period.begin<br /></p><p>For this period and an instant <br /></p><p> self.end < instant.position<br /></p><p>For this period and another period:<br /></p><p> self.end < period.begin<br /></p>
|
|
Public <undefined> After
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this instant and another instant<br /></p><p> self.position > instant.position<br /></p><p>For this instant and a period:<br /></p><p> self.position > period.end<br /></p><p>For this period and an instant:<br /></p><p> self.begin > instant.position<br /></p><p>For this period and another period:<br /></p><p> self.begin > period.end<br /></p>
|
|
Public <undefined> Begins
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this instant and a period:<br /></p><p> self.position = period.begin<br /></p><p>For this period and another period:<br /></p><p> self.begin = period.begin AND self.end < period.end<br /></p>
|
|
Public <undefined> Ends
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this instant and a period:<br /></p><p> self.position = period.end<br /></p><p>For this period and another period: <br /></p><p> self.end = period.end AND self.begin > period.begin<br /></p>
|
|
Public <undefined> During
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this instant and a period:<br /></p><p> self.position > period.begin AND self.position < period.end<br /></p><p>For this period and another period:<br /></p><p> self.begin > period.begin AND self.end < period.end<br /></p>
|
|
Public <undefined> Equals
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this instant and another instant:<br /></p><p> self.position = instant.position<br /></p><p>For this period and another period:<br /></p><p> self.begin = period.begin AND self.end = period.end<br /></p>
|
|
Public <undefined> Contains
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this period and an instant:<br /></p><p> self.begin < instant.position AND self.end > instant.position<br /></p><p>For this period and another period:<br /></p><p>self.begin < period. begin AND self.end > period.end<br /></p>
|
|
Public <undefined> Overlaps
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this period and another period:<br /></p><p> self.begin < period.begin AND self.end > period.begin AND self.end < period.end<br /></p>
|
|
Public <undefined> Meets
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this period and another period:<br /></p><p> self.end = period.begin<br /></p>
|
|
Public <undefined> OverlappedBy
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this period and another period:<br /></p><p> self.begin < period.end AND self.end > period.end<br /></p>
|
|
Public <undefined> MetBy
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this period and another period:<br /></p><p> self.begin = period.end<br /></p>
|
|
Public <undefined> BegunBy
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this period and an instant:<br /></p><p> self.begin = instant.period<br /></p><p>For this period and another period:<br /></p><p> self.begin = period.begin AND self.end > period.end<br /></p>
|
|
Public <undefined> EndedBy
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
|
Notes:
|
For this period and an instant:<br /></p><p> self.end = instant.position<br /></p><p>For this period and another period:<br /></p><p> self.begin > period.begin AND self.end = period.end<br /></p>
|
|