ParseChoice
public ParseChoice(ParseSet lset,
int llw,
int lrw,
Connector llc,
Connector lrc,
ParseSet rset,
int rlw,
int rrw,
Connector rlc,
Connector rrc,
Disjunct ld,
Disjunct md,
Disjunct rd)
Constructor
- Parameters:
lset - sets left ParseSetllw - sets the index of the left word in left setlrw - sets the index of the rightword in the left setllc - sets the left Connector in the left setlrc - sets the right Connector in the left setrset - sets right ParseSetrlw - sets the index of the left word in right setrrw - sets the index of the rightword in the right setrlc - sets the left Connector in the right setrrc - sets the right Connector in the right setld - sets the left Disjunctmd - sets the middle Disjunctrd - sets the right Disjunct- See Also:
ParseInfo,
ParseSet,
Connector,
Disjunct