Interface NESTTaskNodeObject

All Superinterfaces:
Comparable<NESTGraphItemObject>, DataObject, NESTGraphItemObject, NESTNodeObject, NESTSequenceNodeObject, PropertyHandler
All Known Implementing Classes:
NESTTaskNodeObjectImpl

public interface NESTTaskNodeObject extends NESTSequenceNodeObject
Interface of a Task-Node of a NEST-graph. Each task in a workflow is represented by a task node. Its semantic description typically classifies the task in some task ontology and may provide additional functional properties of the task. It also includes the description of workflow roles (i.e. human agents or services) for the execution of those tasks.
Author:
Alexander Stromer
  • Method Details

    • toDetailedString

      String toDetailedString()
      get the name string of the task node (temporary method)
      Specified by:
      toDetailedString in interface DataObject
      Returns: