public class BasicStochasticAccessInfo extends AbstractStochasticAccessInfo
| Constructor and Description |
|---|
BasicStochasticAccessInfo(java.lang.Class<?> owner,
java.lang.String id)
Exposed for technical reasons; not for JSIT user use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
removeMe(AbstractStochasticItem stochItem)
Exposed for technical reasons; not for JSIT user use.
|
getFullID, getOwnerNamepublic BasicStochasticAccessInfo(java.lang.Class<?> owner,
java.lang.String id)
owner - The owning class.id - The stochastic item's ID.public void removeMe(AbstractStochasticItem stochItem)
removeMe in class AbstractStochasticAccessInfostochItem - The stochastic item to remove.