|
||||||||||
| 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 java.lang.String |
SINGLETON_NAME
|
| Method Summary | |
|---|---|
boolean |
checkFeaturesOnlyProperties(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
feature->forAll (f | f.oclIsTypeOf(Property)) |
boolean |
checkPartNamesUnique(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
true |
boolean |
checkTupleTypeName(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.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 (')') |
|
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 |
| Field Detail |
|---|
static final java.lang.String SINGLETON_NAME
| Method Detail |
|---|
boolean checkTupleTypeName(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.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,
java.util.Map<java.lang.Object,java.lang.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,
java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
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 | |||||||||