Modifier and Type | Method and Description |
---|---|
ArrayList<StructuringElement> |
ArtifactHolder.getList() |
Stack<StructuringElement> |
ArtifactHolder.getStack() |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactHolder.setList(ArrayList<StructuringElement> list) |
void |
ArtifactHolder.setStack(Stack<StructuringElement> stack) |
Modifier and Type | Method and Description |
---|---|
static Stack<StructuringElement> |
ArtifactHolderStore.getStructuringElementStack(String componentUniqueId)
Gets the structuring element stack, that is denoted with the given unique component id.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<StructuringElement> |
StructuringArtifact.getList() |
Modifier and Type | Method and Description |
---|---|
void |
StructuringArtifact.setList(ArrayList<StructuringElement> list) |
Constructor and Description |
---|
StructuringArtifact(int hashcode,
String name,
ArrayList<StructuringElement> list) |
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.