Uses of Class
de.wwu.scdh.annotation.selection.ConfigurationException
Packages that use ConfigurationException
-
Uses of ConfigurationException in de.wwu.scdh.annotation.selection
Methods in de.wwu.scdh.annotation.selection that throw ConfigurationExceptionModifier and TypeMethodDescription<R extends Resource<?>,P1 extends Point, P2 extends Point, P3 extends Point, RW extends Rewriter<R, P1, P3>>
RWRewriterFactory.getRewriter(Class<P1> point1, Class<P2> point2, RewriterConfig config) For a combination ofPointclasses, the first of which is the input point, the second is the desired output, return a Rewriter. -
Uses of ConfigurationException in de.wwu.scdh.annotation.selection.rewriter
Methods in de.wwu.scdh.annotation.selection.rewriter that throw ConfigurationExceptionModifier and TypeMethodDescription<R extends Resource<?>,P1 extends Point, P2 extends Point, P3 extends Point, RW extends Rewriter<R, P1, P3>>
RWBackwardMappingFactory.getRewriter(Class<P1> point1, Class<P2> point2, RewriterConfig config) <R extends Resource<?>,P1 extends Point, P2 extends Point, P3 extends Point, RW extends Rewriter<R, P1, P3>>
RWForwardMappingFactory.getRewriter(Class<P1> point1, Class<P2> point2, RewriterConfig config) <R extends Resource<?>,P1 extends Point, P2 extends Point, P3 extends Point, RW extends Rewriter<R, P1, P3>>
RWNormalizerFactory.getRewriter(Class<P1> point1, Class<P2> point2, RewriterConfig config)