| Modifier and Type | Method and Description |
|---|---|
static AssociationDeclaration |
AssociationDeclaration.fromString(String encoded) |
AssociationDeclaration |
AssociationList.lookupInput(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AssociationDeclaration> |
AssociationList.getInputs() |
List<AssociationDeclaration> |
AssociationList.getOutputs() |
List<AssociationDeclaration> |
AssociationList.lookupOutputs(String id) |
| Modifier and Type | Method and Description |
|---|---|
static InitializedVariable.InitializedInputVariable |
InitializedVariable.inputOf(String parentId,
VariableScope variableScope,
VariableDeclaration varDecl,
AssociationDeclaration associationDeclaration,
Set<DataObject> dataObjectSet) |
static InitializedVariable.InitializedOutputVariable |
InitializedVariable.outputOf(String parentId,
VariableScope variableScope,
VariableDeclaration varDecl,
AssociationDeclaration associationDeclaration,
Set<DataObject> dataObject) |
| Constructor and Description |
|---|
AssociationList(List<AssociationDeclaration> all) |
AssociationList(List<AssociationDeclaration> inputs,
List<AssociationDeclaration> outputs) |
AssociationList(List<AssociationDeclaration> inputs,
List<AssociationDeclaration> outputs) |
| Modifier and Type | Method and Description |
|---|---|
AssociationDeclaration |
OutputAssignmentReader.getAssociationDeclaration() |
AssociationDeclaration |
InputAssignmentReader.getAssociationDeclaration() |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.