|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pealfactory.compose.halfleadspliced.Lead
class Lead
Represents a generated lead of the composition. For the half-lead search,
this is nominally two half-leads, but since Indis, is now considered as a single
indivisible lead generated by a composite method. A table of Lead instances
is kept by the Composition class; they are also used by
OutputComp.
Note this class is performance-sensitive, so should not be modified without extensive benchmarking of a range of searches.
| Field Summary | |
|---|---|
private int |
fCall
|
private Method |
fComposite
|
private int |
fIndex
|
private RowNode |
fLast
|
| Constructor Summary | |
|---|---|
Lead()
|
|
| Method Summary | |
|---|---|
int |
getCall()
Final for speed (inlining) |
RowNode |
getLastRow()
Final for speed (inlining) |
Method |
getMethod()
Final for speed (inlining) |
void |
setLead(RowNode start,
Method composite,
int call)
Final for speed (inlining) |
java.lang.String |
toString(boolean lhOnly)
If lhOnly set, print "C" instead of "CC". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Method fComposite
private int fIndex
private int fCall
private RowNode fLast
| Constructor Detail |
|---|
public Lead()
| Method Detail |
|---|
public final void setLead(RowNode start,
Method composite,
int call)
public java.lang.String toString(boolean lhOnly)
public final Method getMethod()
public final int getCall()
public final RowNode getLastRow()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||