Method | Description | |
---|---|---|
OrderingConstraint ( Action before, Action after ) : System |
Create an Ordering that is A is before B
|
public OrderingConstraint ( Action before, Action after ) : System | ||
before | Action | The Action that Comes Before |
after | Action | The Action that Comes After |
return | System |