public interface TaskObjectNode extends LinkObjectNode, TaskObject
TaskObject
node.Modifier and Type | Method and Description |
---|---|
void |
initialise()
Initialises the
TaskObjectNode . |
boolean |
isParameter()
Indicates if this
TaskObject is a parameter to the Task . |
ObjectDependencyType |
loadObjectDependencyType(TypeContext typeContext)
Loads the
ObjectDependencyType . |
getLinkedObjectNode, linkObjectNode
getLocation, getNodeName, getNodeType, getParentNode, isInitialised
flagAsParameter, getTaskObjectName
static final String TYPE
Node
type.void initialise()
TaskObjectNode
.boolean isParameter()
TaskObject
is a parameter to the Task
.true
if this TaskObject
is a parameter to
the Task
.ObjectDependencyType loadObjectDependencyType(TypeContext typeContext)
ObjectDependencyType
.typeContext
- TypeContext
.ObjectDependencyType
or null
with issue
reported to the CompilerIssues
.Copyright © 2005–2016. All rights reserved.