All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.co.openkappa.bitrules.config.Attribute Maven / Gradle / Ivy

There is a newer version: 0.1.7
Show newest version
package uk.co.openkappa.bitrules.config;

import uk.co.openkappa.bitrules.Rule;

/**
 * Effectively a factory for a column of constraints
 * @param 
 */
public interface Attribute {
  /**
   * Construct a rule from the attribute
   * @return a new rule instance
   */
  Rule toRule();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy