Package FAtiMA.Core.plans
Class OrderingConstraint
java.lang.Object
FAtiMA.Core.plans.OrderingConstraint
- All Implemented Interfaces:
Serializable
Represents a plan's ordering constraint of the type A < B
(Step A must be executed before B)
- Author:
- Joao Dias
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrderingConstraint(Integer before, Integer after) Creates a new OrderingContraints between two Steps. -
Method Summary
-
Constructor Details
-
OrderingConstraint
Creates a new OrderingContraints between two Steps. (Receives the step's ID's)- Parameters:
before- - The Step A (ID) of the ordering constraint A > Bafter- - The Step B (ID) of the ordering constraint A > B
-
-
Method Details