/** * <copyright> * </copyright> * * $Id$ */ package com.emf4sw.owl; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Object Property Chain</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.emf4sw.owl.ObjectPropertyChain#getProperties <em>Properties</em>}</li> * </ul> * </p> * * @see com.emf4sw.owl.OWLPackage#getObjectPropertyChain() * @model * @generated */ public interface ObjectPropertyChain extends ObjectProperty { /** * Returns the value of the '<em><b>Properties</b></em>' reference list. * The list contents are of type {@link com.emf4sw.owl.ObjectProperty}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Properties</em>' reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Properties</em>' reference list. * @see com.emf4sw.owl.OWLPackage#getObjectPropertyChain_Properties() * @model * @generated */ EList<ObjectProperty> getProperties(); } // ObjectPropertyChain