public class TypeOperation extends AbstractIterationOperation<WindupVertexFrame>
WindupVertexFrame in the graph.| Modifier and Type | Method and Description |
|---|---|
static GraphOperation |
addType(Class<? extends WindupVertexFrame> newType)
Add type to the variable being iterated with the default name.
|
static GraphOperation |
addType(String variableName,
Class<? extends WindupVertexFrame> newType) |
void |
perform(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
WindupVertexFrame payload) |
camelCase, checkVariableName, getVariableName, hasVariableNameSet, perform, resolvePayload, resolveVariable, setVariableName, toStringperformpublic static GraphOperation addType(String variableName, Class<? extends WindupVertexFrame> newType)
public static GraphOperation addType(Class<? extends WindupVertexFrame> newType)
newType - Type to be addedpublic void perform(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, WindupVertexFrame payload)
perform in class AbstractIterationOperation<WindupVertexFrame>Copyright © 2021 JBoss by Red Hat. All rights reserved.