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

cdc.applic.expressions.ast.NegativeNode Maven / Gradle / Ivy

The newest version!
package cdc.applic.expressions.ast;

/**
 * Marking interface implemented by Nodes that are explicitly negative.
 * 

* Note: ImplicationNode and EquivalenceNode are not marked as * negative nodes. * * @author Damien Carbonne */ public interface NegativeNode extends Node { // Ignore }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy