INRIA & FluxMedia

Serialized Form


Package fr.fluxmedia.transmorpher.graph

Class fr.fluxmedia.transmorpher.graph.ApplyExternal implements Serializable

Class fr.fluxmedia.transmorpher.graph.ApplyImpl implements Serializable

Class fr.fluxmedia.transmorpher.graph.ApplyProcess implements Serializable

Class fr.fluxmedia.transmorpher.graph.ApplyQuery implements Serializable

Class fr.fluxmedia.transmorpher.graph.ApplyRuleset implements Serializable

Class fr.fluxmedia.transmorpher.graph.CallImpl implements Serializable

Serialized Fields

id

java.lang.String id
The id of the call

parameters

Parameters parameters
The storage object for the parameters of this call. Parameters are parameterizable.

attributes

StringParameters attributes
The storage object for the attributes of this call. Attributes are not parameterizable.

inPorts

PortList inPorts
The storage structure for the in ports of this call

outPorts

PortList outPorts
The storage structure for the out ports of this call

visited

boolean visited
Description of the Field

nullified

boolean nullified
Description of the Field

process

Process process
The process owner of this call

Class fr.fluxmedia.transmorpher.graph.Channel implements Serializable

Serialized Fields

in

Port in
in port of this channel

out

Port out
out port of this channel

name

java.lang.String name
name of the channel

visited

boolean visited
Description of the Field

nullified

boolean nullified
Description of the Field

process

Process process
the process that contains this channel

Class fr.fluxmedia.transmorpher.graph.Dispatch implements Serializable

Class fr.fluxmedia.transmorpher.graph.FeedBack implements Serializable

Serialized Fields

innerInput

Port innerInput

innerOutput

Port innerOutput

Class fr.fluxmedia.transmorpher.graph.Generate implements Serializable

Class fr.fluxmedia.transmorpher.graph.Merge implements Serializable

Class fr.fluxmedia.transmorpher.graph.Null implements Serializable

Class fr.fluxmedia.transmorpher.graph.Port implements Serializable

Serialized Fields

channel

Channel channel
Description of the Field

tOwner

Transformation tOwner
Description of the Field

cOwner

Call cOwner
Description of the Field

number

int number
Description of the Field

name

java.lang.String name
Description of the Field

type

int type
Description of the Field

Class fr.fluxmedia.transmorpher.graph.Repeat implements Serializable

Serialized Fields

process

RepeatProcess process
The process body of the repeat is made of a process

iterators

LinearIndexedStruct iterators
The iterators changing the parameters

Class fr.fluxmedia.transmorpher.graph.Serialize implements Serializable

Class fr.fluxmedia.transmorpher.graph.StdIn implements Serializable

Class fr.fluxmedia.transmorpher.graph.StdOut implements Serializable

Class fr.fluxmedia.transmorpher.graph.Test implements Serializable


Package fr.fluxmedia.transmorpher.utils

Class fr.fluxmedia.transmorpher.utils.Fifo implements Serializable

Serialized Fields

first

int first
The first position at which there is unpoped value

last

int last
The last position at which there is no value

Class fr.fluxmedia.transmorpher.utils.TMException implements Serializable

Class fr.fluxmedia.transmorpher.utils.TMRuntimeException implements Serializable

Serialized Fields

innerException

java.lang.Exception innerException


INRIA & FluxMedia

..no bottom yet...