|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transformation | |
fr.fluxmedia.transmorpher.Graph | |
fr.fluxmedia.transmorpher.Parser |
Uses of Transformation in fr.fluxmedia.transmorpher.Graph |
Classes in fr.fluxmedia.transmorpher.Graph that implement Transformation | |
class |
Main
|
class |
MainProcess
|
class |
Process
|
class |
Query
|
class |
RepeatProcess
|
class |
Ruleset
|
class |
Servlet
|
class |
TransformationImpl
|
class |
Transformer
|
Fields in fr.fluxmedia.transmorpher.Graph declared as Transformation | |
(package private) Transformation |
Port.tOwner
|
Methods in fr.fluxmedia.transmorpher.Graph that return Transformation | |
Transformation |
Port.getTransformation()
|
Transformation |
Transmorpher.getTransformation(java.lang.String name)
|
Methods in fr.fluxmedia.transmorpher.Graph with parameters of type Transformation | |
void |
Transmorpher.addTransformation(java.lang.String name,
Transformation t)
|
void |
Transmorpher.removeTransformation(Transformation trans)
|
Constructors in fr.fluxmedia.transmorpher.Graph with parameters of type Transformation | |
Port(java.lang.String n,
Transformation t,
int i)
Port creator for transformations |
|
Port(java.lang.String n,
Transformation t,
int i,
int type)
Port creator for transformations |
Uses of Transformation in fr.fluxmedia.transmorpher.Parser |
Fields in fr.fluxmedia.transmorpher.Parser declared as Transformation | |
private Transformation |
RuleSetParser.currentTransformation
|
protected Transformation |
ProcessParser.currentTransformation
|
private Transformation |
QueryParser.currentTransformation
|
Methods in fr.fluxmedia.transmorpher.Parser with parameters of type Transformation | |
protected void |
ProcessParser.fixInPorts(Transformation t,
PortList list,
java.lang.String[] portNames)
|
protected void |
ProcessParser.fixOutPorts(Transformation t,
PortList list,
java.lang.String[] portNames)
|
protected void |
ProcessParser.fixBuf(Transformation t,
PortList bufList,
PortList inList,
java.lang.String[] portNames,
int expected)
|
|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |