blob: b70f8f063b157a2621b5689bb232cd55c0aaecb1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
* IBM Corporation, BfR, and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* IBM Corporation - initial API and implementation and new features
* Bundesinstitut für Risikobewertung - Pajek Graph interface, new Veterinary Models
*******************************************************************************/
package org.eclipse.stem.model.builder;
/**
* Interface containing constants for the Model Generator's Compile Error resource marker
*/
public interface ExpressionCompileErrorMarker {
public static final String ID = "org.eclipse.stem.model.builder.ExpressionCompileErrorMarker";
public static final String MODEL_ATTRIBUTE = "model";
public static final String SOURCE_COMPARTMENT_ATTRIBUTE = "sourceCompartment";
public static final String TARGET_COMPARTMENT_ATTRIBUTE = "targetCompartment";
}