org.eclipse.gmt.umlx.eqvtr.cst
Interface RelationCS

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

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

A representation of the model object 'Relation CS'.

The following features are supported:

See Also:
EqvtrCSTPackage.getRelationCS()

Method Summary
 org.eclipse.emf.common.util.EList<AbstractDomainCS> getDomain()
          Returns the value of the 'Domain' containment reference list.
 IdentifierCS getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 IdentifierCS getOverrides()
          Returns the value of the 'Overrides' containment reference.
 org.eclipse.emf.common.util.EList<VarDeclarationCS> getVarDeclaration()
          Returns the value of the 'Var Declaration' containment reference list.
 org.eclipse.emf.common.util.EList<org.eclipse.ocl.internal.cst.OCLExpressionCS> getWhen()
          Returns the value of the 'When' containment reference list.
 org.eclipse.emf.common.util.EList<org.eclipse.ocl.internal.cst.OCLExpressionCS> getWhere()
          Returns the value of the 'Where' containment reference list.
 boolean isTop()
          Returns the value of the 'Top' attribute.
 void setIdentifier(IdentifierCS value)
          Sets the value of the 'Identifier' containment reference.
 void setOverrides(IdentifierCS value)
          Sets the value of the 'Overrides' containment reference.
 void setTop(boolean value)
          Sets the value of the 'Top' attribute.
 
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

isTop

boolean isTop()
Returns the value of the 'Top' attribute.

If the meaning of the 'Top' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Top' attribute.
See Also:
setTop(boolean), EqvtrCSTPackage.getRelationCS_Top()

setTop

void setTop(boolean value)
Sets the value of the 'Top' attribute.

Parameters:
value - the new value of the 'Top' attribute.
See Also:
isTop()

getIdentifier

IdentifierCS getIdentifier()
Returns the value of the 'Identifier' containment reference.

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

Returns:
the value of the 'Identifier' containment reference.
See Also:
setIdentifier(IdentifierCS), EqvtrCSTPackage.getRelationCS_Identifier()

setIdentifier

void setIdentifier(IdentifierCS value)
Sets the value of the 'Identifier' containment reference.

Parameters:
value - the new value of the 'Identifier' containment reference.
See Also:
getIdentifier()

getOverrides

IdentifierCS getOverrides()
Returns the value of the 'Overrides' containment reference.

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

Returns:
the value of the 'Overrides' containment reference.
See Also:
setOverrides(IdentifierCS), EqvtrCSTPackage.getRelationCS_Overrides()

setOverrides

void setOverrides(IdentifierCS value)
Sets the value of the 'Overrides' containment reference.

Parameters:
value - the new value of the 'Overrides' containment reference.
See Also:
getOverrides()

getVarDeclaration

org.eclipse.emf.common.util.EList<VarDeclarationCS> getVarDeclaration()
Returns the value of the 'Var Declaration' containment reference list. The list contents are of type VarDeclarationCS.

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

Returns:
the value of the 'Var Declaration' containment reference list.
See Also:
EqvtrCSTPackage.getRelationCS_VarDeclaration()

getDomain

org.eclipse.emf.common.util.EList<AbstractDomainCS> getDomain()
Returns the value of the 'Domain' containment reference list. The list contents are of type AbstractDomainCS.

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

Returns:
the value of the 'Domain' containment reference list.
See Also:
EqvtrCSTPackage.getRelationCS_Domain()

getWhen

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

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

Returns:
the value of the 'When' containment reference list.
See Also:
EqvtrCSTPackage.getRelationCS_When()

getWhere

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

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

Returns:
the value of the 'Where' containment reference list.
See Also:
EqvtrCSTPackage.getRelationCS_Where()