public abstract class AbstractBase2ASConversion extends AbstractConversion implements Base2ASConversion
AbstractConversion.Predicate<T extends EObject>| Modifier and Type | Method and Description |
|---|---|
void |
refreshName(NamedElement pivotNamedElement,
String newName)
Deprecated.
|
void |
refreshNsURI(Package pivotPackage,
String newNsURI)
Deprecated.
|
void |
setBehavioralType(TypedElement targetElement,
TypedElement sourceElement)
Deprecated.
|
void |
setClassifierContext(ExpressionInOCL pivotSpecification,
Type contextType) |
void |
setContextVariable(ExpressionInOCL pivotSpecification,
String selfVariableName,
Type contextType,
Type contextInstance) |
void |
setOperationContext(ExpressionInOCL pivotSpecification,
Operation contextOperation,
String resultName) |
void |
setParameterVariables(ExpressionInOCL pivotSpecification,
List<Parameter> parameters) |
void |
setParameterVariables(ExpressionInOCL pivotSpecification,
Map<String,Type> parameters) |
void |
setPropertyContext(ExpressionInOCL pivotSpecification,
Property contextProperty) |
void |
setResultVariable(ExpressionInOCL pivotSpecification,
Operation contextOperation,
String resultName) |
void |
setType(OCLExpression pivotElement,
Type type,
boolean isRequired,
Type typeValue)
Deprecated.
|
void |
setType(TypedElement pivotElement,
Type type)
Deprecated.
no longer used / use PivotHelper.refreshNsURI()
|
void |
setType(TypedElement pivotElement,
Type type,
boolean isRequired)
Deprecated.
|
void |
setType(VariableDeclaration pivotElement,
Type type,
boolean isRequired,
Type typeValue)
Deprecated.
|
getEnvironmentFactory, getEPackage, getMetamodelManager, getStandardLibrary, isId, refreshList@Deprecated public void refreshName(NamedElement pivotNamedElement, String newName)
@Deprecated public void refreshNsURI(Package pivotPackage, String newNsURI)
@Deprecated public void setBehavioralType(TypedElement targetElement, TypedElement sourceElement)
public void setClassifierContext(ExpressionInOCL pivotSpecification, Type contextType)
setClassifierContext in interface Base2ASConversionpublic void setContextVariable(ExpressionInOCL pivotSpecification, String selfVariableName, Type contextType, Type contextInstance)
setContextVariable in interface Base2ASConversionpublic void setOperationContext(ExpressionInOCL pivotSpecification, Operation contextOperation, String resultName)
public void setParameterVariables(ExpressionInOCL pivotSpecification, List<Parameter> parameters)
setParameterVariables in interface Base2ASConversionpublic void setParameterVariables(ExpressionInOCL pivotSpecification, Map<String,Type> parameters)
setParameterVariables in interface Base2ASConversionpublic void setPropertyContext(ExpressionInOCL pivotSpecification, Property contextProperty)
public void setResultVariable(ExpressionInOCL pivotSpecification, Operation contextOperation, String resultName)
setResultVariable in interface Base2ASConversion@Deprecated public void setType(TypedElement pivotElement, Type type)
@Deprecated public void setType(OCLExpression pivotElement, Type type, boolean isRequired, Type typeValue)
@Deprecated public void setType(VariableDeclaration pivotElement, Type type, boolean isRequired, Type typeValue)
@Deprecated public void setType(TypedElement pivotElement, Type type, boolean isRequired)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.