org.eclipse.gmt.umlx.eqvtc.cst
Interface PatternCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BottomPatternCS, GuardPatternCS

public interface PatternCS
extends org.eclipse.ocl.internal.cst.CSTNode

A representation of the model object 'Pattern CS'.

The following features are supported:

See Also:
EqvtcCSTPackage.getPatternCS()

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.ocl.internal.cst.OCLExpressionCS> getConstraints()
          Returns the value of the 'Constraints' containment reference list.
 org.eclipse.emf.common.util.EList<UnrealizedVariableCS> getUnrealizedVariables()
          Returns the value of the 'Unrealized Variables' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode
getEndOffset, getStartOffset, setEndOffset, setStartOffset
 
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
 

Method Detail

getConstraints

org.eclipse.emf.common.util.EList<org.eclipse.ocl.internal.cst.OCLExpressionCS> getConstraints()
Returns the value of the 'Constraints' containment reference list. The list contents are of type OCLExpressionCS.

If the meaning of the 'Constraints' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Constraints' containment reference list.
See Also:
EqvtcCSTPackage.getPatternCS_Constraints()

getUnrealizedVariables

org.eclipse.emf.common.util.EList<UnrealizedVariableCS> getUnrealizedVariables()
Returns the value of the 'Unrealized Variables' containment reference list. The list contents are of type UnrealizedVariableCS.

If the meaning of the 'Unrealized Variables' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Unrealized Variables' containment reference list.
See Also:
EqvtcCSTPackage.getPatternCS_UnrealizedVariables()