Uses of Class
org.aksw.limes.core.execution.planning.plan.Instruction
-
Packages that use Instruction Package Description org.aksw.limes.core.execution.engine org.aksw.limes.core.execution.planning.plan -
-
Uses of Instruction in org.aksw.limes.core.execution.engine
Methods in org.aksw.limes.core.execution.engine with parameters of type Instruction Modifier and Type Method Description AMappingSimpleExecutionEngine. executeFilter(Instruction inst, AMapping input)Runs the filtering operator.AMappingSimpleExecutionEngine. executeRun(Instruction inst)Implements the execution of the RUN operator. -
Uses of Instruction in org.aksw.limes.core.execution.planning.plan
Fields in org.aksw.limes.core.execution.planning.plan with type parameters of type Instruction Modifier and Type Field Description protected List<Instruction>Plan. instructionListThe list of instructions of the plan.Methods in org.aksw.limes.core.execution.planning.plan that return Instruction Modifier and Type Method Description InstructionInstruction. clone()InstructionNestedPlan. getFilteringInstruction()Returns the filtering Instruction of the plan.Methods in org.aksw.limes.core.execution.planning.plan that return types with arguments of type Instruction Modifier and Type Method Description List<Instruction>IPlan. getInstructionList()Returns the list of instructions contained in a instructionList.List<Instruction>NestedPlan. getInstructionList()Returns the list of instructions contained in a instructionList.List<Instruction>Plan. getInstructionList()Returns the list of instructions contained in a instructionList.Methods in org.aksw.limes.core.execution.planning.plan with parameters of type Instruction Modifier and Type Method Description voidIPlan. addInstruction(Instruction instruction)Adds an instruction to the instructionList.voidPlan. addInstruction(Instruction instruction)Adds an instruction to the instructionList.voidIPlan. removeInstruction(Instruction instruction)Removes san instruction from a instructionList.voidPlan. removeInstruction(Instruction instruction)Removes an instruction from a instructionList.voidNestedPlan. setFilteringInstruction(Instruction filteringInstruction)Sets the filtering Instruction of the plan.Method parameters in org.aksw.limes.core.execution.planning.plan with type arguments of type Instruction Modifier and Type Method Description voidPlan. setInstructionList(List<Instruction> instructionList)Sets the instructionList of the plan.
-