: Public Enumeration
Created: 23.5.2022 18.05.08
Modified: 1.8.2022 13.54.10
Project:
Advanced:
A data type that describes the relative position of two instants, an instant and a period, or two periods.  <br/>
Attribute
Public <undefined>
  Before
Details:
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:
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:
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:
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:
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:
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:
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:
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:
Notes: For this period and another period:<br/>    self.end = period.begin<br/>
Public <undefined>
  OverlappedBy
Details:
Notes: For this period and another period:<br/>    self.begin #lt; period.end AND self.end #gt; period.end<br/>
Public <undefined>
  MetBy
Details:
Notes: For this period and another period:<br/>    self.begin = period.end<br/>
Public <undefined>
  BegunBy
Details:
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:
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/>
Tag Value
persistence persistent
Details:
 
xsdEncodingRule iso19136_2007_INSPIRE_Extensions
Details:
Values: iso19136_2007 | iso19139_2007 | iso19136_2007_INSPIRE_Extensions
Default: iso19136_2007_INSPIRE_Extensions
Description: XML Schema encoding rule to apply
Property Value
isFinalSpecialization: 0