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

org.ggp.base.util.propnet.sancho.PolymorphicAnd Maven / Gradle / Ivy

The newest version!

package org.ggp.base.util.propnet.sancho;


/**
 * @author steve
 * Base class for all non-abstract And implementations. Needed so that
 * instanceof PolymorphicAnd can be used regardless of the concrete class
 * hierarchy produced by the factory
 */
public abstract interface PolymorphicAnd extends PolymorphicComponent
{
  //  No actual differences from the base class
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy