public class PipelineDivice extends Object implements Pipeline
The middle unit of the production process
PipelineDivice()
void
addLast(Handel handel)
Handel
getFirst()
List<Handel>
getHandels()
getLast()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PipelineDivice()
public void addLast(Handel handel)
addLast
Pipeline
public Handel getLast()
getLast
public Handel getFirst()
getFirst
public List<Handel> getHandels()
getHandels
Copyright © 2023. All rights reserved.