| Package | Description |
|---|---|
| org.eclipse.ocl |
Definition of the extensible environment API for OCL parsing and evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractEnvironment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> |
AbstractEnvironment.getParent()
Deprecated.
Since 1.2, use the
getInternalParent() method, instead. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEnvironment.setParent(AbstractEnvironment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> parent)
Assigns me a parent environment after construction.
|
| Constructor and Description |
|---|
AbstractEnvironment(AbstractEnvironment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> parent)
Initializes me with the specified parent environment, which should be
of the same type as me.
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.