| Package | Description |
|---|---|
| org.aksw.limes.core.execution.engine | |
| org.aksw.limes.core.execution.planning.plan |
| Modifier and Type | Method and Description |
|---|---|
AMapping |
SimpleExecutionEngine.executeFilter(Instruction inst,
AMapping input)
Runs the filtering operator.
|
AMapping |
SimpleExecutionEngine.executeRun(Instruction inst)
Implements the execution of the RUN operator.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Instruction> |
Plan.instructionList
The list of instructions of the plan.
|
| Modifier and Type | Method and Description |
|---|---|
Instruction |
Instruction.clone() |
Instruction |
NestedPlan.getFilteringInstruction()
Returns the filtering Instruction of the plan.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
IPlan.getInstructionList()
Returns the list of instructions contained in a instructionList.
|
List<Instruction> |
Plan.getInstructionList()
Returns the list of instructions contained in a instructionList.
|
List<Instruction> |
NestedPlan.getInstructionList()
Returns the list of instructions contained in a instructionList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPlan.addInstruction(Instruction instruction)
Adds an instruction to the instructionList.
|
void |
Plan.addInstruction(Instruction instruction)
Adds an instruction to the instructionList.
|
void |
IPlan.removeInstruction(Instruction instruction)
Removes san instruction from a instructionList.
|
void |
Plan.removeInstruction(Instruction instruction)
Removes an instruction from a instructionList.
|
void |
NestedPlan.setFilteringInstruction(Instruction filteringInstruction)
Sets the filtering Instruction of the plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plan.setInstructionList(List<Instruction> instructionList)
Sets the instructionList of the plan.
|
Copyright © 2020. All rights reserved.