|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Condition | |
|---|---|
| org.mindswap.exceptions | |
| org.mindswap.owl | |
| org.mindswap.owls.process | |
| Uses of Condition in org.mindswap.exceptions |
|---|
| Methods in org.mindswap.exceptions that return Condition | |
|---|---|
Condition |
PreconditionException.getCondition()
|
| Constructors in org.mindswap.exceptions with parameters of type Condition | |
|---|---|
MultipleSatisfiedPreconditionException(Process process,
Condition condition)
|
|
PreconditionException(Process process,
Condition condition)
|
|
UnsatisfiedPreconditionException(Process process,
Condition condition)
|
|
| Uses of Condition in org.mindswap.owl |
|---|
| Methods in org.mindswap.owl that return Condition | |
|---|---|
Condition |
OWLModel.createSWRLCondition()
|
Condition |
OWLModel.createSWRLCondition(java.net.URI uri)
|
| Methods in org.mindswap.owl with parameters of type Condition | |
|---|---|
boolean |
OWLModel.isTrue(Condition condition)
Check if the condition is true in this model. |
boolean |
OWLModel.isTrue(Condition condition,
ValueMap binding)
Apply the given binding to the condition, thus grounding some of the variables, and then check if this condition is true in this model. |
| Uses of Condition in org.mindswap.owls.process |
|---|
| Methods in org.mindswap.owls.process that return Condition | |
|---|---|
Condition |
ConditionList.conditionAt(int index)
|
Condition |
Conditional.getCondition()
Return the condition. |
Condition |
ConditionList.getCondition(java.net.URI conditionURI)
|
| Methods in org.mindswap.owls.process with parameters of type Condition | |
|---|---|
void |
MultiConditional.addCondition(Condition condition)
|
void |
Conditional.setCondition(Condition condition)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||