|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.ocl.expressions.impl.CollectionLiteralPartImpl<C>
org.eclipse.ocl.expressions.impl.CollectionRangeImpl<C>
public class CollectionRangeImpl<C>
An implementation of the model object 'Collection Range'.
The following features are implemented:
Field Summary | |
---|---|
protected OCLExpression<C> |
first
The cached value of the ' First ' containment reference |
protected OCLExpression<C> |
last
The cached value of the ' Last ' containment reference |
Constructor Summary | |
---|---|
protected |
CollectionRangeImpl()
|
Method Summary | ||
---|---|---|
|
accept(U v)
|
|
NotificationChain |
basicSetFirst(OCLExpression<C> newFirst,
NotificationChain msgs)
|
|
NotificationChain |
basicSetLast(OCLExpression<C> newLast,
NotificationChain msgs)
|
|
boolean |
checkRangeType(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
|
boolean |
eIsSet(int featureID)
|
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
|
protected EClass |
eStaticClass()
|
|
void |
eUnset(int featureID)
|
|
OCLExpression<C> |
getFirst()
|
|
OCLExpression<C> |
getLast()
|
|
void |
setFirst(OCLExpression<C> newFirst)
|
|
void |
setLast(OCLExpression<C> newLast)
|
Methods inherited from class org.eclipse.ocl.expressions.impl.CollectionLiteralPartImpl |
---|
getName, getType, setName, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ocl.expressions.CollectionRange |
---|
checkRangeType, setFirst, setLast |
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement |
---|
getName, getType, setName, setType |
Field Detail |
---|
protected OCLExpression<C> first
First
' containment reference.
getFirst()
protected OCLExpression<C> last
Last
' containment reference.
getLast()
Constructor Detail |
---|
protected CollectionRangeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class CollectionLiteralPartImpl<C>
public OCLExpression<C> getFirst()
getFirst
in interface CollectionRange<C>
CollectionRange.setFirst(OCLExpression)
,
ExpressionsPackage.getCollectionRange_First()
public NotificationChain basicSetFirst(OCLExpression<C> newFirst, NotificationChain msgs)
public void setFirst(OCLExpression<C> newFirst)
public OCLExpression<C> getLast()
getLast
in interface CollectionRange<C>
CollectionRange.setLast(OCLExpression)
,
ExpressionsPackage.getCollectionRange_Last()
public NotificationChain basicSetLast(OCLExpression<C> newLast, NotificationChain msgs)
public void setLast(OCLExpression<C> newLast)
public boolean checkRangeType(DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
CollectionLiteralPartImpl
accept
in interface Visitable
accept
in class CollectionLiteralPartImpl<C>
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |