|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KielerException | |
---|---|
de.cau.cs.kieler.core | The base package for classes and interfaces used throughout KIELER. |
de.cau.cs.kieler.core.model.util | This package contains a collection of utility classes. |
de.cau.cs.kieler.esterel.cec | Utility class to call native CEC compiler. |
de.cau.cs.kieler.kiml | Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. |
de.cau.cs.kieler.kiml.grana | Base classes for implementation of analysis algorithms and classes that provide the analyses as services. |
de.cau.cs.kieler.kiml.grana.analyses | Basic graph analysis algorithms provided through the extension point. |
de.cau.cs.kieler.kiml.graphviz.layouter | Connection of the Graphviz layouter to the KIML interface for automatic layout. |
de.cau.cs.kieler.kiml.ogdf | Wrapper classes and layout provider to connect the OGDF to KIML. |
de.cau.cs.kieler.kiml.ui.layouter | Layouters shipped with the KIML UI plug-in. |
de.cau.cs.kieler.kiml.util | Utility classes for automatic layout using KIML. |
de.cau.cs.kieler.klodd.hierarchical | Base package of the hierarchical dataflow layout algorithm. |
de.cau.cs.kieler.krep.compiler.exceptions | Exceptions that are thrown by the compiler. |
de.cau.cs.kieler.krep.evalbench.comm | Package that defines a common interface for the communication between KIELER and the processor. |
de.cau.cs.kieler.krep.evalbench.program | Assembler representation for the different processors. |
de.cau.cs.kieler.sim.kiem | This package contains the basic activator class, the messages.properties file, with the externalized strings and a proxy editor for opening *.execution files with the KiemView. |
de.cau.cs.kieler.synccharts.text.actions.bridge | Contains glue code classes that bridge between the Xtext label parser and the SyncCharts metamodel resp its editor. |
de.cau.cs.kieler.synccharts.text.actions.bridge.test | Test cases to auto-test serializer and parser. |
Uses of KielerException in de.cau.cs.kieler.core |
---|
Subclasses of KielerException in de.cau.cs.kieler.core | |
---|---|
class |
KielerModelException
An Exception that indicates problems with certain model elements. |
Uses of KielerException in de.cau.cs.kieler.core.model.util |
---|
Methods in de.cau.cs.kieler.core.model.util that throw KielerException | |
---|---|
static void |
ModelErrorHandler.addMarker(String msg,
EObject target)
Add a problem marker to a given EObject to indicate problems graphically in the diagram. |
static IStatus |
XtendTransformationUtil.model2ModelTransform(String xtendFile,
String startFunction,
URI inputModelURI,
URI outputModelURI,
EPackage... involvedMetamodels)
This transformation uses the Xtend transformation language. |
static XtendStatus |
XpandTransformationUtil.model2TextTransform(String xpandFile,
String startFunction,
URI inputModelURI,
String outPath,
EPackage... modelPackages)
This transformation uses the xpand transformation language. |
static XtendStatus |
XpandTransformationUtil.model2TextTransform(String xpandFile,
String startFunction,
URI inputModelURI,
String outPath,
org.eclipse.xpand2.output.PostProcessor postProcessor,
EPackage... modelPackages)
This transformation uses the xpand transformation language. |
Uses of KielerException in de.cau.cs.kieler.esterel.cec |
---|
Methods in de.cau.cs.kieler.esterel.cec that throw KielerException | |
---|---|
static InputStream |
CEC.exec(CEC.MODULE module,
InputStream input)
Execute single CEC module. |
static InputStream |
KonsoleExec.exec(String cmd,
InputStream input,
int inittime,
int timeout,
int steptime)
Run an external process with a timeout. |
static URI |
CEC.run(URI strlFile)
Compile Esterel file to C. |
static URI |
CEC.run(URI strlFile,
File outFile)
Compile Esterel file to C. |
Uses of KielerException in de.cau.cs.kieler.kiml |
---|
Methods in de.cau.cs.kieler.kiml that throw KielerException | |
---|---|
abstract void |
AbstractLayoutProvider.doLayout(KNode layoutNode,
IKielerProgressMonitor progressMonitor)
Performs the actual layout process, that is attaches layout information to the given node object. |
AbstractLayoutProvider |
LayoutServices.getLayoutProvider(KNode layoutNode)
Returns the most appropriate layout provider for the given node. |
void |
AbstractLayoutProvider.initialize(String parameter)
Initialize the layout provider with the given parameter. |
void |
RecursiveLayouterEngine.layout(KNode layoutGraph,
IKielerProgressMonitor progressMonitor,
boolean layoutAncestors)
Performs recursive layout on the given layout graph. |
Uses of KielerException in de.cau.cs.kieler.kiml.grana |
---|
Methods in de.cau.cs.kieler.kiml.grana that throw KielerException | |
---|---|
Object |
IAnalysis.doAnalysis(KNode parentNode,
Map<String,Object> results,
IKielerProgressMonitor progressMonitor)
Performs the actual analysis process and returns the results. |
Uses of KielerException in de.cau.cs.kieler.kiml.grana.analyses |
---|
Methods in de.cau.cs.kieler.kiml.grana.analyses that throw KielerException | |
---|---|
Object |
BendsAnalysis.doAnalysis(KNode parentNode,
Map<String,Object> results,
IKielerProgressMonitor progressMonitor)
Performs the actual analysis process and returns the results. |
Object |
EdgeCountAnalysis.doAnalysis(KNode parentNode,
Map<String,Object> results,
IKielerProgressMonitor progressMonitor)
Performs the actual analysis process and returns the results. |
Object |
EdgeCrossingsAnalysis.doAnalysis(KNode parentNode,
Map<String,Object> results,
IKielerProgressMonitor progressMonitor)
Performs the actual analysis process and returns the results. |
Object |
EdgeLengthAnalysis.doAnalysis(KNode parentNode,
Map<String,Object> results,
IKielerProgressMonitor progressMonitor)
Performs the actual analysis process and returns the results. |
Object |
NodeCountAnalysis.doAnalysis(KNode parentNode,
Map<String,Object> results,
IKielerProgressMonitor progressMonitor)
Performs the actual analysis process and returns the results. |
Object |
NodeCrossingsAnalysis.doAnalysis(KNode parentNode,
Map<String,Object> results,
IKielerProgressMonitor progressMonitor)
Performs the actual analysis process and returns the results. |
Object |
NodeDegreeAnalysis.doAnalysis(KNode parentNode,
Map<String,Object> results,
IKielerProgressMonitor progressMonitor)
Performs the actual analysis process and returns the results. |
Uses of KielerException in de.cau.cs.kieler.kiml.graphviz.layouter |
---|
Methods in de.cau.cs.kieler.kiml.graphviz.layouter that throw KielerException | |
---|---|
void |
GraphvizLayoutProvider.doLayout(KNode layoutNode,
IKielerProgressMonitor progressMonitor)
Performs the actual layout process, that is attaches layout information to the given node object. |
void |
GraphvizLayouter.layout(KNode parentNode,
IKielerProgressMonitor progressMonitor,
String command)
Performs the actual work of the layout process. |
static Process |
GraphvizAPI.startProcess(String command)
Starts a new Graphviz process with the given command. |
static void |
GraphvizAPI.waitForInput(InputStream inputStream,
InputStream errorStream,
IKielerProgressMonitor monitor)
Waits until there is some input from the given input stream, with a customizable timeout. |
Uses of KielerException in de.cau.cs.kieler.kiml.ogdf |
---|
Methods in de.cau.cs.kieler.kiml.ogdf that throw KielerException | |
---|---|
void |
OgdfLayoutProvider.doLayout(KNode layoutNode,
IKielerProgressMonitor progressMonitor)
Performs the actual layout process, that is attaches layout information to the given node object. |
void |
OgdfLayouter.doLayout(KNode layoutNode,
IKielerProgressMonitor progressMonitor)
Layouts the given graph. |
void |
OgdfLayoutProvider.initialize(String parameter)
Initialize the layout provider with the given parameter. |
Uses of KielerException in de.cau.cs.kieler.kiml.ui.layouter |
---|
Methods in de.cau.cs.kieler.kiml.ui.layouter that throw KielerException | |
---|---|
void |
Draw2DLayoutProvider.doLayout(KNode layoutNode,
IKielerProgressMonitor progressMonitor)
Performs the actual layout process, that is attaches layout information to the given node object. |
Uses of KielerException in de.cau.cs.kieler.kiml.util |
---|
Methods in de.cau.cs.kieler.kiml.util that throw KielerException | |
---|---|
void |
BoxLayoutProvider.doLayout(KNode layoutNode,
IKielerProgressMonitor progressMonitor)
Performs the actual layout process, that is attaches layout information to the given node object. |
Uses of KielerException in de.cau.cs.kieler.klodd.hierarchical |
---|
Methods in de.cau.cs.kieler.klodd.hierarchical that throw KielerException | |
---|---|
void |
HierarchicalDataflowLayoutProvider.doLayout(KNode layoutNode,
IKielerProgressMonitor progressMonitor)
Performs the actual layout process, that is attaches layout information to the given node object. |
Uses of KielerException in de.cau.cs.kieler.krep.compiler.exceptions |
---|
Subclasses of KielerException in de.cau.cs.kieler.krep.compiler.exceptions | |
---|---|
class |
ClockException
Exception to indicate an error in the clock calculus. |
class |
TypeException
Exceptions that is thrown for any error during type inference. |
Uses of KielerException in de.cau.cs.kieler.krep.evalbench.comm |
---|
Subclasses of KielerException in de.cau.cs.kieler.krep.evalbench.comm | |
---|---|
class |
CommunicationException
Exception used by the communication protocols. |
class |
LoadException
Exception that is thrown while downloading a program onto a processor. |
Uses of KielerException in de.cau.cs.kieler.krep.evalbench.program |
---|
Subclasses of KielerException in de.cau.cs.kieler.krep.evalbench.program | |
---|---|
class |
ParseException
Any exception that occurred while Parsing an Assembler file. |
Uses of KielerException in de.cau.cs.kieler.sim.kiem |
---|
Subclasses of KielerException in de.cau.cs.kieler.sim.kiem | |
---|---|
class |
KiemMasterException
The Class KiemMasterException. |
Uses of KielerException in de.cau.cs.kieler.synccharts.text.actions.bridge |
---|
Subclasses of KielerException in de.cau.cs.kieler.synccharts.text.actions.bridge | |
---|---|
class |
DiagnosticException
A KielerModelException that also contains Diagnostic information. |
Uses of KielerException in de.cau.cs.kieler.synccharts.text.actions.bridge.test |
---|
Methods in de.cau.cs.kieler.synccharts.text.actions.bridge.test that throw KielerException | |
---|---|
void |
ParserSerializerTest.testParser1()
A JUnit test for the Labelparser. |
void |
ParserSerializerTest.testParser2()
A JUnit test for the Labelparser. |
void |
ParserSerializerTest.testParser3()
|
void |
ParserSerializerTest.testParserInvalid()
A JUnit test for the Labelparser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |