blob: e7bf84eaa67488381cee93b3b6c2ea71cc95382d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 ALL4TEC & CEA LIST.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ALL4TEC & CEA LIST - initial API and implementation
******************************************************************************/
package org.polarsys.esf.core.profile.esfsafetyconcepts.set;
/**
* ESFSafetyConceptsSet profile set.
*
* @author $Author: ymunoz $
* @version $Revision: 168 $
*/
public final class ESFSafetyConceptsSet {
/** ESFSafetyConceptsSet profile path. */
public static final String PROFILE_PATH =
"pathmap://ESFSAFETYCONCEPTS_PROFILE/esfsafetyconcepts.profile.uml"; //$NON-NLS-1$
/** ESFSafetyConceptsSet profile URI. */
public static final String PROFILE_URI =
"http://www.polarsys.org/esf/0.7.0/ESFSafetyConceptsSet"; //$NON-NLS-1$
/**
* Default constructor, private as it's a utility class.
*/
private ESFSafetyConceptsSet() {
// Nothing to do
}
}