Interface ResultGeneralType

    • Method Detail

      • getMvaInfo

        MvaInfoType getMvaInfo()
        Returns the value of the 'Mva Info' containment reference.

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

        Returns:
        the value of the 'Mva Info' containment reference.
        See Also:
        setMvaInfo(MvaInfoType), LqnPackage.getResultGeneralType_MvaInfo()
        Generated class or method.
        EMF model class or method.
        containment="true" extendedMetaData="kind='element' name='mva-info' namespace='##targetNamespace'"
      • setMvaInfo

        void setMvaInfo​(MvaInfoType value)
        Sets the value of the 'Mva Info' containment reference.
        Parameters:
        value - the new value of the 'Mva Info' containment reference.
        See Also:
        getMvaInfo()
        Generated class or method.
      • getConvVal

        double getConvVal()
        Returns the value of the 'Conv Val' attribute.

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

        Returns:
        the value of the 'Conv Val' attribute.
        See Also:
        isSetConvVal(), unsetConvVal(), setConvVal(double), LqnPackage.getResultGeneralType_ConvVal()
        Generated class or method.
        EMF model class or method.
        unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" required="true" extendedMetaData="kind='attribute' name='conv-val' namespace='##targetNamespace'"
      • getElapsedTime

        XMLGregorianCalendar getElapsedTime()
        Returns the value of the 'Elapsed Time' attribute.

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

        Returns:
        the value of the 'Elapsed Time' attribute.
        See Also:
        setElapsedTime(XMLGregorianCalendar), LqnPackage.getResultGeneralType_ElapsedTime()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.Time" extendedMetaData="kind='attribute' name='elapsed-time' namespace='##targetNamespace'"
      • getIterations

        double getIterations()
        Returns the value of the 'Iterations' attribute.

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

        Returns:
        the value of the 'Iterations' attribute.
        See Also:
        isSetIterations(), unsetIterations(), setIterations(double), LqnPackage.getResultGeneralType_Iterations()
        Generated class or method.
        EMF model class or method.
        unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='iterations' namespace='##targetNamespace'"
      • getPlatformInfo

        String getPlatformInfo()
        Returns the value of the 'Platform Info' attribute.

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

        Returns:
        the value of the 'Platform Info' attribute.
        See Also:
        setPlatformInfo(String), LqnPackage.getResultGeneralType_PlatformInfo()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='platform-info' namespace='##targetNamespace'"
      • setPlatformInfo

        void setPlatformInfo​(String value)
        Sets the value of the 'Platform Info' attribute.
        Parameters:
        value - the new value of the 'Platform Info' attribute.
        See Also:
        getPlatformInfo()
        Generated class or method.
      • getSolverInfo

        String getSolverInfo()
        Returns the value of the 'Solver Info' attribute.

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

        Returns:
        the value of the 'Solver Info' attribute.
        See Also:
        setSolverInfo(String), LqnPackage.getResultGeneralType_SolverInfo()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='solver-info' namespace='##targetNamespace'"
      • setSolverInfo

        void setSolverInfo​(String value)
        Sets the value of the 'Solver Info' attribute.
        Parameters:
        value - the new value of the 'Solver Info' attribute.
        See Also:
        getSolverInfo()
        Generated class or method.
      • getSystemCpuTime

        XMLGregorianCalendar getSystemCpuTime()
        Returns the value of the 'System Cpu Time' attribute.

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

        Returns:
        the value of the 'System Cpu Time' attribute.
        See Also:
        setSystemCpuTime(XMLGregorianCalendar), LqnPackage.getResultGeneralType_SystemCpuTime()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.Time" extendedMetaData="kind='attribute' name='system-cpu-time' namespace='##targetNamespace'"
      • getUserCpuTime

        XMLGregorianCalendar getUserCpuTime()
        Returns the value of the 'User Cpu Time' attribute.

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

        Returns:
        the value of the 'User Cpu Time' attribute.
        See Also:
        setUserCpuTime(XMLGregorianCalendar), LqnPackage.getResultGeneralType_UserCpuTime()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.Time" extendedMetaData="kind='attribute' name='user-cpu-time' namespace='##targetNamespace'"
      • getValid

        ValidType getValid()
        Returns the value of the 'Valid' attribute. The literals are from the enumeration ValidType.

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

        Returns:
        the value of the 'Valid' attribute.
        See Also:
        ValidType, isSetValid(), unsetValid(), setValid(ValidType), LqnPackage.getResultGeneralType_Valid()
        Generated class or method.
        EMF model class or method.
        unsettable="true" required="true" extendedMetaData="kind='attribute' name='valid' namespace='##targetNamespace'"
      • isSetValid

        boolean isSetValid()
        Returns whether the value of the 'Valid' attribute is set.
        Returns:
        whether the value of the 'Valid' attribute is set.
        See Also:
        unsetValid(), getValid(), setValid(ValidType)
        Generated class or method.