public abstract class Distribution extends AbstractStochasticItem implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
Distribution |
createRegisteredCopy()
Create a registered copy of this distribution; i.e., one which will be
subject to the same settings as the one it was copied from, and which has
no separate registered ID.
|
abstract Distribution |
createUnregisteredCopy()
Create an unregistered copy of this distribution, which will then need
registering separately to be usable (and will be subject to any settings for
the owner and ID it is registered with).
|
abstract java.lang.String |
toString()
Force concrete subclasses to override toString().
|
getSampler, registerAccessInfo, registerSampler
public abstract java.lang.String toString()
toString
in class java.lang.Object
public abstract Distribution createUnregisteredCopy()
public Distribution createRegisteredCopy()