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, getOwnerName
public 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 AbstractStochasticAccessInfo
stochItem
- The stochastic item to remove.