public class Transformation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TransformationRule |
rule |
protected Object |
source |
protected Collection<Object> |
targets |
| Constructor and Description |
|---|
Transformation() |
Transformation(Object source,
Collection<Object> targets) |
Transformation(Object source,
Collection<Object> targets,
TransformationRule rule) |
| Modifier and Type | Method and Description |
|---|---|
TransformationRule |
getRule() |
Object |
getSource() |
Collection<Object> |
getTargets() |
boolean |
of(Object source) |
void |
setRule(TransformationRule rule) |
void |
setSource(Object source) |
void |
setTargets(Collection<Object> targets) |
protected Object source
protected Collection<Object> targets
protected TransformationRule rule
public Transformation()
public Transformation(Object source, Collection<Object> targets)
public Transformation(Object source, Collection<Object> targets, TransformationRule rule)
public Object getSource()
public void setSource(Object source)
public Collection<Object> getTargets()
public void setTargets(Collection<Object> targets)
public boolean of(Object source)
public TransformationRule getRule()
public void setRule(TransformationRule rule)
Copyright © 2020. All rights reserved.