|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceEnum | |
---|---|
sk.uniba.euromath.editor | Editor - Core of Multi Editor Architecture |
sk.uniba.euromath.gene | Provides GENE (Graph Export Engine) export functionality. |
sk.uniba.euromath.gene.builtin | Built-in exporters and coordinators. |
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 SourceEnum in sk.uniba.euromath.editor |
---|
Fields in sk.uniba.euromath.editor with type parameters of type SourceEnum | |
---|---|
EnumSet<SourceEnum> |
EditorInfo.sourceTypes
Set of all types of sources that are supported by this editor. |
EnumSet<SourceEnum> |
RendererInfo.sourceTypes
Set of all types of sources that are supported by this editor. |
Methods in sk.uniba.euromath.editor that return types with arguments of type SourceEnum | |
---|---|
Map<String,EnumSet<SourceEnum>> |
RendererSelector.getRenderable()
Computes and returns information about renderable namespaces. |
Constructor parameters in sk.uniba.euromath.editor with type arguments of type SourceEnum | |
---|---|
EditorInfo(String id,
IEditorFactory factory,
EnumSet<SourceEnum> sourceTypes,
String sourceNamespace)
Constructor. |
|
RendererInfo(String id,
IRendererFactory factory,
EnumSet<SourceEnum> sourceTypes,
String sourceNamespace)
Constructor. |
Uses of SourceEnum in sk.uniba.euromath.gene |
---|
Fields in sk.uniba.euromath.gene declared as SourceEnum | |
---|---|
SourceEnum |
TransformationInfo.sourceType
Type of Source object that this exporter processes. |
Fields in sk.uniba.euromath.gene with type parameters of type SourceEnum | |
---|---|
static List<SourceEnum> |
SourceEnum.priorityList
List describing priorities for target-to-source conversion. |
EnumSet<SourceEnum> |
ExporterInfo.sourceTypes
Set of all types of results that are supported by this exporter. |
Methods in sk.uniba.euromath.gene that return SourceEnum | |
---|---|
SourceEnum |
ResultEnum.getBestSource(EnumSet<SourceEnum> sourceTypes)
Returns the best source for this result. |
abstract SourceEnum |
ResultEnum.getPair()
Returns source type that has the same type as this result. |
static SourceEnum |
SourceEnum.valueOf(Class<? extends Source> sourceClass)
Finds appropriate enum item for the source instance. |
static SourceEnum |
SourceEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SourceEnum[] |
SourceEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in sk.uniba.euromath.gene that return types with arguments of type SourceEnum | |
---|---|
static EnumSet<SourceEnum> |
ResultEnum.getPairSet(EnumSet<ResultEnum> targetTypes)
Returns set consisting of pairs for all items in given set. |
static EnumSet<SourceEnum> |
SourceEnum.getRedirectKinds(EnumSet<ResultEnum> products)
Computes all kinds of sources, that the product kinds are able to be redirected to. |
EnumSet<SourceEnum> |
CoordinatorInfo.getSource(String namespace)
|
EnumSet<SourceEnum> |
ICoordinator.getSource(String namespace)
Specifies the input types that the coordinator's partialResultEvent
method is able to receive from exporters. |
EnumSet<SourceEnum> |
CoordinatorInfo.getSourceNotNull(String namespace)
Returns kind of source for this namespace. |
Methods in sk.uniba.euromath.gene with parameters of type SourceEnum | |
---|---|
abstract boolean |
ResultEnum.canBeRedirectedTo(SourceEnum source)
Checks if output from this kind of result can be redirected to given kind of source. |
Method parameters in sk.uniba.euromath.gene with type arguments of type SourceEnum | |
---|---|
static ResultEnum |
ResultEnum.getBestResultSourcePair(EnumSet<ResultEnum> result,
EnumSet<SourceEnum> source)
Determines the best way of redirecting result to source. |
SourceEnum |
ResultEnum.getBestSource(EnumSet<SourceEnum> sourceTypes)
Returns the best source for this result. |
static EnumSet<ResultEnum> |
SourceEnum.getPairSet(EnumSet<SourceEnum> sourceTypes)
Returns set consisting of pairs for all items in given set. |
Constructors in sk.uniba.euromath.gene with parameters of type SourceEnum | |
---|---|
TransformationInfo(IExporter exporter,
SourceEnum sourceType,
String sourceNamespaceURI,
ResultEnum resultType,
Map<String,TransformationInfo> targets)
Contains information about single transformation. |
Constructor parameters in sk.uniba.euromath.gene with type arguments of type SourceEnum | |
---|---|
CoordinatorInfo(String outputClassId,
String extension,
String desc,
String mime,
Map<String,EnumSet<SourceEnum>> namespaces)
The constructor. |
|
ExporterInfo(String id,
String displayableName,
EnumSet<SourceEnum> sourceTypes,
String sourceNamespaceURI,
EnumSet<ResultEnum> resultTypes,
Set<String> targets,
int priority,
IExporterFactory factory)
Contains information about single exporter. |
Uses of SourceEnum in sk.uniba.euromath.gene.builtin |
---|
Methods in sk.uniba.euromath.gene.builtin that return types with arguments of type SourceEnum | |
---|---|
(package private) static Map<String,EnumSet<SourceEnum>> |
XHTMLCoordinator.getNamespaces()
Returns namespaces accepted. |
(package private) static Map<String,EnumSet<SourceEnum>> |
LaTeXCoordinator.getNamespaces()
Returns namespaces accepted. |
EnumSet<SourceEnum> |
XHTMLCoordinator.getSource(String namespace)
|
EnumSet<SourceEnum> |
LaTeXCoordinator.getSource(String namespace)
|
Uses of SourceEnum in sk.uniba.euromath.gene.controller |
---|
Methods in sk.uniba.euromath.gene.controller with parameters of type SourceEnum | |
---|---|
Source |
ExporterPipe.export(DocumentFragment source,
SourceEnum expected)
Exports given nametree as defined by the transformation info. |
Uses of SourceEnum in sk.uniba.euromath.gene.exportgraph |
---|
Methods in sk.uniba.euromath.gene.exportgraph that return types with arguments of type SourceEnum | |
---|---|
EnumSet<SourceEnum> |
NamespaceMapAcceptor.getSource(String namespace)
|
EnumSet<SourceEnum> |
INamespaceAcceptor.getSource(String namespace)
Returns kind of source for this namespace. |
Method parameters in sk.uniba.euromath.gene.exportgraph with type arguments of type SourceEnum | |
---|---|
GraphNode |
ExportGraphBuilder.newGraph(String sourceNamespace,
EnumSet<ResultEnum> provides,
Map<String,EnumSet<SourceEnum>> requires)
Produces a graph of exporters, that are able to process given namespace and return namespaces from given set. |
TransformationInfo |
ExportGraphBuilder.toTransformationInfo(GraphNode node,
ExportHelper c,
EnumSet<ResultEnum> provides,
Map<String,EnumSet<SourceEnum>> requires,
IGraphEdgeSelector selector)
Produces the transformation info instance. |
Constructor parameters in sk.uniba.euromath.gene.exportgraph with type arguments of type SourceEnum | |
---|---|
NamespaceMapAcceptor(Map<String,EnumSet<SourceEnum>> accepts)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |