org.eclipse.ocl.examples.xtext.base.basecs
Interface ElementCS

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VisitableCS
All Known Subinterfaces:
AbstractNameExpCS, AnnotationCS, AnnotationElementCS, AttributeCS, BinaryOperatorCS, BooleanLiteralExpCS, ClassCS, ClassifierContextDeclCS, ClassifierCS, CollectionLiteralExpCS, CollectionLiteralPartCS, CollectionTypeCS, CompleteOCLDocumentCS, ConstraintCS, ConstructorExpCS, ConstructorPartCS, ContextCS, ContextDeclCS, DataTypeCS, DefCS, DefOperationCS, DefPropertyCS, DetailCS, DocumentationCS, ElementRefCS, EnumerationCS, EnumerationLiteralCS, ExpCS, ExpSpecificationCS, FeatureContextDeclCS, FeatureCS, IfExpCS, ImportCS, IncludeCS, IndexExpCS, InfixExpCS, InvalidLiteralExpCS, InvocationExpCS, LambdaTypeCS, LetExpCS, LetVariableCS, LibClassCS, LibConstraintCS, LibIterationCS, LibOperationCS, LibPackageCS, LibPropertyCS, LibraryCS, LibRootPackageCS, LiteralExpCS, MetaTypeName, ModelElementCS, ModelElementRefCS, MultiplicityBoundsCS, MultiplicityCS, MultiplicityStringCS, NamedElementCS, NamedExpCS, NameExpCS, NamespaceCS, NavigatingArgCS, NavigationOperatorCS, NestedExpCS, NullLiteralExpCS, NumberLiteralExpCS, OCLinEcoreConstraintCS, OCLMessageArgCS, OperationContextDeclCS, OperationCS, OperatorCS, PackageCS, PackageDeclarationCS, PackageOwnerCS, ParameterCS, PathElementCS, PathElementWithURICS, PathNameCS, PathNameDeclCS, PivotableElementCS, PrecedenceCS, PrefixExpCS, PrimitiveLiteralExpCS, PrimitiveTypeRefCS, PropertyContextDeclCS, ReferenceCS, RootCS, RootPackageCS, SelfExpCS, SpecificationCS, StringLiteralExpCS, StructuralFeatureCS, SysMLCS, TemplateableElementCS, TemplateBindingCS, TemplateParameterCS, TemplateParameterSubstitutionCS, TemplateSignatureCS, TopLevelCS, TupleLiteralExpCS, TupleLiteralPartCS, TuplePartCS, TupleTypeCS, TypeCS, TypedElementCS, TypedRefCS, TypedTypeRefCS, TypeLiteralExpCS, TypeNameExpCS, TypeParameterCS, TypeRefCS, UnaryOperatorCS, UnlimitedNaturalLiteralExpCS, VariableCS, WildcardTypeRefCS
All Known Implementing Classes:
AnnotationCSImpl, AnnotationElementCSImpl, AttributeCSImpl, BinaryOperatorCSImpl, BooleanLiteralExpCSImpl, ClassCSImpl, ClassifierContextDeclCSImpl, ClassifierCSImpl, CollectionLiteralExpCSImpl, CollectionLiteralPartCSImpl, CollectionTypeCSImpl, CompleteOCLDocumentCSImpl, ConstraintCSImpl, ConstructorExpCSImpl, ConstructorPartCSImpl, ContextCSImpl, ContextDeclCSImpl, DataTypeCSImpl, DefCSImpl, DefOperationCSImpl, DefPropertyCSImpl, DetailCSImpl, DocumentationCSImpl, ElementCSImpl, ElementRefCSImpl, EnumerationCSImpl, EnumerationLiteralCSImpl, ExpCSImpl, ExpSpecificationCSImpl, FeatureContextDeclCSImpl, IfExpCSImpl, ImportCSImpl, IncludeCSImpl, IndexExpCSImpl, InfixExpCSImpl, InvalidLiteralExpCSImpl, InvocationExpCSImpl, LambdaTypeCSImpl, LetExpCSImpl, LetVariableCSImpl, LibClassCSImpl, LibConstraintCSImpl, LibIterationCSImpl, LibOperationCSImpl, LibPackageCSImpl, LibPropertyCSImpl, LibraryCSImpl, LibRootPackageCSImpl, LiteralExpCSImpl, MetaTypeNameImpl, ModelElementCSImpl, ModelElementRefCSImpl, MultiplicityBoundsCSImpl, MultiplicityStringCSImpl, NamedElementCSImpl, NamedExpCSImpl, NameExpCSImpl, NavigatingArgCSImpl, NavigationOperatorCSImpl, NestedExpCSImpl, NullLiteralExpCSImpl, NumberLiteralExpCSImpl, OCLinEcoreConstraintCSImpl, OCLMessageArgCSImpl, OperationContextDeclCSImpl, OperationCSImpl, OperatorCSImpl, PackageCSImpl, PackageDeclarationCSImpl, PackageOwnerCSImpl, ParameterCSImpl, PathElementCSImpl, PathElementWithURICSImpl, PathNameCSImpl, PathNameDeclCSImpl, PivotableElementCSImpl, PrecedenceCSImpl, PrefixExpCSImpl, PrimitiveLiteralExpCSImpl, PrimitiveTypeRefCSImpl, PropertyContextDeclCSImpl, ReferenceCSImpl, RootPackageCSImpl, SelfExpCSImpl, SpecificationCSImpl, StringLiteralExpCSImpl, StructuralFeatureCSImpl, SysMLCSImpl, TemplateBindingCSImpl, TemplateParameterCSImpl, TemplateParameterSubstitutionCSImpl, TemplateSignatureCSImpl, TopLevelCSImpl, TupleLiteralExpCSImpl, TupleLiteralPartCSImpl, TuplePartCSImpl, TupleTypeCSImpl, TypedElementCSImpl, TypedRefCSImpl, TypedTypeRefCSImpl, TypeLiteralExpCSImpl, TypeNameExpCSImpl, TypeParameterCSImpl, TypeRefCSImpl, UnaryOperatorCSImpl, UnlimitedNaturalLiteralExpCSImpl, VariableCSImpl, WildcardTypeRefCSImpl

public interface ElementCS
extends org.eclipse.emf.ecore.EObject, VisitableCS

A representation of the model object 'Element CS'.

The following features are supported:

See Also:
BaseCSPackage.getElementCS()
Generated
Model
abstract="true" superTypes="org.eclipse.ocl.examples.xtext.base.basecs.VisitableCS"

Method Summary
<R> R
accept(BaseCSVisitor<R> visitor)
          Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
 java.lang.String getDescription()
           
 ElementCS getLogicalParent()
          Returns the value of the 'Logical Parent' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 

Method Detail

getLogicalParent

ElementCS getLogicalParent()
Returns the value of the 'Logical Parent' reference.

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

Returns:
the value of the 'Logical Parent' reference.
See Also:
BaseCSPackage.getElementCS_LogicalParent()
Generated
Model
resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"

getDescription

java.lang.String getDescription()

Generated
Model
kind="operation"

accept

@Nullable
<R> R accept(@NonNull
                      BaseCSVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.

Specified by:
accept in interface VisitableCS
Returns:
the result of the visit.
Generated