INRIA & FluxMedia

Serialized Form


Package fr.fluxmedia.transmorpher.graph

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

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

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

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

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

Class fr.fluxmedia.transmorpher.graph.CallImpl extends java.util.Observable 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 extends java.util.Observable 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 extends CallImpl implements Serializable

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

Serialized Fields

innerInput

Port innerInput

innerOutput

Port innerOutput

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

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

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

Class fr.fluxmedia.transmorpher.graph.Port extends java.lang.Object 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 extends CallImpl 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 extends CallImpl implements Serializable

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

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

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


Package fr.fluxmedia.transmorpher.graph.prop

Package fr.fluxmedia.transmorpher.utils

Class fr.fluxmedia.transmorpher.utils.Fifo extends java.util.Vector 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 extends java.lang.Exception implements Serializable

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

Serialized Fields

innerException

java.lang.Exception innerException


INRIA & FluxMedia

..no bottom yet...