Uses of Record Class
org.aksw.shellgebra.exec.model.PlacedCommand
Packages that use PlacedCommand
-
Uses of PlacedCommand in org.aksw.vshell.registry
Classes in org.aksw.vshell.registry that implement interfaces with type arguments of type PlacedCommandMethods in org.aksw.vshell.registry that return PlacedCommandModifier and TypeMethodDescriptionprotected PlacedCommandCmdOpVisitorCandidatePlacer.doPlacement(Function<List<CmdOp>, CmdOp> ctor, Set<ExecSite> preferredExecSites, Set<ExecSite> candidateExecSites, List<PlacedCommand> streak) protected PlacedCommandCandidatePlacement.root()Returns the value of therootrecord component.CmdOpVisitorCandidatePlacer.visit(CmdOpGroup op) CmdOpVisitorCandidatePlacer.visit(CmdOpPipeline op) Methods in org.aksw.vshell.registry that return types with arguments of type PlacedCommandModifier and TypeMethodDescriptionCmdOpVisitorCandidatePlacer.getVarToPlacement()CandidatePlacement.placements()Returns the value of theplacementsrecord component.Method parameters in org.aksw.vshell.registry with type arguments of type PlacedCommandModifier and TypeMethodDescriptionprotected PlacedCommandCmdOpVisitorCandidatePlacer.doPlacement(Function<List<CmdOp>, CmdOp> ctor, Set<ExecSite> preferredExecSites, Set<ExecSite> candidateExecSites, List<PlacedCommand> streak) Constructors in org.aksw.vshell.registry with parameters of type PlacedCommandModifierConstructorDescriptionCandidatePlacement(PlacedCommand root, Map<CmdOpVar, PlacedCommand> placements) Creates an instance of aCandidatePlacementrecord class.Constructor parameters in org.aksw.vshell.registry with type arguments of type PlacedCommandModifierConstructorDescriptionCandidatePlacement(PlacedCommand root, Map<CmdOpVar, PlacedCommand> placements) Creates an instance of aCandidatePlacementrecord class.