1920212223242526
public class TaskProcessor extends Alg { private MemTaskInfo tsk; public TaskProcessor(center.task.prm.Type tp, String owner, Element e, ATaskInfo parent) throws SysException { super(tp, owner); tsk = new MemTaskInfo(); tsk.load(parent, e); }