public enum Extent extends Enum<Extent> implements FlowElement
ElementGraph
FlowElement
graph.Modifier and Type | Method and Description |
---|---|
ConfigDef |
getConfigDef() |
ConfigDef |
getNodeConfigDef() |
ConfigDef |
getStepConfigDef() |
boolean |
hasConfigDef() |
boolean |
hasNodeConfigDef() |
boolean |
hasStepConfigDef() |
boolean |
isEquivalentTo(FlowElement element) |
Scope |
outgoingScopeFor(Set<Scope> scopes)
Method outgoingScopeFor returns the Scope this FlowElement hands off to the next FlowElement.
|
Fields |
resolveIncomingOperationArgumentFields(Scope incomingScope)
Method resolveIncomingOperationArgumentFields returns the Fields outgoing from the previous FlowElement that
are consumable by this FlowElement when preparing Operation arguments.
|
Fields |
resolveIncomingOperationPassThroughFields(Scope incomingScope)
Method resolveIncomingOperationPassThroughFields returns the Fields outgoing from the previous FlowElement that
are consumable by this FlowElement when preparing the Pipe outgoing tuple.
|
String |
toString() |
static Extent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Extent[] values()
for (Extent c : Extent.values()) System.out.println(c);
public static Extent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Scope outgoingScopeFor(Set<Scope> scopes)
FlowElement
outgoingScopeFor
in interface FlowElement
scopes
- of type Setpublic Fields resolveIncomingOperationArgumentFields(Scope incomingScope)
FlowElement
resolveIncomingOperationArgumentFields
in interface FlowElement
incomingScope
- of type Scopepublic Fields resolveIncomingOperationPassThroughFields(Scope incomingScope)
FlowElement
resolveIncomingOperationPassThroughFields
in interface FlowElement
incomingScope
- of type Scopepublic boolean isEquivalentTo(FlowElement element)
isEquivalentTo
in interface FlowElement
public ConfigDef getStepConfigDef()
getStepConfigDef
in interface FlowElement
public boolean hasStepConfigDef()
hasStepConfigDef
in interface FlowElement
public ConfigDef getNodeConfigDef()
getNodeConfigDef
in interface FlowElement
public boolean hasNodeConfigDef()
hasNodeConfigDef
in interface FlowElement
public ConfigDef getConfigDef()
getConfigDef
in interface FlowElement
public boolean hasConfigDef()
hasConfigDef
in interface FlowElement
Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.