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

cdc.applic.consistency.impl.Reference Maven / Gradle / Ivy

The newest version!
package cdc.applic.consistency.impl;

/**
 * A Reference is a leaf node, declared in a block.
 *
 * @author Damien Carbonne
 */
public interface Reference extends Node {
    /**
     * @return The identifier of the referenced block.
     */
    public String getTargetId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy