public class ExpectationObject extends BaseDistribution implements Expectation
| Constructor and Description |
|---|
ExpectationObject(Root root) |
| Modifier and Type | Method and Description |
|---|---|
long |
descriptionLength(Collection<Symbol> symbols) |
Fraction |
getFraction(Symbol symbol) |
TypedIterable<Symbol> |
getSymbols() |
String |
getTypeLabel() |
void |
log() |
void |
log(String label) |
String |
prefixEncode(Collection<Symbol> symbols) |
void |
retrieve() |
void |
setFractions(Map<Symbol,Fraction> fractions) |
getLabel, getNode, getPersistent, getVersion, set, setLabel, setNode, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNode, getVersion, set, setNodepublic ExpectationObject(Root root)
public void setFractions(Map<Symbol,Fraction> fractions)
setFractions in interface Expectationpublic TypedIterable<Symbol> getSymbols()
getSymbols in interface Expectationpublic void retrieve()
retrieve in class BaseDistributionpublic Fraction getFraction(Symbol symbol)
getFraction in interface Expectationpublic String prefixEncode(Collection<Symbol> symbols)
prefixEncode in interface Expectationpublic long descriptionLength(Collection<Symbol> symbols)
descriptionLength in interface Expectationpublic void log()
log in interface Distributionpublic void log(String label)
log in interface Distributionpublic String getTypeLabel()
Copyright © 2013. All Rights Reserved.