Uses of Class
com.t4a.predict.ExtendedPredictOptions
Packages that use ExtendedPredictOptions
-
Uses of ExtendedPredictOptions in com.t4a.action
Methods in com.t4a.action with parameters of type ExtendedPredictOptionsModifier and TypeMethodDescriptionabstract voidExtendedPredictedAction.mapParams(ExtendedPredictOptions options) This will be the first method which gets called when the action is being built by prediction loader The extended predicted options can be used to map the class level parametersif(action.getActionType() == ActionType.EXTEND) { ExtendedPredictedAction shellAction = (ExtendedPredictedAction)action; shellAction.mapParams((ExtendedPredictOptions)options); return shellAction; }You need to make sure this action is usable state after this method is executed -
Uses of ExtendedPredictOptions in com.t4a.predict
Methods in com.t4a.predict that return types with arguments of type ExtendedPredictOptions