Package | Description |
---|---|
org.eclipse.ice.item.utilities.moose |
Modifier and Type | Class and Description |
---|---|
class |
YAMLBlock
This class represents a MOOSE block as loaded from YAML.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Block> |
Block.getSubblocks()
This operation retrieves the subblocks of the block.
|
Modifier and Type | Method and Description |
---|---|
void |
Block.setSubblocks(java.util.ArrayList<Block> blocks)
This operation sets the subblocks of the block.
|