Uses of Class
FAtiMA.Core.plans.Step
-
Packages that use Step Package Description FAtiMA.Core FAtiMA.Core.memory.semanticMemory FAtiMA.Core.plans FAtiMA.Core.util.parsers -
-
Uses of Step in FAtiMA.Core
Methods in FAtiMA.Core that return Step Modifier and Type Method Description StepActionLibrary. getAction(int id, Name actionName)StepActionLibrary. getAction(java.lang.String name)Gets the operator that corresponds to the given nameMethods in FAtiMA.Core that return types with arguments of type Step Modifier and Type Method Description java.util.ArrayList<Step>ActionLibrary. getActions()Methods in FAtiMA.Core with parameters of type Step Modifier and Type Method Description voidActionLibrary. addAction(Step action) -
Uses of Step in FAtiMA.Core.memory.semanticMemory
Methods in FAtiMA.Core.memory.semanticMemory that return types with arguments of type Step Modifier and Type Method Description java.util.ArrayList<Step>KnowledgeBase. GetInferenceOperators()Gets the inference operatorsMethods in FAtiMA.Core.memory.semanticMemory with parameters of type Step Modifier and Type Method Description voidKnowledgeBase. AddInferenceOperator(Step op)Adds an InferenceOperator to the KnowledgeBasevoidSemanticMemory. AddInferenceOperator(Step op) -
Uses of Step in FAtiMA.Core.plans
Methods in FAtiMA.Core.plans that return Step Modifier and Type Method Description StepPlan. getFinish()Gets the special Finish StepStepPlan. getStart()Gets the special Start Step -
Uses of Step in FAtiMA.Core.util.parsers
Methods in FAtiMA.Core.util.parsers that return types with arguments of type Step Modifier and Type Method Description java.util.ArrayList<Step>ActionsLoaderHandler. getOperators()
-