Skip navigation links
B C E F G I M S T W Y 

B

begin() - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 
beginConcept(Concept) - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 
beginConstraint(Constraint) - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 
beginGroup(Group) - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 

C

close() - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Finish writing the GraphML document.
close() - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 
com.buschmais.jqassistant.plugin.graphml.report.api - package com.buschmais.jqassistant.plugin.graphml.report.api
 
com.buschmais.jqassistant.plugin.graphml.report.decorator - package com.buschmais.jqassistant.plugin.graphml.report.decorator
 
com.buschmais.jqassistant.plugin.graphml.report.impl - package com.buschmais.jqassistant.plugin.graphml.report.impl
 
configure(Map<String, Object>) - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 

E

end() - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 
endConcept() - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 
endConstraint() - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 
endGroup() - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 

F

FILEEXTENSION_GRAPHML - Static variable in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 

G

getLabelsString(Node) - Static method in class com.buschmais.jqassistant.plugin.graphml.report.impl.MetaInformation
 
getNamespaces() - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Return the additional namespaces identified by their prefixes which are used by the decorator.
getNamespaces() - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 
getSchemaLocations() - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Return the schema locations identified by their namespaces.
getSchemaLocations() - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 
GRAPHML - Static variable in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 
GRAPHML_ALLOWED - Static variable in class com.buschmais.jqassistant.plugin.graphml.report.impl.MetaInformation
 
GraphMLDecorator - Interface in com.buschmais.jqassistant.plugin.graphml.report.api
Defines the interface for a GraphML decorator.
GraphMLReportPlugin - Class in com.buschmais.jqassistant.plugin.graphml.report.impl
A report plugin that creates GraphML files based on the results of a concept.
GraphMLReportPlugin() - Constructor for class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 

I

initialize(Result<?>, SubGraph, XMLStreamWriter, File, Map<String, Object>) - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Initialize the decorator.
initialize(Result<?>, SubGraph, XMLStreamWriter, File, Map<String, Object>) - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 
initialize() - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 
isWriteNode(Node) - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Determine if a node shall be written.
isWriteNode(Node) - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 
isWriteRelationship(Relationship) - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Determine if a relationship shall be written.
isWriteRelationship(Relationship) - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 

M

MetaInformation - Class in com.buschmais.jqassistant.plugin.graphml.report.impl
 
MetaInformation() - Constructor for class com.buschmais.jqassistant.plugin.graphml.report.impl.MetaInformation
 

S

setResult(Result<? extends ExecutableRule>) - Method in class com.buschmais.jqassistant.plugin.graphml.report.impl.GraphMLReportPlugin
 

T

typeFor(Class, Set<String>) - Static method in class com.buschmais.jqassistant.plugin.graphml.report.impl.MetaInformation
 

W

writeKeys() - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Writes a bunch of keys in the graphml-Tag that will be used for formating or so.
writeKeys() - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 
writeNodeAttributes(Node) - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Add node attributes.
writeNodeAttributes(Node) - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 
writeNodeElements(Node) - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Add elements inside a node-element.
writeNodeElements(Node) - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 
writeRelationshipAttributes(Relationship) - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Add relationship attributes.
writeRelationshipAttributes(Relationship) - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 
writeRelationshipElements(Relationship) - Method in interface com.buschmais.jqassistant.plugin.graphml.report.api.GraphMLDecorator
Add elements inside a relationship-element.
writeRelationshipElements(Relationship) - Method in class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 

Y

YedGraphMLDecorator - Class in com.buschmais.jqassistant.plugin.graphml.report.decorator
A GraphML decorator for yEd.
YedGraphMLDecorator() - Constructor for class com.buschmais.jqassistant.plugin.graphml.report.decorator.YedGraphMLDecorator
 
B C E F G I M S T W Y 
Skip navigation links

Copyright © 2016–2017 buschmais GbR. All rights reserved.