|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task | |
---|---|
org.eclipse.emf.ecp.makeithappen.model.task | |
org.eclipse.emf.ecp.makeithappen.model.task.impl | |
org.eclipse.emf.ecp.makeithappen.model.task.util |
Uses of Task in org.eclipse.emf.ecp.makeithappen.model.task |
---|
Methods in org.eclipse.emf.ecp.makeithappen.model.task that return Task | |
---|---|
Task |
TaskFactory.createTask()
Returns a new object of class 'Task'. |
Methods in org.eclipse.emf.ecp.makeithappen.model.task that return types with arguments of type Task | |
---|---|
org.eclipse.emf.common.util.EList<Task> |
Task.getSubTasks()
Returns the value of the 'Sub Tasks' containment reference list. |
org.eclipse.emf.common.util.EList<Task> |
User.getTasks()
Returns the value of the 'Tasks' reference list. |
Uses of Task in org.eclipse.emf.ecp.makeithappen.model.task.impl |
---|
Classes in org.eclipse.emf.ecp.makeithappen.model.task.impl that implement Task | |
---|---|
class |
TaskImpl
An implementation of the model object 'Task'. |
Methods in org.eclipse.emf.ecp.makeithappen.model.task.impl that return Task | |
---|---|
Task |
TaskFactoryImpl.createTask()
|
Methods in org.eclipse.emf.ecp.makeithappen.model.task.impl that return types with arguments of type Task | |
---|---|
org.eclipse.emf.common.util.EList<Task> |
TaskImpl.getSubTasks()
|
org.eclipse.emf.common.util.EList<Task> |
UserImpl.getTasks()
|
Uses of Task in org.eclipse.emf.ecp.makeithappen.model.task.util |
---|
Methods in org.eclipse.emf.ecp.makeithappen.model.task.util with parameters of type Task | |
---|---|
T |
TaskSwitch.caseTask(Task object)
Returns the result of interpreting the object as an instance of 'Task'. |
boolean |
TaskValidator.validateTask_hasName(Task task,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the hasName constraint of 'Task'. |
boolean |
TaskValidator.validateTask(Task task,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |