Record Class ReplanPolicy.Ignore
java.lang.Object
java.lang.Record
com.google.adk.planner.goap.ReplanPolicy.Ignore
- All Implemented Interfaces:
ReplanPolicy
- Enclosing interface:
ReplanPolicy
Ignore failures and proceed with the remaining plan as-is.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ReplanPolicy
ReplanPolicy.FailStop, ReplanPolicy.Ignore, ReplanPolicy.ReplanModifier and TypeInterfaceDescriptionstatic final recordStop immediately on failure with an error message.static final recordIgnore failures and proceed with the remaining plan as-is.static final recordAttempt to recompute the remaining plan from current world state. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Ignore
public Ignore()Creates an instance of aIgnorerecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-