|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStep
An IStep is either a single IRule or a complex
IProgram.
| Method Summary | |
|---|---|
String |
getName()
The name of the program. |
IQueryOptions |
getQueryOptions()
Return additional constraints that must be imposed during query evaluation. |
boolean |
isRule()
true iff the step is an IRule and
false iff the step is an IProgram. |
String |
toString()
A human readable representation of the IStep. |
| Method Detail |
|---|
String getName()
boolean isRule()
true iff the step is an IRule and
false iff the step is an IProgram.
IQueryOptions getQueryOptions()
String toString()
IStep.
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||