Package | Description |
---|---|
org.osid.rules.check |
The Open Service Interface Definitions for the org.osid.rules.check
service.
|
Modifier and Type | Method and Description |
---|---|
InstructionQuery |
AgendaQuery.getInstructionQuery()
Gets the query for an instruction.
|
InstructionQuery |
InstructionQuerySession.getInstructionQuery()
Gets an instruction query.
|
InstructionQuery |
InstructionSmartEngineSession.getInstructionQuery()
Gets an instruction query.
|
InstructionQuery |
InstructionSearchSession.getInstructionQueryFromInspector(InstructionQueryInspector instructionQueryInspector)
Gets an instruction query.
|
InstructionQuery |
InstructionSmartEngineSession.getInstructionQueryFromInspector(InstructionQueryInspector instructionQueryInspector)
Gets an instruction query from an inspector.
|
Modifier and Type | Method and Description |
---|---|
void |
InstructionSmartEngineSession.applyInstructionQuery(InstructionQuery instructionQuery)
Applies an instruction query to this engine.
|
InstructionList |
InstructionQuerySession.getInstructionsByQuery(InstructionQuery instructionQuery)
Gets a list of
Instructions matching the given
instruction query. |
InstructionSearchResults |
InstructionSearchSession.getInstructionsBySearch(InstructionQuery instructionQuery,
InstructionSearch instructionSearch)
Gets the search results matching the given search query using the
given search.
|