org.omegahat.Models.Formulae.Expressions
Class DistributionalModelFormula

java.lang.Object
  |
  +--antlr.BaseAST
        |
        +--antlr.CommonAST
              |
              +--org.omegahat.Models.Formulae.Expressions.ModelFormula
                    |
                    +--org.omegahat.Models.Formulae.Expressions.DistributionalModelFormula
All Implemented Interfaces:
antlr.collections.AST, ModelFormulaInt, Subsettable

public class DistributionalModelFormula
extends ModelFormula

This is the stochastic version of a relationship specification, in contrast with a deterministic formula.

See Also:
StructuralModelFormula

Fields inherited from class org.omegahat.Models.Formulae.Expressions.ModelFormula
groups, GROUPS, response, RESPONSE, structural, STRUCTURAL
 
Fields inherited from class antlr.BaseAST
down, right
 
Constructor Summary
DistributionalModelFormula(java.lang.Object response, java.lang.Object structural)
           
DistributionalModelFormula(java.lang.Object response, java.lang.Object structural, java.lang.Object groups)
           
 
Methods inherited from class org.omegahat.Models.Formulae.Expressions.ModelFormula
equals, getReferencedVariables, getReferencedVariables, groups, groups, multiLineParse, multiLineParse, multiLineParse, parse, parse, parse, parse, parse, response, response, separator, structural, structural, subset, toString
 
Methods inherited from class antlr.CommonAST
getText, getType, initialize, initialize, initialize, setText, setType
 
Methods inherited from class antlr.BaseAST
addChild, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toStringList, toStringTree
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistributionalModelFormula

public DistributionalModelFormula(java.lang.Object response,
                                  java.lang.Object structural)

DistributionalModelFormula

public DistributionalModelFormula(java.lang.Object response,
                                  java.lang.Object structural,
                                  java.lang.Object groups)