blob: d7b64ef25a9762d5e5a644d69bb45043cc0bade6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004-2008 Akos Horvath, Gergely Varro and Daniel Varro
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Akos Horvath, Gergely Varro - initial API and implementation
*******************************************************************************/
package org.eclipse.viatra2.gtasm.patternmatcher.impl.patternmatcher.internal.operation;
/**
* Represents an operation, which checks the existence of
* a model edge leading between two nodes that have already
* been bound.
*/
public abstract class EdgeConstraintCheckOperation
extends CheckOperation //implements IUpdatePlanOperation
{
}