|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TupleType<O,P>
A representation of the model object 'Tuple Type'.
TypesPackage.getTupleType()| Field Summary | |
|---|---|
static String |
SINGLETON_NAME
|
| Method Summary | |
|---|---|
boolean |
checkFeaturesOnlyProperties(DiagnosticChain diagnostics,
Map<Object,Object> context)
feature->forAll (f | f.oclIsTypeOf(Property)) |
boolean |
checkPartNamesUnique(DiagnosticChain diagnostics,
Map<Object,Object> context)
true |
boolean |
checkTupleTypeName(DiagnosticChain diagnostics,
Map<Object,Object> context)
name = 'Tuple('.concat ( Sequence{1..allProperties()->size()}->iterate (pn; s: String = '' | let p: Property = allProperties()->at (pn) in ( s.concat ( (if (pn>1) then ',' else '' endif) .concat (p.name).concat (': ') .concat (p.type.name) ) ) ) ).concat (')') |
EList<P> |
oclProperties()
If the meaning of the 'Properties' reference list isn't clear, there really should be more of a description here... |
| Methods inherited from interface org.eclipse.ocl.utilities.PredefinedType |
|---|
getName, oclOperations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final String SINGLETON_NAME
| Method Detail |
|---|
boolean checkTupleTypeName(DiagnosticChain diagnostics,
Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
boolean checkPartNamesUnique(DiagnosticChain diagnostics,
Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
boolean checkFeaturesOnlyProperties(DiagnosticChain diagnostics,
Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
EList<P> oclProperties()
If the meaning of the 'Properties' reference list isn't clear, there really should be more of a description here...
|
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 | |||||||||