Interface ProfilingOperation

    • Method Detail

      • getEndTime

        long getEndTime()
        Returns the value of the 'End Time' attribute.

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

        Returns:
        the value of the 'End Time' attribute.
        See Also:
        setEndTime(long), ModelPackage.getProfilingOperation_EndTime()
      • setEndTime

        void setEndTime​(long value)
        Sets the value of the 'End Time' attribute.
        Parameters:
        value - the new value of the 'End Time' attribute.
        See Also:
        getEndTime()
      • getExecutionInstructions

        org.eclipse.emf.common.util.EList<ProfilingInstruction> getExecutionInstructions()
        Returns the value of the 'Execution Instructions' containment reference list. The list contents are of type ProfilingInstruction.

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

        Returns:
        the value of the 'Execution Instructions' containment reference list.
        See Also:
        ModelPackage.getProfilingOperation_ExecutionInstructions()
      • setEndMemoryUsage

        void setEndMemoryUsage​(long value)
        Sets the value of the 'End Memory Usage' attribute.
        Parameters:
        value - the new value of the 'End Memory Usage' attribute.
        See Also:
        getEndMemoryUsage()
      • getContext

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

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

        Returns:
        the value of the 'Context' containment reference list.
        See Also:
        ModelPackage.getProfilingOperation_Context()
      • setMaxMemoryUsage

        void setMaxMemoryUsage​(long value)
        Sets the value of the 'Max Memory Usage' attribute.
        Parameters:
        value - the new value of the 'Max Memory Usage' attribute.
        See Also:
        getMaxMemoryUsage()
      • setMatchingOperation

        void setMatchingOperation​(boolean value)
        Sets the value of the 'Matching Operation' attribute.
        Parameters:
        value - the new value of the 'Matching Operation' attribute.
        See Also:
        isMatchingOperation()
      • getExecutionErrors

        org.eclipse.emf.common.util.EList<ExecutionError> getExecutionErrors()
        Returns the value of the 'Execution Errors' containment reference list. The list contents are of type ExecutionError.

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

        Returns:
        the value of the 'Execution Errors' containment reference list.
        See Also:
        ModelPackage.getProfilingOperation_ExecutionErrors()