|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformationInfo | |
---|---|
sk.uniba.euromath.gene | Provides GENE (Graph Export Engine) export functionality. |
sk.uniba.euromath.gene.controller | The core of the GENE framework. |
sk.uniba.euromath.gene.exportgraph | Classes that allows you to build export graphs. |
Uses of TransformationInfo in sk.uniba.euromath.gene |
---|
Fields in sk.uniba.euromath.gene declared as TransformationInfo | |
---|---|
TransformationInfo |
CoordinatorInputKey.info
The transformation node, referencing an exporter. |
Fields in sk.uniba.euromath.gene with type parameters of type TransformationInfo | |
---|---|
Map<String,TransformationInfo> |
TransformationInfo.targets
Information about all exporters that are able to transform result of this transformation. |
Methods in sk.uniba.euromath.gene that return TransformationInfo | |
---|---|
TransformationInfo |
TransformationInfo.getChildInfo(String namespaceURI)
Returns information about child exporter. |
Methods in sk.uniba.euromath.gene with parameters of type TransformationInfo | |
---|---|
GraphNode |
InstanceProvider.getAdjustedGraph(TransformationInfo view,
String coordinatorId)
Tries to adjust given view to be able to get accepted by given coordinator. |
Constructors in sk.uniba.euromath.gene with parameters of type TransformationInfo | |
---|---|
CoordinatorInputKey(TransformationInfo info,
String targetNamespace)
Constructor. |
Constructor parameters in sk.uniba.euromath.gene with type arguments of type TransformationInfo | |
---|---|
TransformationInfo(IExporter exporter,
SourceEnum sourceType,
String sourceNamespaceURI,
ResultEnum resultType,
Map<String,TransformationInfo> targets)
Contains information about single transformation. |
Uses of TransformationInfo in sk.uniba.euromath.gene.controller |
---|
Fields in sk.uniba.euromath.gene.controller declared as TransformationInfo | |
---|---|
(package private) TransformationInfo |
NametreeInfo.info
Transformation information. |
Constructors in sk.uniba.euromath.gene.controller with parameters of type TransformationInfo | |
---|---|
ExporterPipe(TransformationInfo info,
ICoordinator coordinator,
NamespacePath path,
URLDir resultRoot,
String resultName,
ThreadGroup exportThreads)
Constructs instance of the pipe. |
|
NametreeInfo(Element nameroot,
TransformationInfo info,
boolean isRoot)
Constructor. |
Uses of TransformationInfo in sk.uniba.euromath.gene.exportgraph |
---|
Methods in sk.uniba.euromath.gene.exportgraph that return TransformationInfo | |
---|---|
TransformationInfo |
TransformGraph.get(String namespace)
Returns transformer for given namespace. |
TransformationInfo |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
ExportHelper c,
CoordinatorInfo coordinatorInfo,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
TransformationInfo |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
ExportHelper c,
EnumSet<ResultEnum> provides,
INamespaceAcceptor requires,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
TransformationInfo |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
ExportHelper c,
EnumSet<ResultEnum> provides,
Map<String,EnumSet<SourceEnum>> requires,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
TransformationInfo |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
ExportHelper c,
String coordinatorId,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
Methods in sk.uniba.euromath.gene.exportgraph with parameters of type TransformationInfo | |
---|---|
void |
TransformGraph.add(TransformationInfo info,
boolean replace)
Registers given transformation info. |
void |
ExportGraphBuilder.prefer(TransformationInfo info)
Prefers all exporters contained in given transformation object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |