Class AbstractTask
- java.lang.Object
-
- net.sourceforge.plantuml.project.core.AbstractTask
-
- Direct Known Subclasses:
TaskImpl
,TaskSeparator
public abstract class AbstractTask extends java.lang.Object implements Task
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractTask(TaskCode code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Task
getRow()
void
putInSameRowAs(Task row)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.project.core.Task
addPause, addPause, addResource, getCode, getLoad, isDiamond, setColors, setCompletion, setDiamond, setEnd, setLoad, setNote, setStart, setUrl
-
-