|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Call | |
fr.fluxmedia.transmorpher.graph | |
fr.fluxmedia.transmorpher.parser |
Uses of Call in fr.fluxmedia.transmorpher.graph |
Classes in fr.fluxmedia.transmorpher.graph that implement Call | |
class |
ApplyExternal
Transmorpher graph call node interface |
class |
ApplyImpl
|
class |
ApplyProcess
|
class |
ApplyQuery
|
class |
ApplyRuleset
|
class |
CallImpl
|
class |
Dispatch
|
class |
Generate
|
class |
Merge
|
class |
Repeat
|
class |
Serialize
|
Fields in fr.fluxmedia.transmorpher.graph declared as Call | |
(package private) Call |
Port.cOwner
|
Methods in fr.fluxmedia.transmorpher.graph that return Call | |
Call |
Process.getCall(java.lang.String c)
|
Call |
Port.getCall()
|
Methods in fr.fluxmedia.transmorpher.graph with parameters of type Call | |
void |
Process.addCall(Call c)
|
void |
Process.removeCall(Call c)
|
void |
Process.removeCallAndPorts(Call c)
Delete a call (and the channels connected to this call) |
Constructors in fr.fluxmedia.transmorpher.graph with parameters of type Call | |
Port(java.lang.String n,
Call c,
int i)
Port creator for calls |
|
Port(java.lang.String n,
Call c,
int i,
int type)
|
Uses of Call in fr.fluxmedia.transmorpher.parser |
Fields in fr.fluxmedia.transmorpher.parser declared as Call | |
private Call |
RuleSetParser.currentCall
|
private Call |
QueryParser.currentCall
|
protected Call |
ProcessParser.currentCall
|
Methods in fr.fluxmedia.transmorpher.parser with parameters of type Call | |
protected void |
ProcessParser.fixInPorts(Call c,
PortList list,
java.lang.String[] portNames,
int expected,
java.lang.String type)
|
protected void |
ProcessParser.fixOutPorts(Call c,
PortList list,
java.lang.String[] portNames,
int expected,
java.lang.String type)
|
|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |