: Public <<enumeration>> Enumeration
Created: 10-04-2008 12:16:16
Modified: 10-04-2008 12:16:16
Project:
Advanced:
A data type that describes the relative position of two instants, an instant and a period, or two periods. 
Attribute
Public <undefined>
  Before
Details:
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:
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:
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:
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:
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:
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:
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:
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:
Notes: For this period and another period:<br /></p><p>    self.end = period.begin<br /></p>
Public <undefined>
  OverlappedBy
Details:
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:
Notes: For this period and another period:<br /></p><p>    self.begin = period.end<br /></p>
Public <undefined>
  BegunBy
Details:
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:
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>
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