ru.tunegov.mathematic
Class ComplexBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--ru.tunegov.mathematic.ComplexBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class ComplexBeanInfo
extends java.beans.SimpleBeanInfo

The bean information class for ru.tunegov.mathematic.Complex.


Constructor Summary
ComplexBeanInfo()
           
 
Method Summary
 java.beans.MethodDescriptor absMethodDescriptor()
          Gets the abs() method descriptor.
 java.beans.MethodDescriptor add_doubleMethodDescriptor()
          Gets the add(double) method descriptor.
 java.beans.MethodDescriptor add_rutunegovmathematicComplexMethodDescriptor()
          Gets the add(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor add_rutunegovmathematicDecimalMethodDescriptor()
          Gets the add(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor add_rutunegovmathematicElementSetMethodDescriptor()
          Gets the add(ru.tunegov.mathematic.ElementSet) method descriptor.
 java.beans.MethodDescriptor add_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the add(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.PropertyDescriptor argumentPropertyDescriptor()
          Gets the argument property descriptor.
 java.beans.MethodDescriptor byteValueMethodDescriptor()
          Gets the byteValue() method descriptor.
 java.beans.PropertyDescriptor classPropertyDescriptor()
          Gets the class property descriptor.
 java.beans.MethodDescriptor cloneMethodDescriptor()
          Gets the clone() method descriptor.
 java.beans.MethodDescriptor conjugateMethodDescriptor()
          Gets the conjugate() method descriptor.
 java.beans.MethodDescriptor cosMethodDescriptor()
          Gets the cos() method descriptor.
 java.beans.MethodDescriptor divide_doubleMethodDescriptor()
          Gets the divide(double) method descriptor.
 java.beans.MethodDescriptor divide_rutunegovmathematicComplexMethodDescriptor()
          Gets the divide(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor divide_rutunegovmathematicDecimalMethodDescriptor()
          Gets the divide(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor divide_rutunegovmathematicElementSetMethodDescriptor()
          Gets the divide(ru.tunegov.mathematic.ElementSet) method descriptor.
 java.beans.MethodDescriptor divide_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the divide(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.MethodDescriptor divideInverse_doubleMethodDescriptor()
          Gets the divideInverse(double) method descriptor.
 java.beans.MethodDescriptor divideInverse_rutunegovmathematicComplexMethodDescriptor()
          Gets the divideInverse(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor divideInverse_rutunegovmathematicDecimalMethodDescriptor()
          Gets the divideInverse(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor divideInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the divideInverse(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.MethodDescriptor doubleValueMethodDescriptor()
          Gets the doubleValue() method descriptor.
 java.beans.MethodDescriptor equals_javalangObjectMethodDescriptor()
          Gets the equals(java.lang.Object) method descriptor.
 java.beans.MethodDescriptor expMethodDescriptor()
          Gets the exp() method descriptor.
static java.lang.reflect.Method findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
          Find the method by comparing (name & parameter size) against the methods in the class.
 java.beans.MethodDescriptor floatValueMethodDescriptor()
          Gets the floatValue() method descriptor.
 java.beans.MethodDescriptor getArgumentMethodDescriptor()
          Gets the getArgument() method descriptor.
static java.lang.Class getBeanClass()
          Gets the bean class.
static java.lang.String getBeanClassName()
          Gets the bean class name.
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.beans.MethodDescriptor getClassMethodDescriptor()
          Gets the getClass() method descriptor.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 java.awt.Image getIcon(int iconKind)
           
 java.beans.MethodDescriptor getImageMethodDescriptor()
          Gets the getImage() method descriptor.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 java.beans.MethodDescriptor getModuleMethodDescriptor()
          Gets the getModule() method descriptor.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 java.beans.MethodDescriptor getRealMethodDescriptor()
          Gets the getReal() method descriptor.
 java.beans.MethodDescriptor hashCodeMethodDescriptor()
          Gets the hashCode() method descriptor.
 java.beans.PropertyDescriptor imagePropertyDescriptor()
          Gets the image property descriptor.
 java.beans.MethodDescriptor intValueMethodDescriptor()
          Gets the intValue() method descriptor.
 java.beans.MethodDescriptor inverseMethodDescriptor()
          Gets the inverse() method descriptor.
 java.beans.MethodDescriptor logMethodDescriptor()
          Gets the log() method descriptor.
 java.beans.MethodDescriptor longValueMethodDescriptor()
          Gets the longValue() method descriptor.
 java.beans.PropertyDescriptor modulePropertyDescriptor()
          Gets the module property descriptor.
 java.beans.MethodDescriptor multiply_doubleMethodDescriptor()
          Gets the multiply(double) method descriptor.
 java.beans.MethodDescriptor multiply_rutunegovmathematicComplexMethodDescriptor()
          Gets the multiply(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor multiply_rutunegovmathematicDecimalMethodDescriptor()
          Gets the multiply(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor multiply_rutunegovmathematicElementSetMethodDescriptor()
          Gets the multiply(ru.tunegov.mathematic.ElementSet) method descriptor.
 java.beans.MethodDescriptor multiply_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the multiply(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.MethodDescriptor negateMethodDescriptor()
          Gets the negate() method descriptor.
 java.beans.MethodDescriptor notifyAllMethodDescriptor()
          Gets the notifyAll() method descriptor.
 java.beans.MethodDescriptor notifyMethodDescriptor()
          Gets the notify() method descriptor.
 java.beans.MethodDescriptor pow_doubleMethodDescriptor()
          Gets the pow(double) method descriptor.
 java.beans.PropertyDescriptor realPropertyDescriptor()
          Gets the real property descriptor.
 java.beans.MethodDescriptor root_intMethodDescriptor()
          Gets the root(int) method descriptor.
 java.beans.MethodDescriptor setImage_doubleMethodDescriptor()
          Gets the setImage(double) method descriptor.
 java.beans.MethodDescriptor setReal_doubleMethodDescriptor()
          Gets the setReal(double) method descriptor.
 java.beans.MethodDescriptor shortValueMethodDescriptor()
          Gets the shortValue() method descriptor.
 java.beans.MethodDescriptor sinMethodDescriptor()
          Gets the sin() method descriptor.
 java.beans.MethodDescriptor sqrtMethodDescriptor()
          Gets the sqrt() method descriptor.
 java.beans.MethodDescriptor subtract_doubleMethodDescriptor()
          Gets the subtract(double) method descriptor.
 java.beans.MethodDescriptor subtract_rutunegovmathematicComplexMethodDescriptor()
          Gets the subtract(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor subtract_rutunegovmathematicDecimalMethodDescriptor()
          Gets the subtract(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor subtract_rutunegovmathematicElementSetMethodDescriptor()
          Gets the subtract(ru.tunegov.mathematic.ElementSet) method descriptor.
 java.beans.MethodDescriptor subtract_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the subtract(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.MethodDescriptor subtractInverse_doubleMethodDescriptor()
          Gets the subtractInverse(double) method descriptor.
 java.beans.MethodDescriptor subtractInverse_rutunegovmathematicComplexMethodDescriptor()
          Gets the subtractInverse(ru.tunegov.mathematic.Complex) method descriptor.
 java.beans.MethodDescriptor subtractInverse_rutunegovmathematicDecimalMethodDescriptor()
          Gets the subtractInverse(ru.tunegov.mathematic.Decimal) method descriptor.
 java.beans.MethodDescriptor subtractInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
          Gets the subtractInverse(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
 java.beans.MethodDescriptor tanMethodDescriptor()
          Gets the tan() method descriptor.
 java.beans.MethodDescriptor toFormattedString_javatextDecimalFormatMethodDescriptor()
          Gets the toFormattedString(java.text.DecimalFormat) method descriptor.
 java.beans.MethodDescriptor toStringMethodDescriptor()
          Gets the toString() method descriptor.
 java.beans.MethodDescriptor wait_long_intMethodDescriptor()
          Gets the wait(long, int) method descriptor.
 java.beans.MethodDescriptor wait_longMethodDescriptor()
          Gets the wait(long) method descriptor.
 java.beans.MethodDescriptor waitMethodDescriptor()
          Gets the wait() method descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, loadImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexBeanInfo

public ComplexBeanInfo()
Method Detail

absMethodDescriptor

public java.beans.MethodDescriptor absMethodDescriptor()
Gets the abs() method descriptor.
Returns:
java.beans.MethodDescriptor

add_doubleMethodDescriptor

public java.beans.MethodDescriptor add_doubleMethodDescriptor()
Gets the add(double) method descriptor.
Returns:
java.beans.MethodDescriptor

add_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor add_rutunegovmathematicComplexMethodDescriptor()
Gets the add(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

add_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor add_rutunegovmathematicDecimalMethodDescriptor()
Gets the add(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

add_rutunegovmathematicElementSetMethodDescriptor

public java.beans.MethodDescriptor add_rutunegovmathematicElementSetMethodDescriptor()
Gets the add(ru.tunegov.mathematic.ElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

add_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor add_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the add(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

argumentPropertyDescriptor

public java.beans.PropertyDescriptor argumentPropertyDescriptor()
Gets the argument property descriptor.
Returns:
java.beans.PropertyDescriptor

byteValueMethodDescriptor

public java.beans.MethodDescriptor byteValueMethodDescriptor()
Gets the byteValue() method descriptor.
Returns:
java.beans.MethodDescriptor

classPropertyDescriptor

public java.beans.PropertyDescriptor classPropertyDescriptor()
Gets the class property descriptor.
Returns:
java.beans.PropertyDescriptor

cloneMethodDescriptor

public java.beans.MethodDescriptor cloneMethodDescriptor()
Gets the clone() method descriptor.
Returns:
java.beans.MethodDescriptor

conjugateMethodDescriptor

public java.beans.MethodDescriptor conjugateMethodDescriptor()
Gets the conjugate() method descriptor.
Returns:
java.beans.MethodDescriptor

cosMethodDescriptor

public java.beans.MethodDescriptor cosMethodDescriptor()
Gets the cos() method descriptor.
Returns:
java.beans.MethodDescriptor

divide_doubleMethodDescriptor

public java.beans.MethodDescriptor divide_doubleMethodDescriptor()
Gets the divide(double) method descriptor.
Returns:
java.beans.MethodDescriptor

divide_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor divide_rutunegovmathematicComplexMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

divide_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor divide_rutunegovmathematicDecimalMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

divide_rutunegovmathematicElementSetMethodDescriptor

public java.beans.MethodDescriptor divide_rutunegovmathematicElementSetMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.ElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

divide_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor divide_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

divideInverse_doubleMethodDescriptor

public java.beans.MethodDescriptor divideInverse_doubleMethodDescriptor()
Gets the divideInverse(double) method descriptor.
Returns:
java.beans.MethodDescriptor

divideInverse_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor divideInverse_rutunegovmathematicComplexMethodDescriptor()
Gets the divideInverse(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

divideInverse_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor divideInverse_rutunegovmathematicDecimalMethodDescriptor()
Gets the divideInverse(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

divideInverse_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor divideInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the divideInverse(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

doubleValueMethodDescriptor

public java.beans.MethodDescriptor doubleValueMethodDescriptor()
Gets the doubleValue() method descriptor.
Returns:
java.beans.MethodDescriptor

equals_javalangObjectMethodDescriptor

public java.beans.MethodDescriptor equals_javalangObjectMethodDescriptor()
Gets the equals(java.lang.Object) method descriptor.
Returns:
java.beans.MethodDescriptor

expMethodDescriptor

public java.beans.MethodDescriptor expMethodDescriptor()
Gets the exp() method descriptor.
Returns:
java.beans.MethodDescriptor

findMethod

public static java.lang.reflect.Method findMethod(java.lang.Class aClass,
                                                  java.lang.String methodName,
                                                  int parameterCount)
Find the method by comparing (name & parameter size) against the methods in the class.
Parameters:
aClass - java.lang.Class
methodName - java.lang.String
parameterCount - int
Returns:
java.lang.reflect.Method

floatValueMethodDescriptor

public java.beans.MethodDescriptor floatValueMethodDescriptor()
Gets the floatValue() method descriptor.
Returns:
java.beans.MethodDescriptor

getArgumentMethodDescriptor

public java.beans.MethodDescriptor getArgumentMethodDescriptor()
Gets the getArgument() method descriptor.
Returns:
java.beans.MethodDescriptor

getBeanClass

public static java.lang.Class getBeanClass()
Gets the bean class.
Returns:
java.lang.Class

getBeanClassName

public static java.lang.String getBeanClassName()
Gets the bean class name.
Returns:
java.lang.String

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo

getClassMethodDescriptor

public java.beans.MethodDescriptor getClassMethodDescriptor()
Gets the getClass() method descriptor.
Returns:
java.beans.MethodDescriptor

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.EventSetDescriptor[]

getIcon

public java.awt.Image getIcon(int iconKind)
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getImageMethodDescriptor

public java.beans.MethodDescriptor getImageMethodDescriptor()
Gets the getImage() method descriptor.
Returns:
java.beans.MethodDescriptor

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.MethodDescriptor[]

getModuleMethodDescriptor

public java.beans.MethodDescriptor getModuleMethodDescriptor()
Gets the getModule() method descriptor.
Returns:
java.beans.MethodDescriptor

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.PropertyDescriptor[]

getRealMethodDescriptor

public java.beans.MethodDescriptor getRealMethodDescriptor()
Gets the getReal() method descriptor.
Returns:
java.beans.MethodDescriptor

hashCodeMethodDescriptor

public java.beans.MethodDescriptor hashCodeMethodDescriptor()
Gets the hashCode() method descriptor.
Returns:
java.beans.MethodDescriptor

imagePropertyDescriptor

public java.beans.PropertyDescriptor imagePropertyDescriptor()
Gets the image property descriptor.
Returns:
java.beans.PropertyDescriptor

intValueMethodDescriptor

public java.beans.MethodDescriptor intValueMethodDescriptor()
Gets the intValue() method descriptor.
Returns:
java.beans.MethodDescriptor

inverseMethodDescriptor

public java.beans.MethodDescriptor inverseMethodDescriptor()
Gets the inverse() method descriptor.
Returns:
java.beans.MethodDescriptor

logMethodDescriptor

public java.beans.MethodDescriptor logMethodDescriptor()
Gets the log() method descriptor.
Returns:
java.beans.MethodDescriptor

longValueMethodDescriptor

public java.beans.MethodDescriptor longValueMethodDescriptor()
Gets the longValue() method descriptor.
Returns:
java.beans.MethodDescriptor

modulePropertyDescriptor

public java.beans.PropertyDescriptor modulePropertyDescriptor()
Gets the module property descriptor.
Returns:
java.beans.PropertyDescriptor

multiply_doubleMethodDescriptor

public java.beans.MethodDescriptor multiply_doubleMethodDescriptor()
Gets the multiply(double) method descriptor.
Returns:
java.beans.MethodDescriptor

multiply_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor multiply_rutunegovmathematicComplexMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

multiply_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor multiply_rutunegovmathematicDecimalMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

multiply_rutunegovmathematicElementSetMethodDescriptor

public java.beans.MethodDescriptor multiply_rutunegovmathematicElementSetMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.ElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

multiply_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor multiply_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

negateMethodDescriptor

public java.beans.MethodDescriptor negateMethodDescriptor()
Gets the negate() method descriptor.
Returns:
java.beans.MethodDescriptor

notifyAllMethodDescriptor

public java.beans.MethodDescriptor notifyAllMethodDescriptor()
Gets the notifyAll() method descriptor.
Returns:
java.beans.MethodDescriptor

notifyMethodDescriptor

public java.beans.MethodDescriptor notifyMethodDescriptor()
Gets the notify() method descriptor.
Returns:
java.beans.MethodDescriptor

pow_doubleMethodDescriptor

public java.beans.MethodDescriptor pow_doubleMethodDescriptor()
Gets the pow(double) method descriptor.
Returns:
java.beans.MethodDescriptor

realPropertyDescriptor

public java.beans.PropertyDescriptor realPropertyDescriptor()
Gets the real property descriptor.
Returns:
java.beans.PropertyDescriptor

root_intMethodDescriptor

public java.beans.MethodDescriptor root_intMethodDescriptor()
Gets the root(int) method descriptor.
Returns:
java.beans.MethodDescriptor

setImage_doubleMethodDescriptor

public java.beans.MethodDescriptor setImage_doubleMethodDescriptor()
Gets the setImage(double) method descriptor.
Returns:
java.beans.MethodDescriptor

setReal_doubleMethodDescriptor

public java.beans.MethodDescriptor setReal_doubleMethodDescriptor()
Gets the setReal(double) method descriptor.
Returns:
java.beans.MethodDescriptor

shortValueMethodDescriptor

public java.beans.MethodDescriptor shortValueMethodDescriptor()
Gets the shortValue() method descriptor.
Returns:
java.beans.MethodDescriptor

sinMethodDescriptor

public java.beans.MethodDescriptor sinMethodDescriptor()
Gets the sin() method descriptor.
Returns:
java.beans.MethodDescriptor

sqrtMethodDescriptor

public java.beans.MethodDescriptor sqrtMethodDescriptor()
Gets the sqrt() method descriptor.
Returns:
java.beans.MethodDescriptor

subtract_doubleMethodDescriptor

public java.beans.MethodDescriptor subtract_doubleMethodDescriptor()
Gets the subtract(double) method descriptor.
Returns:
java.beans.MethodDescriptor

subtract_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor subtract_rutunegovmathematicComplexMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

subtract_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor subtract_rutunegovmathematicDecimalMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

subtract_rutunegovmathematicElementSetMethodDescriptor

public java.beans.MethodDescriptor subtract_rutunegovmathematicElementSetMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.ElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

subtract_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor subtract_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

subtractInverse_doubleMethodDescriptor

public java.beans.MethodDescriptor subtractInverse_doubleMethodDescriptor()
Gets the subtractInverse(double) method descriptor.
Returns:
java.beans.MethodDescriptor

subtractInverse_rutunegovmathematicComplexMethodDescriptor

public java.beans.MethodDescriptor subtractInverse_rutunegovmathematicComplexMethodDescriptor()
Gets the subtractInverse(ru.tunegov.mathematic.Complex) method descriptor.
Returns:
java.beans.MethodDescriptor

subtractInverse_rutunegovmathematicDecimalMethodDescriptor

public java.beans.MethodDescriptor subtractInverse_rutunegovmathematicDecimalMethodDescriptor()
Gets the subtractInverse(ru.tunegov.mathematic.Decimal) method descriptor.
Returns:
java.beans.MethodDescriptor

subtractInverse_rutunegovmathematicMatrixElementSetMethodDescriptor

public java.beans.MethodDescriptor subtractInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the subtractInverse(ru.tunegov.mathematic.MatrixElementSet) method descriptor.
Returns:
java.beans.MethodDescriptor

tanMethodDescriptor

public java.beans.MethodDescriptor tanMethodDescriptor()
Gets the tan() method descriptor.
Returns:
java.beans.MethodDescriptor

toFormattedString_javatextDecimalFormatMethodDescriptor

public java.beans.MethodDescriptor toFormattedString_javatextDecimalFormatMethodDescriptor()
Gets the toFormattedString(java.text.DecimalFormat) method descriptor.
Returns:
java.beans.MethodDescriptor

toStringMethodDescriptor

public java.beans.MethodDescriptor toStringMethodDescriptor()
Gets the toString() method descriptor.
Returns:
java.beans.MethodDescriptor

wait_long_intMethodDescriptor

public java.beans.MethodDescriptor wait_long_intMethodDescriptor()
Gets the wait(long, int) method descriptor.
Returns:
java.beans.MethodDescriptor

wait_longMethodDescriptor

public java.beans.MethodDescriptor wait_longMethodDescriptor()
Gets the wait(long) method descriptor.
Returns:
java.beans.MethodDescriptor

waitMethodDescriptor

public java.beans.MethodDescriptor waitMethodDescriptor()
Gets the wait() method descriptor.
Returns:
java.beans.MethodDescriptor