public class DmcSliceInfo extends Object
| Constructor and Description |
|---|
DmcSliceInfo(String n)
Constructs a new DmcSliceInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeID(int id)
Adds an ID to the slice.
|
boolean |
contains(int id) |
String |
getName() |
public DmcSliceInfo(String n)
n - the unique name of the slice.public String getName()
public void addAttributeID(int id)
id - the id to add.public boolean contains(int id)
id - the id to checkCopyright © 2023. All rights reserved.