Constructors in fr.fluxmedia.transmorpher.Graph with parameters of type Process |
Channel(String n,
Process p)
|
Channel(String n,
Process p,
Port i,
Port o)
|
FeedBack(String name,
Process p)
|
FeedBack(String name,
Process p,
Port i,
Port ii,
Port io,
Port o)
This might really be useless |
CallImpl(String n,
String t,
Process p,
int numIn,
int numOut)
|
ApplyImpl(String n,
String t,
Process p,
String r,
int in,
int out)
|
ApplyQuery(String n,
String t,
Process p,
String q)
|
Repeat(String n,
int t,
Process p,
int in,
int out)
|
ApplyProcess(String n,
String t,
Process p,
String pr,
int in,
int out)
|
Dispatch(String n,
String t,
Process p,
int out)
|
StdOut(String name,
Process p)
|
StdOut(String name,
Process p,
Port i,
Port o)
|
Test(String name,
Process p)
|
Test(String name,
Process p,
Port i,
Port ii,
Port io,
Port o)
|
Null(String name,
Process p)
|
Null(String name,
Process p,
Port i,
Port o)
|
Generate(String n,
String t,
Process p,
int out)
|
Generate(String n,
String t,
Process p,
int out,
String file)
For compatibility with pre-1.0 Transmorpher |
StdIn(String name,
Process p)
|
StdIn(String name,
Process p,
Port i,
Port o)
|
ApplyExternal(String n,
String t,
String file,
Process p,
int in,
int out)
|
Serialize(String n,
String t,
Process p,
int in)
|
Serialize(String n,
String t,
Process p,
int in,
String file)
For compatibility with pre-1.0 Transmorpher |
Merge(String n,
String t,
Process p,
int in)
|
ApplyRuleset(String n,
String t,
Process p,
String r,
String s)
|
ApplyRuleset(String n,
String t,
Process p,
String r)
|