TimingConstraints::OrderConstraint

Header Image
Content:
OrderConstraint : Public Class TimingConstraints2
An OrderConstraint imposes an order between the occurrences of an event called source and an event called target. <br/><br/>The OrderConstraint is a minor variant of an application of StrongDelayConstraint with lower set to 0 and upper to infinity; the difference being that the OrderConstraint does not allow matching target and source occurrences to coincide. <br/><br/>Semantics:<br/>A system behavior satisfies an OrderConstraint c if and only if<br/>c.source and c.target have the same number of occurrences, <br/>and for each index i,<br/> if there is an i:th occurrence of c.source at time x, there is <br/> also an i:th occurrence of c.target at time y such that<br/> x #lt; y<br/>
  • Associations
  • Advanced
  • Other Links
Element Source Role Target Role
Event
Class  
Name:  
 
Name: source
 
Details:
 
Event
Class  
Name:  
 
Name: target
 
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
TimingConstraint Class Generalization To