Package edu.tufts.hrilab.action.recovery
Class FailureInformation
java.lang.Object
edu.tufts.hrilab.action.recovery.FailureInformation
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getNumberOfConstraintMatches
(PolicyConstraints constraints) boolean
isApplicable
(PolicyConstraints constraints) Checks if the recovery policy constraints are applicable to this failure information.
-
Field Details
-
actor
-
goal
-
failedAction
-
failureReasons
-
actionStatus
-
-
Constructor Details
-
FailureInformation
public FailureInformation()
-
-
Method Details
-
isApplicable
Checks if the recovery policy constraints are applicable to this failure information.- Parameters:
constraints
-- Returns:
-
getNumberOfConstraintMatches
-