INRIA & FluxMedia

fr.fluxmedia.transmorpher.graph.prop
Interface Property

All Superinterfaces:
java.io.Serializable

public interface Property
extends java.io.Serializable


Field Summary
static int ADDATT
           
static int ADDTAG
           
static int COMPOSITION
           
static int DISPATCH
           
static int GENERATE
           
static int MERGE
           
static int REMATT
           
static int REMTAG
           
static int REPEAT
           
static int SERIALIZE
           
 
Method Summary
 void generateXML()
          Prints the XML expression of the call
 boolean satisfied(int Operation)
           
 

Field Detail

COMPOSITION

static final int COMPOSITION
See Also:
Constant Field Values

GENERATE

static final int GENERATE
See Also:
Constant Field Values

SERIALIZE

static final int SERIALIZE
See Also:
Constant Field Values

MERGE

static final int MERGE
See Also:
Constant Field Values

DISPATCH

static final int DISPATCH
See Also:
Constant Field Values

REPEAT

static final int REPEAT
See Also:
Constant Field Values

ADDATT

static final int ADDATT
See Also:
Constant Field Values

ADDTAG

static final int ADDTAG
See Also:
Constant Field Values

REMATT

static final int REMATT
See Also:
Constant Field Values

REMTAG

static final int REMTAG
See Also:
Constant Field Values
Method Detail

generateXML

void generateXML()
Prints the XML expression of the call


satisfied

boolean satisfied(int Operation)

INRIA & FluxMedia

..no bottom yet...