|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.logeo.reform.Reformer
public abstract class Reformer
A reformer transforms a denotator of a given form to a new denotator of another given form. Instances are not created directly, but by using the static make method. For each pair of forms, the corresponding reformer is cached.
Method Summary | |
---|---|
static Reformer |
make(Form from,
Form to)
Creates a reformer that converts a denotator of form from to a denotator of
form to . |
abstract Denotator |
reform(Denotator d)
Creates a new denotator from d
with the configured form. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract Denotator reform(Denotator d) throws RubatoException
d
with the configured form.
RubatoException
- if d
does not have the
configured formpublic static Reformer make(Form from, Form to)
from
to a denotator of
form to
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |