org.contextmapper.tactic.dsl.tacticdsl.Repository Maven / Gradle / Ivy
/**
* generated by Xtext 2.20.0
*/
package org.contextmapper.tactic.dsl.tacticdsl;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Repository'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.tactic.dsl.tacticdsl.Repository#getOperations Operations}
*
*
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getRepository()
* @model
* @generated
*/
public interface Repository extends ServiceRepositoryOption
{
/**
* Returns the value of the 'Operations' containment reference list.
* The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.RepositoryOperation}.
*
*
* If the meaning of the 'Operations' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Operations' containment reference list.
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getRepository_Operations()
* @model containment="true"
* @generated
*/
EList getOperations();
} // Repository