org.eclipse.uml2.uml.profile.standard
Interface SystemModel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface SystemModel
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'System Model'. A SystemModel is a stereotyped model that contains a collection of models of the same system. A SystemModel also contains all relationships and constraints between model elements contained in different models.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

The following features are supported:

See Also:
StandardPackage.getSystemModel()

Method Summary
 Model getBase_Model()
          Returns the value of the 'Base Model' reference
 void setBase_Model(Model value)
          Sets the value of the 'Base Model' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBase_Model

Model getBase_Model()
Returns the value of the 'Base Model' reference.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

Returns:
the value of the 'Base Model' reference.
See Also:
setBase_Model(Model), StandardPackage.getSystemModel_Base_Model()

setBase_Model

void setBase_Model(Model value)
Sets the value of the 'Base Model' reference.

Parameters:
value - the new value of the 'Base Model' reference.
See Also:
getBase_Model()

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.