Package cz.o2.proxima.core.transform
Interface ElementWiseProxyTransform.ProxySetupContext
-
- Enclosing interface:
- ElementWiseProxyTransform
public static interface ElementWiseProxyTransform.ProxySetupContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AttributeDescriptor<?>
getProxyAttribute()
Retrieve attribute that is the proxied attribute.AttributeDescriptor<?>
getTargetAttribute()
Retrieve attribute that is target of this transform (attribute to read from, or to write to).boolean
isReadTransform()
default boolean
isSymmetric()
boolean
isWriteTransform()
-
-
-
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()
-
-