/******************************************************************************* * Copyright (c) 2010 protos software gmbh (http://www.protos.de). * 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: * Thomas Schuetz and Henrik Rentz-Reichert (initial contribution) * *******************************************************************************/ package org.eclipse.etrice.ui.behavior.support; public interface Constants { static final String TYPE_KEY = "obj-type"; static final String SG_TYPE = "sg"; static final String STATE_TYPE = "state"; static final String CP_TYPE = "cp"; static final String TRP_TYPE = "trp"; static final String TRANS_TYPE = "trans"; }