View Javadoc
1 package org.hedwig.core; 2 3 /*** 4 * @author Keith Gaddis 5 * 6 *enclosing_type 7 */ 8 public abstract class AbstractRule { 9 10 /*** 11 * Constructor for AbstractRule. 12 */ 13 public AbstractRule() { 14 super(); 15 } 16 17 }

This page was automatically generated by Maven