| Package | Description |
|---|---|
| org.aksw.limes.core.execution.planning.plan |
| Modifier and Type | Method and Description |
|---|---|
Instruction.Command |
Instruction.getCommand()
Returns the command of the instruction.
|
Instruction.Command |
NestedPlan.getOperator()
Returns the operator of the plan.
|
static Instruction.Command |
Instruction.Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instruction.Command[] |
Instruction.Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instruction.setCommand(Instruction.Command command)
Sets the command of the instruction.
|
void |
NestedPlan.setOperator(Instruction.Command operator)
Sets the operator of the plan.
|
| Constructor and Description |
|---|
Instruction(Instruction.Command c,
String measure,
String thrs,
int source,
int target,
int result)
Constructor of Instruction class.
|
Copyright © 2020. All rights reserved.