|
||||||||||
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 EObject> contents)
Construct new extent with initial contents |
Method Summary | |
---|---|
void |
add(EObject element)
Add a single element to this extent. |
java.util.List<EObject> |
getContents()
The read-only view of this model extent's contents. |
void |
setContents(java.util.List<? extends 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 EObject> contents)
contents
- the elements to be the contents of the created extent.Method Detail |
---|
public void add(EObject element)
element
- non-null elementpublic java.util.List<EObject> getContents()
ModelExtent
getContents
in interface ModelExtent
public void setContents(java.util.List<? extends EObject> contents)
ModelExtent
setContents
in interface ModelExtent
contents
- 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 |