blob: 0de6c62e10c1b2dfd96d4dc2b9fc4d658b5b8ed1 [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.core.common.model.visibility;
import org.eclipse.emf.ecore.EFactory;
/**
* <!-- begin-user-doc -->
* The <b>Factory</b> for the model.
* It provides a create method for each non-abstract class of the model.
* <!-- end-user-doc -->
* @see org.eclipse.osbp.ecview.core.common.model.visibility.VisibilityPackage
* @generated
*/
public interface VisibilityFactory extends EFactory {
/**
* The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
VisibilityFactory eINSTANCE = org.eclipse.osbp.ecview.core.common.model.visibility.impl.VisibilityFactoryImpl.init();
/**
* Returns a new object of class '<em>YVisibility Processor</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>YVisibility Processor</em>'.
* @generated
*/
YVisibilityProcessor createYVisibilityProcessor();
/**
* Returns a new object of class '<em>YVisibility Properties</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>YVisibility Properties</em>'.
* @generated
*/
YVisibilityProperties createYVisibilityProperties();
/**
* Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the package supported by this factory.
* @generated
*/
VisibilityPackage getVisibilityPackage();
} //VisibilityFactory