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

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

The newest version!

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


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy