public class TransformationDescription extends Object
| Constructor and Description |
|---|
TransformationDescription(Input input,
Output output) |
TransformationDescription(Input input,
Output output,
boolean createAndPublish) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ArrayList<TransformationUnit> transformationUnits,
ArrayList<ContentType> contentTypes) |
ArrayList<ContentType> |
getContentTypes(int index) |
Input |
getInput() |
URI |
getLocator() |
int |
getNumOfPlansAdded() |
Output |
getOutput() |
String |
getReturnedValue() |
ArrayList<TransformationUnit> |
getTransformationPath(int index) |
boolean |
hasMorePlansToBeAdded() |
boolean |
isCreateAndPublish() |
void |
setCreateAndPublish(boolean createAndPublish) |
void |
setLocator(URI locator) |
void |
setNumOfPlansAdded(int numOfPlansAdded) |
void |
setReturnedValue(String returnedValue) |
public TransformationDescription(Input input, Output output)
input - output - public String getReturnedValue()
public void setReturnedValue(String returnedValue)
returnedValue - the returnedValue to setpublic Input getInput()
public Output getOutput()
public boolean isCreateAndPublish()
public void setCreateAndPublish(boolean createAndPublish)
createAndPublish - the createAndPublish to setpublic ArrayList<ContentType> getContentTypes(int index)
public ArrayList<TransformationUnit> getTransformationPath(int index)
public void add(ArrayList<TransformationUnit> transformationUnits, ArrayList<ContentType> contentTypes)
transformationUnits - contentTypes - public int getNumOfPlansAdded()
public void setNumOfPlansAdded(int numOfPlansAdded)
numOfPlansAdded - the numOfPlansAdded to setpublic boolean hasMorePlansToBeAdded()
public URI getLocator()
public void setLocator(URI locator)
locator - the locator to setCopyright © 2014. All Rights Reserved.