![JAR search and dependency download from the Maven repository](/logo.png)
org.openhealthtools.mdht.uml.hl7.rim.Entity Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2010, 2011 David A Carlson and others.
* 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:
* David A Carlson (XMLmodeling.com) - initial API and implementation
*******************************************************************************/
package org.openhealthtools.mdht.uml.hl7.rim;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.common.util.Enumerator;
/**
*
* A representation of the model object 'Entity'.
*
*
*
* @see org.openhealthtools.mdht.uml.hl7.rim.RIMPackage#getEntity()
* @model abstract="true"
* @generated
*/
public interface Entity extends InfrastructureRoot {
/**
*
*
* @model kind="operation" required="true" ordered="false"
* @generated
*/
Enumerator getClassCode();
/**
*
*
* @model kind="operation" required="true" ordered="false"
* @generated
*/
Enumerator getDeterminerCode();
/**
*
*
* @model kind="operation" ordered="false"
* @generated
*/
EList getPlayedRoles();
/**
*
*
* @model kind="operation" ordered="false"
* @generated
*/
EList getScopedRoles();
/**
*
*
* @model kind="operation" required="true" ordered="false"
* annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='self.isDefined(\'classCode\')'"
* @generated
*/
boolean isClassCodeDefined();
/**
*
*
* @model kind="operation" required="true" ordered="false"
* annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='self.isDefined(\'determinerCode\')'"
* @generated
*/
boolean isDeterminerCodeDefined();
} // Entity
© 2015 - 2025 Weber Informatics LLC | Privacy Policy