/** */ package com.robotoworks.mechanoid.net.netModel; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Path</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.robotoworks.mechanoid.net.netModel.Path#getArb <em>Arb</em>}</li> * <li>{@link com.robotoworks.mechanoid.net.netModel.Path#getParams <em>Params</em>}</li> * </ul> * </p> * * @see com.robotoworks.mechanoid.net.netModel.NetModelPackage#getPath() * @model * @generated */ public interface Path extends EObject { /** * Returns the value of the '<em><b>Arb</b></em>' attribute list. * The list contents are of type {@link java.lang.String}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Arb</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Arb</em>' attribute list. * @see com.robotoworks.mechanoid.net.netModel.NetModelPackage#getPath_Arb() * @model unique="false" * @generated */ EList<String> getArb(); /** * Returns the value of the '<em><b>Params</b></em>' containment reference list. * The list contents are of type {@link com.robotoworks.mechanoid.net.netModel.SimpleMemberAssignment}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Params</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Params</em>' containment reference list. * @see com.robotoworks.mechanoid.net.netModel.NetModelPackage#getPath_Params() * @model containment="true" * @generated */ EList<SimpleMemberAssignment> getParams(); } // Path