Property | Type | Description | |
---|---|---|---|
actionsFunction | ActionsFunction | ||
goalTest | GoalTest | ||
initialState | Object | ||
resultFunction | ResultFunction | ||
stepCostFunction | StepCostFunction |
Method | Description | |
---|---|---|
Problem ( Object initialState, ActionsFunction actionsFunction, ResultFunction resultFunction, GoalTest goalTest ) : System | ||
Problem ( Object initialState, ActionsFunction actionsFunction, ResultFunction resultFunction, GoalTest goalTest, StepCostFunction stepCostFunction ) : System | ||
getActionsFunction ( ) : ActionsFunction | ||
getGoalTest ( ) : GoalTest | ||
getInitialState ( ) : Object | ||
getResultFunction ( ) : ResultFunction | ||
getStepCostFunction ( ) : StepCostFunction | ||
isGoalState ( Object state ) : bool |
Method | Description | |
---|---|---|
Problem ( ) : System |
public Problem ( Object initialState, ActionsFunction actionsFunction, ResultFunction resultFunction, GoalTest goalTest ) : System | ||
initialState | Object | |
actionsFunction | ActionsFunction | |
resultFunction | ResultFunction | |
goalTest | GoalTest | |
return | System |
public Problem ( Object initialState, ActionsFunction actionsFunction, ResultFunction resultFunction, GoalTest goalTest, StepCostFunction stepCostFunction ) : System | ||
initialState | Object | |
actionsFunction | ActionsFunction | |
resultFunction | ResultFunction | |
goalTest | GoalTest | |
stepCostFunction | StepCostFunction | |
return | System |
public getActionsFunction ( ) : ActionsFunction | ||
return | ActionsFunction |
public getResultFunction ( ) : ResultFunction | ||
return | ResultFunction |
public getStepCostFunction ( ) : StepCostFunction | ||
return | StepCostFunction |
protected ActionsFunction actionsFunction | ||
return | ActionsFunction |