[jboss-svn-commits] JBL Code SVN: r26689 - in labs/jbossrules/branches/DroolsChance/drools-core/src/main/java/org/drools: base/evaluators and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri May 22 07:01:34 EDT 2009


Author: dsotty
Date: 2009-05-22 07:01:34 -0400 (Fri, 22 May 2009)
New Revision: 26689

Removed:
   labs/jbossrules/branches/DroolsChance/drools-core/src/main/java/org/drools/InitialFact.java
   labs/jbossrules/branches/DroolsChance/drools-core/src/main/java/org/drools/base/evaluators/ImperfectBinaryEvaluatorDefinition.java
Log:
Major update

Deleted: labs/jbossrules/branches/DroolsChance/drools-core/src/main/java/org/drools/InitialFact.java
===================================================================
--- labs/jbossrules/branches/DroolsChance/drools-core/src/main/java/org/drools/InitialFact.java	2009-05-22 10:46:57 UTC (rev 26688)
+++ labs/jbossrules/branches/DroolsChance/drools-core/src/main/java/org/drools/InitialFact.java	2009-05-22 11:01:34 UTC (rev 26689)
@@ -1,29 +0,0 @@
-package org.drools;
-
-import java.io.Serializable;
-
-/*
- * Copyright 2005 JBoss Inc
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/**
- * Initial fact, automatically put into the network. This fact is needed by 'not' CEs
- * when they are the CEs in the rule.
- */
-public interface InitialFact
-    extends
-    Serializable {
-
-}

Deleted: labs/jbossrules/branches/DroolsChance/drools-core/src/main/java/org/drools/base/evaluators/ImperfectBinaryEvaluatorDefinition.java
===================================================================
--- labs/jbossrules/branches/DroolsChance/drools-core/src/main/java/org/drools/base/evaluators/ImperfectBinaryEvaluatorDefinition.java	2009-05-22 10:46:57 UTC (rev 26688)
+++ labs/jbossrules/branches/DroolsChance/drools-core/src/main/java/org/drools/base/evaluators/ImperfectBinaryEvaluatorDefinition.java	2009-05-22 11:01:34 UTC (rev 26689)
@@ -1,23 +0,0 @@
-/**
- * 
- */
-package org.drools.base.evaluators;
-
-import org.drools.RuntimeDroolsException;
-import org.drools.common.InternalWorkingMemory;
-import org.drools.rule.VariableRestriction.VariableContextEntry;
-import org.drools.spi.FieldValue;
-import org.drools.spi.InternalReadAccessor;
-
-
-
-/**
- * @author davide
- *
- */
-public interface ImperfectBinaryEvaluatorDefinition 
-	extends EvaluatorDefinition {
-	
-	
-
-}




More information about the jboss-svn-commits mailing list