| Modifier and Type | Method and Description |
|---|---|
ArrayList<TransformationUnit> |
DTSCore.findApplicableTransformationUnits(ContentType sourceContentType,
ContentType targetContentType,
boolean createAndPublishCompositeTP)
Searches for
TransformationUnits that are able to perform a transformationUnit from a source to a target ContentType. |
| Modifier and Type | Method and Description |
|---|---|
void |
DTSAdaptor.addPlan(ArrayList<TransformationUnit> transformationUnits,
ArrayList<ContentType> contentTypes) |
| Modifier and Type | Method and Description |
|---|---|
TransformationUnit |
RemoteIManager.getTransformationUnit(String transformationProgramID,
String transformationUnitID) |
TransformationUnit |
LocalInfoManager.getTransformationUnit(String transformationProgramID,
String transformationUnitID) |
TransformationUnit |
IManager.getTransformationUnit(String transformationProgramID,
String transformationUnitID)
Returns a
TransformationUnit instance by its id. |
TransformationUnit |
ISManager.getTransformationUnit(String transformationProgramID,
String transformationUnitID) |
| Modifier and Type | Field and Description |
|---|---|
protected TransformationUnit |
TransformationRuleElement.transformationUnit |
| Modifier and Type | Method and Description |
|---|---|
TransformationUnit |
ExtTransformationUnit.getTransformationUnit()
Returns the transformationUnit unit.
|
TransformationUnit |
TransformationRuleElement.getTransformationUnit()
Returns the transformation unit in which this element belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TransformationUnit> |
TransformationProgram.getTransformationUnits()
Returns the TUs that this transformation program contains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtTransformationUnit.setTransformationUnit(TransformationUnit transformationUnit)
Sets the transformationUnit unit.
|
void |
TransformationRuleElement.setTransformationUnit(TransformationUnit transformation)
Sets the transformation unit in which this element belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationProgram.setTransformationUnits(ArrayList<TransformationUnit> transformationUnits)
Sets the TUs that this transformation program contains.
|
| Modifier and Type | Method and Description |
|---|---|
protected TransformationUnit |
TEdge.getTransformationUnit() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TransformationUnit> |
RemoteTransformationsGraph.findAnyTransformationUnits(ContentType sourceContentType,
ContentType targetContentType,
boolean createAndPublishCompositeTP) |
ArrayList<TransformationUnit> |
TransformationsGraph.findAnyTransformationUnits(ContentType sourceContentType,
ContentType targetContentType,
boolean createAndPublishCompositeTP)
Finds Transformation Units from the sourceContentType to the targetContentType.
|
ArrayList<TransformationUnit> |
TransformationsGraphImpl.findAnyTransformationUnits(ContentType sourceContentType,
ContentType targetContentType,
boolean createAndPublishCompositeTP) |
ArrayList<TransformationUnit> |
RemoteTransformationsGraph.findApplicableTransformationUnits(ContentType sourceContentType,
ContentType targetContentType,
boolean createAndPublishCompositeTP) |
ArrayList<TransformationUnit> |
TransformationsGraph.findApplicableTransformationUnits(ContentType sourceContentType,
ContentType targetContentType,
boolean createAndPublishCompositeTP)
Finds applicable Transformation Units from the sourceContentType to the targetContentType.
|
ArrayList<TransformationUnit> |
TransformationsGraphImpl.findApplicableTransformationUnits(ContentType sourceContentType,
ContentType targetContentType,
boolean createAndPublishCompositeTP) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TEdge.setTransformationUnit(TransformationUnit transformationUnit) |
| Constructor and Description |
|---|
TEdge(TransformationUnit transformationUnit,
TNode toNode) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TransformationUnit> |
TransformationDescription.getTransformationPath(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationDescription.add(ArrayList<TransformationUnit> transformationUnits,
ArrayList<ContentType> contentTypes) |
Copyright © 2014. All Rights Reserved.