Uses of Class
org.aksw.shellgebra.algebra.cmd.op.CmdOpVar
Packages that use CmdOpVar
Package
Description
-
Uses of CmdOpVar in org.aksw.shellgebra.algebra.cmd.op
Methods in org.aksw.shellgebra.algebra.cmd.op with type parameters of type CmdOpVarMethods in org.aksw.shellgebra.algebra.cmd.op that return types with arguments of type CmdOpVarMethods in org.aksw.shellgebra.algebra.cmd.op with parameters of type CmdOpVarModifier and TypeMethodDescriptionMethod parameters in org.aksw.shellgebra.algebra.cmd.op with type arguments of type CmdOpVar -
Uses of CmdOpVar in org.aksw.shellgebra.algebra.cmd.transform
Methods in org.aksw.shellgebra.algebra.cmd.transform with parameters of type CmdOpVar -
Uses of CmdOpVar in org.aksw.shellgebra.algebra.cmd.transformer
Methods in org.aksw.shellgebra.algebra.cmd.transformer with parameters of type CmdOpVar -
Uses of CmdOpVar in org.aksw.shellgebra.exec.stage
Fields in org.aksw.shellgebra.exec.stage with type parameters of type CmdOpVarMethod parameters in org.aksw.shellgebra.exec.stage with type arguments of type CmdOpVarModifier and TypeMethodDescriptionstatic StageStages.docker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, Function<CmdOpVar, Stage> varResolver) Constructor parameters in org.aksw.shellgebra.exec.stage with type arguments of type CmdOpVarModifierConstructorDescriptionBoundStageDocker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, ContainerPathResolver containerPathResolver, FileWriterTask inputTask, BoundStage inputExecBuilder, Function<CmdOpVar, Stage> varResolver) StageDocker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, ContainerPathResolver containerPathResolver, Function<CmdOpVar, Stage> varResolver) -
Uses of CmdOpVar in org.aksw.shellgebra.shim.core
Constructor parameters in org.aksw.shellgebra.shim.core with type arguments of type CmdOpVarModifierConstructorDescriptionUserDefinedCommandDefinition(String name, CmdOp expr, List<CmdOpVar> argList) -
Uses of CmdOpVar in org.aksw.vshell.registry
Methods in org.aksw.vshell.registry that return types with arguments of type CmdOpVarModifier and TypeMethodDescriptionCmdOpVisitorCandidatePlacer.getVarToPlacement()CandidatePlacement.placements()Returns the value of theplacementsrecord component.FinalPlacement.placements()Returns the value of theplacementsrecord component.Methods in org.aksw.vshell.registry with parameters of type CmdOpVarConstructor parameters in org.aksw.vshell.registry with type arguments of type CmdOpVarModifierConstructorDescriptionCandidatePlacement(PlacedCommand root, Map<CmdOpVar, PlacedCommand> placements) Creates an instance of aCandidatePlacementrecord class.CmdOpVisitorExecJvm(ExecSiteResolver resolver, Function<CmdOpVar, Stage> varResolver) FinalPlacement(PlacedCmdOp.PlacedCmd cmdOp, Map<CmdOpVar, PlacedCmdOp.PlacedCmd> placements) Creates an instance of aFinalPlacementrecord class.