|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.gene.TransformationInfo
public final class TransformationInfo
Contains information about single transformation.
Field Summary | |
---|---|
IExporter |
exporter
Exporter that executes the transformation. |
ResultEnum |
resultType
Type of Result object that this exporter produces. |
String |
sourceNamespaceURI
The namespace of the source document. |
SourceEnum |
sourceType
Type of Source object that this exporter processes. |
Map<String,TransformationInfo> |
targets
Information about all exporters that are able to transform result of this transformation. |
Constructor Summary | |
---|---|
TransformationInfo(IExporter exporter,
SourceEnum sourceType,
String sourceNamespaceURI,
ResultEnum resultType,
Map<String,TransformationInfo> targets)
Contains information about single transformation. |
Method Summary | |
---|---|
TransformationInfo |
getChildInfo(String namespaceURI)
Returns information about child exporter. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final IExporter exporter
public final SourceEnum sourceType
public final String sourceNamespaceURI
public final ResultEnum resultType
public final Map<String,TransformationInfo> targets
Constructor Detail |
---|
public TransformationInfo(IExporter exporter, SourceEnum sourceType, String sourceNamespaceURI, ResultEnum resultType, Map<String,TransformationInfo> targets)
exporter
- exporter that executes the transformation.sourceType
- type of Source object that this exporter processes.sourceNamespaceURI
- the namespace of the source document.resultType
- type of Target object that the exporter produces.targets
- information about all exporters that are able to transform
result of this transformation. Maps namespace identifier that the
transformer shall process.Method Detail |
---|
public TransformationInfo getChildInfo(String namespaceURI)
namespaceURI
- the namespace that this exporter shall process.
IllegalArgumentException
- if the namespace is not amongst registered
exporters.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |