Class PTask

java.lang.Object
de.grogra.util.concurrent.PTask
All Implemented Interfaces:
PartialTask, Serializable, Runnable

public abstract class PTask extends Object implements PartialTask, Runnable, Serializable
A PTask is the same a de.grogra.rgg.ConcurrentTask, but in the scope of a PTaskManager.
See Also:
  • Constructor Details

    • PTask

      public PTask()
  • Method Details

    • markProcessed

      public void markProcessed()
    • setGraphState

      public void setGraphState(GraphState state)
    • getGraphState

      public GraphState getGraphState()