Interface LogicTerm

    • Method Detail

      • getContainingAssignment

        VariableAssignment getContainingAssignment()
        Returns the value of the 'Containing Assignment' reference.
        Returns:
        the value of the 'Containing Assignment' reference.
        See Also:
        PrologmodelPackage.getLogicTerm_ContainingAssignment()
        Generated class or method.
        EMF model class or method.
        transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot derivation='let cont = self->selectByKind(ocl::OclElement)->closure(elem | elem.oclContainer())->any(e | e.oclIsKindOf(VariableAssignment)) in\n\t\t\t\tif(cont.oclIsInvalid()) then \n\t\t\t\t\tnull\n\t\t\t\telse \n\t\t\t\t\tcont.oclAsType(VariableAssignment)\n\t\t\t\tendif'"