/**
* <copyright>
* </copyright>
*
* $Id$
*/
package com.emf4sw.owl;
import org.eclipse.emf.common.util.EList;
import com.emf4sw.rdf.BlankNode;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Object Complement Of</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link com.emf4sw.owl.ObjectComplementOf#getComplementOf <em>Complement Of</em>}</li>
* </ul>
* </p>
*
* @see com.emf4sw.owl.OWLPackage#getObjectComplementOf()
* @model
* @generated
*/
public interface ObjectComplementOf extends ClassExpression, BlankNode {
/**
* Returns the value of the '<em><b>Complement Of</b></em>' reference list.
* The list contents are of type {@link com.emf4sw.owl.ClassExpression}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Complement Of</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>Complement Of</em>' reference list.
* @see com.emf4sw.owl.OWLPackage#getObjectComplementOf_ComplementOf()
* @model
* @generated
*/
EList<ClassExpression> getComplementOf();
} // ObjectComplementOf