Uses of Interface
org.aksw.shellgebra.algebra.cmd.op.placed.PlacedCmdOp
Packages that use PlacedCmdOp
-
Uses of PlacedCmdOp in org.aksw.shellgebra.algebra.cmd.op.placed
Classes in org.aksw.shellgebra.algebra.cmd.op.placed that implement PlacedCmdOpModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordMethods in org.aksw.shellgebra.algebra.cmd.op.placed that return types with arguments of type PlacedCmdOpModifier and TypeMethodDescriptionPlacedCmdOp.PlacedGroup.subOps()Returns the value of thesubOpsrecord component.PlacedCmdOp.PlacedPipeline.subOps()Returns the value of thesubOpsrecord component.Constructor parameters in org.aksw.shellgebra.algebra.cmd.op.placed with type arguments of type PlacedCmdOpModifierConstructorDescriptionPlacedGroup(List<PlacedCmdOp> subOps, ExecSite execSite) Creates an instance of aPlacedGrouprecord class.PlacedPipeline(List<PlacedCmdOp> subOps, ExecSite execSite) Creates an instance of aPlacedPipelinerecord class.