|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphNode | |
---|---|
sk.uniba.euromath.editor.dialogs | Dialogs |
sk.uniba.euromath.editor.widgets | Reusable GUI widgets. |
sk.uniba.euromath.editor.wizards.document | Reusable GUI wizards, that serves for document modification. |
sk.uniba.euromath.gene | Provides GENE (Graph Export Engine) export functionality. |
sk.uniba.euromath.gene.exportgraph | Classes that allows you to build export graphs. |
Uses of GraphNode in sk.uniba.euromath.editor.dialogs |
---|
Method parameters in sk.uniba.euromath.editor.dialogs with type arguments of type GraphNode | |
---|---|
static WidgetWrapperDialog<GraphSelectorWidget> |
Dialogs.createGraphSelector(Shell parent,
Map<GraphNode,Set<String>> editableChoices,
ExportGraph graph)
Creates dialog that allows you to choose exporters. |
Uses of GraphNode in sk.uniba.euromath.editor.widgets |
---|
Fields in sk.uniba.euromath.editor.widgets with type parameters of type GraphNode | |
---|---|
protected IdentityHashMap<GraphNode,Map<String,sk.uniba.euromath.editor.widgets.GraphSelectorWidget.ComboAndValue>> |
GraphSelectorWidget.graphChoices
Contains choices in graphs. |
Methods in sk.uniba.euromath.editor.widgets that return types with arguments of type GraphNode | |
---|---|
static Map<GraphNode,Set<String>> |
GraphSelectorWidget.getEditableChoices(ExportGraph graph)
Computes and returns all choice nodes that the user can edit using this widget. |
Methods in sk.uniba.euromath.editor.widgets with parameters of type GraphNode | |
---|---|
protected static void |
GraphSelectorWidget.scanGraph(GraphNode graph,
Map<GraphNode,Set<String>> editableChoices)
Scans the graph for a choice node. |
Method parameters in sk.uniba.euromath.editor.widgets with type arguments of type GraphNode | |
---|---|
protected static void |
GraphSelectorWidget.scanGraph(GraphNode graph,
Map<GraphNode,Set<String>> editableChoices)
Scans the graph for a choice node. |
Constructor parameters in sk.uniba.euromath.editor.widgets with type arguments of type GraphNode | |
---|---|
GraphSelectorWidget(Composite parent,
Map<GraphNode,Set<String>> editableChoices,
ExportGraph graph)
Constructor. |
Uses of GraphNode in sk.uniba.euromath.editor.wizards.document |
---|
Fields in sk.uniba.euromath.editor.wizards.document with type parameters of type GraphNode | |
---|---|
protected Map<GraphNode,Set<String>> |
GraphSelectorWizardPage.editableChoices
All choice nodes. |
Constructor parameters in sk.uniba.euromath.editor.wizards.document with type arguments of type GraphNode | |
---|---|
GraphSelectorWizardPage(Map<GraphNode,Set<String>> editableChoices,
ExportGraph graph)
Constructor. |
Uses of GraphNode in sk.uniba.euromath.gene |
---|
Methods in sk.uniba.euromath.gene that return GraphNode | |
---|---|
GraphNode |
InstanceProvider.getAdjustedGraph(TransformationInfo view,
String coordinatorId)
Tries to adjust given view to be able to get accepted by given coordinator. |
Uses of GraphNode in sk.uniba.euromath.gene.exportgraph |
---|
Methods in sk.uniba.euromath.gene.exportgraph that return GraphNode | |
---|---|
static GraphNode |
GraphNode.newExporterNode(ExporterInfo info)
Returns node that represents an exporter. |
GraphNode |
ExportGraphBuilder.newGraph(String sourceNamespace,
EnumSet<ResultEnum> provides,
INamespaceAcceptor requires)
Produces a graph of exporters, that are able to process given namespace and return namespaces from given set. |
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. |
GraphNode |
ExportGraphBuilder.newGraph(String sourceNamespace,
String coordinatorId)
Produces a graph of exporters, that are able to process given namespace and return namespaces from given set. |
(package private) GraphNode |
NewNodeGraphBuilder.newNodeGraph()
Creates new node graph, using parameters given to the object in constructor. |
static GraphNode |
GraphNode.newSourceNode(String namespace)
Returns node that represents a document source. |
GraphNode |
ExportGraphBuilder.newWildcardGraphNode(String sourceNamespace,
CoordinatorInfo info)
Constructs a new graph node, able to deliver given namespace to the coordinator using a wildcard exporter. |
Methods in sk.uniba.euromath.gene.exportgraph that return types with arguments of type GraphNode | |
---|---|
List<GraphNode> |
ExportGraph.getAllNodes()
Returns all graph nodes. |
Map<String,GraphNode> |
ExportGraph.getAllNodesAsMap()
Returns all graph nodes as a map. |
List<GraphNode> |
ExportGraph.getRegularNodes()
Return unmodifiable list of all regular nodes. |
List<GraphNode> |
GraphNode.getTargets(String namespaceUri)
Returns an unmodifiable list of nodes that may process given namespace. |
Methods in sk.uniba.euromath.gene.exportgraph with parameters of type GraphNode | |
---|---|
void |
ExportGraph.addNode(GraphNode node,
boolean isRegular,
boolean force)
Registers given node. |
void |
GraphNode.attachNode(GraphNode node)
Attaches given node to the followers of this node (creates an edge oriented from this node to given node). |
static void |
GraphNode.checkCompatibility(GraphNode prev,
GraphNode next)
Checks compatibility of these two nodes. |
static void |
GraphNode.checkCompatibility(Set<String> ns,
EnumSet<ResultEnum> nsTypes,
GraphNode next)
Checks compatibility of a node. |
int |
IGraphEdgeSelector.getChildNode(GraphNode node,
String namespace)
For given node and namespace returns index of child graph node that'll be selected in result exporter chain. |
boolean |
GraphNode.isAscendantOf(GraphNode other)
Checks if there is a follower path from this node to the other node. |
boolean |
ExportGraph.isRegular(GraphNode node)
Checks if given node is a regular graph node. |
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. |
Constructor parameters in sk.uniba.euromath.gene.exportgraph with type arguments of type GraphNode | |
---|---|
ExportGraph(List<? extends GraphNode> regularGraphNodes,
List<? extends GraphNode> wildcardGraphNodes)
Constructor. |
|
ExportGraph(List<? extends GraphNode> regularGraphNodes,
List<? extends GraphNode> wildcardGraphNodes)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |