All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openhealthtools.mdht.uml.hl7.rim.Act Maven / Gradle / Ivy

The newest version!
/*******************************************************************************
 * 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 'Act'.
 * 
 *
 *
 * @see org.openhealthtools.mdht.uml.hl7.rim.RIMPackage#getAct()
 * @model abstract="true"
 * @generated
 */
public interface Act extends InfrastructureRoot {
	/**
	 * 
	 * 
	 * @model kind="operation" required="true" ordered="false"
	 * @generated
	 */
	Enumerator getClassCode();

	/**
	 * 
	 * 
	 * @model kind="operation" required="true" ordered="false"
	 * @generated
	 */
	Enumerator getMoodCode();

	/**
	 * 
	 * 
	 * @model kind="operation" ordered="false"
	 * @generated
	 */
	Boolean getNegationInd();

	/**
	 * 
	 * 
	 * @model kind="operation" ordered="false"
	 * @generated
	 */
	EList getParticipations();

	/**
	 * 
	 * 
	 * @model kind="operation" ordered="false"
	 * @generated
	 */
	EList getOutboundRelationships();

	/**
	 * 
	 * 
	 * @model kind="operation" ordered="false"
	 * @generated
	 */
	EList getInboundRelationships();

	/**
	 * 
	 * 
	 * @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(\'moodCode\')'"
	 * @generated
	 */
	boolean isMoodCodeDefined();

} // Act




© 2015 - 2024 Weber Informatics LLC | Privacy Policy