Interface NESTDataNodeObject

    • Method Detail

      • getConsumerTasks

        Set<NESTTaskNodeObject> getConsumerTasks()
        Returns:
        returns a set of all tasks that consumes the current data node
      • getProducerTasks

        Set<NESTTaskNodeObject> getProducerTasks()
        Returns:
        returns a set of all tasks that produces the current data node
      • getConnectedTasks

        Set<NESTTaskNodeObject> getConnectedTasks()
        Returns:
        returns the set of all producer and consumer tasks (all task liked with at least one data-flow edge)