public class BlockInst
extends Object
| Constructor and Description |
|---|
BlockInst() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getImplIndex() |
String |
getName() |
BlockGuide |
getParent() |
Site |
getPlacement() |
void |
setImpl(Integer impl) |
void |
setName(String name) |
void |
setParent(BlockGuide parent) |
void |
setPlacement(Site placement) |
public BlockGuide getParent()
public void setParent(BlockGuide parent)
parent - the parent to setpublic String getName()
public void setName(String name)
name - the name to setpublic Integer getImplIndex()
public void setImpl(Integer impl)
impl - the impl to setpublic Site getPlacement()
public void setPlacement(Site placement)
placement - the placement to set