blob: 64b04b6ea0ad95c39bc3a5702277cfd7ab1c6d37 [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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.core.common.model.core;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.osbp.ecview.core.common.model.visibility.YVisibilityProcessor;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>YVisibility Processable</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.core.YVisibilityProcessable#getVisibilityProcessor <em>Visibility Processor</em>}</li>
* </ul>
*
*
* see org.eclipse.osbp.ecview.core.common.model.core.CoreModelPackage#getYVisibilityProcessable()
* @model interface="true" abstract="true"
* @generated
*/
public interface YVisibilityProcessable extends EObject {
/**
* Returns the value of the '<em><b>Visibility Processor</b></em>' containment reference.
* It is bidirectional and its opposite is '<code>org.eclipse.osbp.ecview.core.common.model.visibility.YVisibilityProcessor#getParent <em>Parent</em></code>'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Visibility Processor</em>' containment reference isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Visibility Processor</em>' containment reference.
* @see #setVisibilityProcessor(YVisibilityProcessor)
* see org.eclipse.osbp.ecview.core.common.model.core.CoreModelPackage#getYVisibilityProcessable_VisibilityProcessor()
* see org.eclipse.osbp.ecview.core.common.model.visibility.YVisibilityProcessor#getParent
* @model opposite="parent" containment="true" resolveProxies="true"
* @generated
*/
YVisibilityProcessor getVisibilityProcessor();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.core.common.model.core.YVisibilityProcessable#getVisibilityProcessor <em>Visibility Processor</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Visibility Processor</em>' containment reference.
* @see #getVisibilityProcessor()
* @generated
*/
void setVisibilityProcessor(YVisibilityProcessor value);
} // YVisibilityProcessable