|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
com.kpro.algorithm | |
com.kpro.dataobjects | |
com.kpro.datastorage | |
com.kpro.main |
Uses of Action in com.kpro.algorithm |
---|
Methods in com.kpro.algorithm that return Action | |
---|---|
abstract Action |
ConclusionAlgorithm.conclude(PolicyObject np,
java.lang.Iterable<PolicyObject> knearestns)
Provides an action recommendation for np based on the given set of objects |
Action |
Conclusion_Simple.conclude(PolicyObject np,
java.lang.Iterable<PolicyObject> releventSet)
makes a decision on the reduced set. |
Uses of Action in com.kpro.dataobjects |
---|
Fields in com.kpro.dataobjects declared as Action | |
---|---|
private Action |
PolicyObject.actionTaken
|
Methods in com.kpro.dataobjects that return Action | |
---|---|
Action |
PolicyObject.getAction()
|
Action |
Action.parse(java.lang.String optionValue)
Parse a comma-seperated string into an Action. |
Action |
Action.setOverride(boolean b)
|
Methods in com.kpro.dataobjects with parameters of type Action | |
---|---|
PolicyObject |
PolicyObject.setAction(Action action)
|
Uses of Action in com.kpro.datastorage |
---|
Methods in com.kpro.datastorage that return Action | |
---|---|
private Action |
NRCouchdb.parseReqResponse(java.lang.String result)
This method accepts a json string and parses it to an Action. |
Action |
NRCouchdb.reqAct(PolicyObject a)
|
abstract Action |
NetworkR.reqAct(PolicyObject a)
accepts a PolicyObject, and returns the remote suggested action for it (the suggestion from the server). |
Uses of Action in com.kpro.main |
---|
Methods in com.kpro.main that return Action | |
---|---|
private Action |
Gio.parseAct(java.lang.String optionValue)
Should parse a string to select, initialize, and return one of the actions (result of checking an object) coded. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |