Uses of Class
org.aksw.limes.core.execution.planning.plan.Instruction.Command
-
Packages that use Instruction.Command Package Description org.aksw.limes.core.execution.planning.plan -
-
Uses of Instruction.Command in org.aksw.limes.core.execution.planning.plan
Methods in org.aksw.limes.core.execution.planning.plan that return Instruction.Command Modifier and Type Method Description Instruction.CommandInstruction. getCommand()Returns the command of the instruction.Instruction.CommandNestedPlan. getOperator()Returns the operator of the plan.static Instruction.CommandInstruction.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.Methods in org.aksw.limes.core.execution.planning.plan with parameters of type Instruction.Command Modifier and Type Method Description voidInstruction. setCommand(Instruction.Command command)Sets the command of the instruction.voidNestedPlan. setOperator(Instruction.Command operator)Sets the operator of the plan.Constructors in org.aksw.limes.core.execution.planning.plan with parameters of type Instruction.Command Constructor Description Instruction(Instruction.Command c, String measure, String thrs, int source, int target, int result)Constructor of Instruction class.
-