| Package | Description |
|---|---|
| claw.shenron.transformation | |
| claw.shenron.translator | |
| claw.wani.x2t.translator |
| Modifier and Type | Class and Description |
|---|---|
class |
DependentTransformationGroup
An dependent transformation group check whether it can be transformed with
another pending transformation in the pipeline.
|
class |
IndependentTransformationGroup
An independent transformation group applies each transformation without
checking with any other transformation in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Class,TransformationGroup> |
Translator.getGroups()
Get all transformation groups stored in this translator.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Class,TransformationGroup> |
ClawTranslator.getGroups() |