Uses of Class
org.apache.hop.pipeline.PipelineHopMeta
-
Packages that use PipelineHopMeta Package Description org.apache.hop.pipeline -
-
Uses of PipelineHopMeta in org.apache.hop.pipeline
Fields in org.apache.hop.pipeline declared as PipelineHopMeta Modifier and Type Field Description PipelineHopMetaPipelinePainterExtension. pipelineHopFields in org.apache.hop.pipeline with type parameters of type PipelineHopMeta Modifier and Type Field Description protected List<PipelineHopMeta>PipelineMeta. hopsThe list of hops associated with the pipeline.Methods in org.apache.hop.pipeline that return PipelineHopMeta Modifier and Type Method Description PipelineHopMetaPipelineHopMeta. clone()PipelineHopMetaPipelineMeta. findPipelineHop(String name)Searches the list of hops for a hop with a certain name.PipelineHopMetaPipelineMeta. findPipelineHop(PipelineHopMeta hi)Find a certain hop in the pipeline.PipelineHopMetaPipelineMeta. findPipelineHop(TransformMeta from, TransformMeta to)Search all hops for a hop where a certain transform is at the start and another is at the end.PipelineHopMetaPipelineMeta. findPipelineHop(TransformMeta from, TransformMeta to, boolean disabledToo)Search all hops for a hop where a certain transform is at the start and another is at the end.PipelineHopMetaPipelineMeta. findPipelineHopFrom(TransformMeta fromTransform)Search all hops for a hop where a certain transform is at the start.PipelineHopMetaPipelineMeta. findPipelineHopTo(TransformMeta toTransform)Search all hops for a hop where a certain transform is at the end.PipelineHopMetaPipelineMeta. getPipelineHop(int i)Retrieves a hop on a certain location (i.e.Methods in org.apache.hop.pipeline that return types with arguments of type PipelineHopMeta Modifier and Type Method Description List<PipelineHopMeta>PipelineMeta. findAllPipelineHopFrom(TransformMeta fromTransform)List<PipelineHopMeta>PipelineMeta. getHops()Gets hopsList<PipelineHopMeta>PipelineMeta. getPipelineHops()Get a list of defined hops in this pipeline.Methods in org.apache.hop.pipeline with parameters of type PipelineHopMeta Modifier and Type Method Description voidPipelineMeta. addPipelineHop(int p, PipelineHopMeta hi)Add a new hop to the pipeline on a certain location (i.e.voidPipelineMeta. addPipelineHop(PipelineHopMeta hi)Add a new hop to the pipeline.intPipelineHopMeta. compareTo(PipelineHopMeta obj)Compare 2 hops.protected voidPipelinePainter. drawArrow(IGc.EImage arrow, int x1, int y1, int x2, int y2, double theta, int size, double factor, PipelineHopMeta pipelineHop, Object startObject, Object endObject)PipelineHopMetaPipelineMeta. findPipelineHop(PipelineHopMeta hi)Find a certain hop in the pipeline.intPipelineMeta. indexOfPipelineHop(PipelineHopMeta hi)Finds the location (index) of the specified hop.voidPipelineMeta. removePipelineHop(PipelineHopMeta hop)Removes a hop from the pipeline.voidPipelineMeta. setPipelineHop(int i, PipelineHopMeta hi)Changes the content of a hop on a certain position.Method parameters in org.apache.hop.pipeline with type arguments of type PipelineHopMeta Modifier and Type Method Description voidPipelineMeta. setHops(List<PipelineHopMeta> hops)Sets hopsConstructors in org.apache.hop.pipeline with parameters of type PipelineHopMeta Constructor Description PipelineHopMeta(PipelineHopMeta hop)PipelinePainter(IGc gc, IVariables variables, PipelineMeta pipelineMeta, Point area, DPoint offset, PipelineHopMeta candidate, Rectangle selectionRectangle, List<AreaOwner> areaOwners, int iconSize, int lineWidth, int gridSize, String noteFontName, int noteFontHeight, double zoomFactor, boolean drawingEditIcons, Map<String,Object> stateMap)PipelinePainter(IGc gc, IVariables variables, PipelineMeta pipelineMeta, Point area, DPoint offset, PipelineHopMeta candidate, Rectangle selectRectangle, List<AreaOwner> areaOwners, int iconSize, int lineWidth, int gridSize, String noteFontName, int noteFontHeight, IPipelineEngine<PipelineMeta> pipeline, boolean slowTransformIndicatorEnabled, double zoomFactor, Map<String,RowBuffer> outputRowsMap, boolean drawingEditIcons, Map<String,Object> stateMap)PipelinePainterExtension(IGc gc, List<AreaOwner> areaOwners, PipelineMeta pipelineMeta, TransformMeta transformMeta, PipelineHopMeta pipelineHop, int x1, int y1, int x2, int y2, int mx, int my, DPoint offset, int iconSize, Map<String,Object> stateMap)
-