001 package com.hammurapi.reasoning.impl;
002
003 public interface Constants {
004 String CONDITION_NO = "conditionNo";
005 String INPUT = "input:";
006 String OUTPUT = "output:";
007 String DEFAULT = "default";
008 String RULE_INDEX = "ruleIndex";
009 String PUT = "put";
010
011 String LINE_SEPARATOR = System.getProperty("line.separator");
012
013 }