Updates:
Labels: -Type-Defect Type-Enhancement
Comment #1 on issue 68 by richard.eckart: Provide Utility-API to access task
https://code.google.com/p/dkpro-lab/issues/detail?id=68
I'm not sure yet where this would best go:
1) a utility method getSubtasks(String contextId, storageService)
2) a method in TaskContextMetadata (no access to the storage service, so
would need to be initialized externally)
3) a method in TaskContext (access to the storage service)
4) a method in the storage service getSubtasks(String contextId)
Any preference anybody (at least before I think harder about this)? ;)