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

fr.boreal.model.logicalElements.impl.identityObjects.IdentityFreshVariableImpl Maven / Gradle / Ivy

The newest version!
package fr.boreal.model.logicalElements.impl.identityObjects;

/**
 * Implementation of a FreshVariable where the equality test is redefined to only test java object equality on reference.
 * 
* It is recommended to use a factory to create these terms. * * @author Florent Tornil * */ public class IdentityFreshVariableImpl extends IdentityVariableImpl { ///////////////////////////////////////////////// // Constructors ///////////////////////////////////////////////// /** * Constructor using a label * @param label string representation */ public IdentityFreshVariableImpl(String label) { super(label); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy