Interface ResultGeneralType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ResultGeneralTypeImpl

public interface ResultGeneralType extends EObject
A representation of the model object 'Result General Type '.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='result-general_._type' kind='elementOnly'"
  • Method Details

    • 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:
      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:
      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:
      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'"
    • setConvVal

      void setConvVal(double value)
      Sets the value of the 'Conv Val' attribute.
      Parameters:
      value - the new value of the 'Conv Val' attribute.
      See Also:
      Generated class or method.
    • unsetConvVal

      void unsetConvVal()
      Unsets the value of the 'Conv Val' attribute.
      See Also:
      Generated class or method.
    • isSetConvVal

      boolean isSetConvVal()
      Returns whether the value of the 'Conv Val' attribute is set.
      Returns:
      whether the value of the 'Conv Val' attribute is set.
      See Also:
      Generated class or method.
    • 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:
      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'"
    • setElapsedTime

      void setElapsedTime(XMLGregorianCalendar value)
      Sets the value of the 'Elapsed Time' attribute.
      Parameters:
      value - the new value of the 'Elapsed Time' attribute.
      See Also:
      Generated class or method.
    • 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:
      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'"
    • setIterations

      void setIterations(double value)
      Sets the value of the 'Iterations' attribute.
      Parameters:
      value - the new value of the 'Iterations' attribute.
      See Also:
      Generated class or method.
    • unsetIterations

      void unsetIterations()
      Unsets the value of the 'Iterations' attribute.
      See Also:
      Generated class or method.
    • isSetIterations

      boolean isSetIterations()
      Returns whether the value of the 'Iterations' attribute is set.
      Returns:
      whether the value of the 'Iterations' attribute is set.
      See Also:
      Generated class or method.
    • 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:
      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:
      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:
      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:
      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:
      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'"
    • setSystemCpuTime

      void setSystemCpuTime(XMLGregorianCalendar value)
      Sets the value of the 'System Cpu Time' attribute.
      Parameters:
      value - the new value of the 'System Cpu Time' attribute.
      See Also:
      Generated class or method.
    • 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:
      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'"
    • setUserCpuTime

      void setUserCpuTime(XMLGregorianCalendar value)
      Sets the value of the 'User Cpu Time' attribute.
      Parameters:
      value - the new value of the 'User Cpu Time' attribute.
      See Also:
      Generated class or method.
    • 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:
      Generated class or method.
      EMF model class or method.
      unsettable="true" required="true" extendedMetaData="kind='attribute' name='valid' namespace='##targetNamespace'"
    • setValid

      void setValid(ValidType value)
      Sets the value of the 'Valid' attribute.
      Parameters:
      value - the new value of the 'Valid' attribute.
      See Also:
      Generated class or method.
    • unsetValid

      void unsetValid()
      Unsets the value of the 'Valid' attribute.
      See Also:
      Generated class or method.
    • 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:
      Generated class or method.