|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.m2m.qvt.oml.BasicModelExtent
public class BasicModelExtent
Simple in-memory model extent implementation.
| Constructor Summary | |
|---|---|
BasicModelExtent()
Construct an empty extent, typically used as [out] model
parameter. |
|
BasicModelExtent(java.util.List<? extends org.eclipse.emf.ecore.EObject> contents)
Construct new extent with initial contents |
|
| Method Summary | |
|---|---|
void |
add(org.eclipse.emf.ecore.EObject element)
Add a single element to this extent. |
java.util.List<org.eclipse.emf.ecore.EObject> |
getContents()
The read-only view of this model extent's contents. |
void |
setContents(java.util.List<? extends org.eclipse.emf.ecore.EObject> contents)
Sets the contents of this model extent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicModelExtent()
[out] model
parameter.
public BasicModelExtent(java.util.List<? extends org.eclipse.emf.ecore.EObject> contents)
contents - the elements to be the contents of the created extent.| Method Detail |
|---|
public void add(org.eclipse.emf.ecore.EObject element)
element - non-null elementpublic java.util.List<org.eclipse.emf.ecore.EObject> getContents()
ModelExtent
getContents in interface ModelExtentpublic void setContents(java.util.List<? extends org.eclipse.emf.ecore.EObject> contents)
ModelExtent
setContents in interface ModelExtentcontents - list of elements to become the contents of this extent
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||