Interface ElementWiseProxyTransform.ProxySetupContext

    • Method Detail

      • getProxyAttribute

        AttributeDescriptor<?> getProxyAttribute()
        Retrieve attribute that is the proxied attribute.
        Returns:
        descriptor of proxied attribute
      • getTargetAttribute

        AttributeDescriptor<?> getTargetAttribute()
        Retrieve attribute that is target of this transform (attribute to read from, or to write to).
        Returns:
        decriptor of target attribute
      • isReadTransform

        boolean isReadTransform()
        Returns:
        true is this is read transform
      • isWriteTransform

        boolean isWriteTransform()
        Returns:
        true is this is read transform
      • isSymmetric

        default boolean isSymmetric()