TaskDependencyNode

In package com.cdsap.talaiot.entities

class com.cdsap.talaiot.entities.TaskDependencyNode

Wrapper of TaskLength, adding an Int to be identified in a HashTables

Fields

taskLength: TaskLength

Task wrapped

internalId: Int

Internal Id of the tasks used in the Hash

Constructors

constructor(taskLength: TaskLength, internalId: Int)

Wrapper of TaskLength, adding an Int to be identified in a HashTables

Parameters: