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