/owl-s/src/org/mindswap/exceptions/ |
H A D | MultipleSatisfiedPreconditionException.java | 14 public MultipleSatisfiedPreconditionException(Process process, Condition condition) {
argument 15 super( process, condition );
20 condition + " of process " + process + " is not true!";
|
H A D | UnsatisfiedPreconditionException.java | 14 public UnsatisfiedPreconditionException(Process process, Condition condition) {
argument 15 super( process, condition );
19 return "The precondition " + condition + " of process " + process + " is not true!";
|
H A D | PreconditionException.java | 15 protected Condition condition;
field in class:PreconditionException 17 public PreconditionException(Process process, Condition condition) {
argument 19 this.condition = condition;
27 return condition;
|
/owl-s/src/org/mindswap/owls/process/ |
H A D | Conditional.java | 15 * Return the condition. If there is more than one return any one of them.
21 public void setCondition(Condition condition);
argument
|
H A D | MultiConditional.java | 17 public void addCondition(Condition condition);
argument
|
/owl-s/src/impl/owls/process/constructs/ |
H A D | RepeatUntilImpl.java | 24 public void setCondition(Condition condition) {
argument 25 setProperty(OWLS.Process.untilCondition, condition);
|
H A D | RepeatWhileImpl.java | 25 public void setCondition(Condition condition) {
argument 26 setProperty(OWLS.Process.whileCondition, condition);
|
H A D | IfThenElseImpl.java | 38 public void setCondition(Condition condition) {
argument 39 setProperty(OWLS.Process.ifCondition, condition);
|
/owl-s/src/impl/owls/process/ |
H A D | ResultImpl.java | 85 public void setCondition(Condition condition) {
argument 86 setProperty(OWLS.Process.inCondition, condition);
89 public void addCondition(Condition condition) {
argument 90 addProperty(OWLS.Process.inCondition, condition);
|
H A D | ProcessImpl.java | 260 public void setCondition(Condition condition) {
argument 261 setProperty(OWLS.Process.hasPrecondition, condition);
264 public void addCondition(Condition condition) {
argument 265 addProperty(OWLS.Process.hasPrecondition, condition);
|
/owl-s/src/impl/owls/process/execution/ |
H A D | ProcessExecutionEngineImpl.java | 666 protected boolean isTrue( Condition condition ) {
668 return condition.isTrue( env, binding );
671 protected boolean isTrue( Condition condition, ValueMap binding ) {
argument 672 return condition.isTrue( env, binding );
|
/owl-s/src/impl/owls/profile/ |
H A D | ProfileImpl.java | 150 public void setCondition(Condition condition) {
argument 151 setProperty(OWLS.Profile.hasPrecondition, condition);
154 public void addCondition(Condition condition) {
argument 155 addProperty(OWLS.Profile.hasPrecondition, condition);
|
/owl-s/src/org/mindswap/owl/ |
H A D | OWLModel.java | 705 * Check if the condition is true in this model. The condition is transformed into an
708 * <code>isTrue( condition.getBody().toQuery() ).</code>
713 public boolean isTrue(Condition condition);
argument 717 * Apply the given binding to the condition, thus grounding some of the variables,
718 * and then check if this condition is true in this model.
723 public boolean isTrue(Condition condition, ValueMap binding);
argument
|
/owl-s/src/impl/jena/ |
H A D | OWLModelImpl.java | 1066 public boolean isTrue(Condition condition) {
argument 1067 return isTrue( condition.getBody().toQuery() );
1070 public boolean isTrue(Condition condition, ValueMap values) {
argument 1071 AtomList atoms = condition.getBody();
|
/owl-s/lib/pellet/ |
H A D | aterm-java-1.6.jar | META-INF/MANIFEST.MF jjtraveler/util/ToATermString.class ToATermString.java package jjtraveler.util public ... |
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |
/owl-s/lib/jena/ |
H A D | junit.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ... |
H A D | antlr-2.7.5.jar | META-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ... |
H A D | arq.jar | META-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ... |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
H A D | jena.jar | com/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ... |
/owl-s/lib/xsdlib/ |
H A D | xsdlib.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/msv/ com/sun/msv/datatype/ ... |