diff --git a/src/main/java/org/hisp/dhis/rules/models/RuleVariable.java b/src/main/java/org/hisp/dhis/rules/models/RuleVariable.java deleted file mode 100644 index a37290c5..00000000 --- a/src/main/java/org/hisp/dhis/rules/models/RuleVariable.java +++ /dev/null @@ -1,45 +0,0 @@ -package org.hisp.dhis.rules.models; - -import org.hisp.dhis.rules.Option; -import org.hisp.dhis.rules.RuleVariableValue; -import org.hisp.dhis.rules.RuleVariableValueMapBuilder; - -import javax.annotation.Nonnull; -import java.util.List; -import java.util.Map; -import java.util.Objects; - - -public interface RuleVariable -{ - /** - * @return Name of the variable. Something what users refer to - * when building program rules. - */ - @Nonnull - String name(); - - boolean useCodeForOptionSet(); - - @Nonnull - List