Modifier and Type | Method and Description |
---|---|
<T> T |
IREdge.getProperty(ExecutionProperty.Key executionPropertyKey)
Get the executionProperty of the IREdge.
|
Modifier and Type | Method and Description |
---|---|
ExecutionProperty.Key |
ExecutionProperty.getKey() |
static ExecutionProperty.Key |
ExecutionProperty.Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionProperty.Key[] |
ExecutionProperty.Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExecutionPropertyMap.containsKey(ExecutionProperty.Key key) |
<T> T |
ExecutionPropertyMap.get(ExecutionProperty.Key executionPropertyKey)
Get the value of the given execution property type.
|
ExecutionProperty<?> |
ExecutionPropertyMap.remove(ExecutionProperty.Key key)
remove the execution property.
|
Constructor and Description |
---|
ExecutionProperty(ExecutionProperty.Key key,
T value)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
IRVertex.getProperty(ExecutionProperty.Key executionPropertyKey)
Get the executionProperty of the IRVertex.
|
Modifier and Type | Method and Description |
---|---|
Set<ExecutionProperty.Key> |
CompileTimePass.getPrerequisiteExecutionProperties()
Getter for prerequisite execution properties.
|
Modifier and Type | Method and Description |
---|---|
ExecutionProperty.Key |
AnnotatingPass.getExecutionPropertyToModify()
Getter for key of execution property to modify.
|
Modifier and Type | Method and Description |
---|---|
Set<ExecutionProperty.Key> |
AnnotatingPass.getPrerequisiteExecutionProperties() |
Constructor and Description |
---|
AnnotatingPass(ExecutionProperty.Key keyOfExecutionPropertyToModify)
Constructor.
|
AnnotatingPass(ExecutionProperty.Key keyOfExecutionPropertyToModify,
Set<ExecutionProperty.Key> prerequisiteExecutionProperties)
Constructor.
|
Constructor and Description |
---|
AnnotatingPass(ExecutionProperty.Key keyOfExecutionPropertyToModify,
Set<ExecutionProperty.Key> prerequisiteExecutionProperties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<ExecutionProperty.Key> |
CompositePass.getPrerequisiteExecutionProperties() |
Modifier and Type | Method and Description |
---|---|
Set<ExecutionProperty.Key> |
ReshapingPass.getPrerequisiteExecutionProperties() |
Constructor and Description |
---|
ReshapingPass(Set<ExecutionProperty.Key> prerequisiteExecutionProperties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
RuntimeEdge.getProperty(ExecutionProperty.Key executionPropertyKey)
Get the execution property of the Runtime Edge.
|
Copyright © 2018. All rights reserved.