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

public static final int COMPOSITION

GENERATE

public static final int GENERATE

SERIALIZE

public static final int SERIALIZE

MERGE

public static final int MERGE

DISPATCH

public static final int DISPATCH

REPEAT

public static final int REPEAT

ADDATT

public static final int ADDATT

ADDTAG

public static final int ADDTAG

REMATT

public static final int REMATT

REMTAG

public static final int REMTAG
Method Detail

generateXML

public void generateXML()
Prints the XML expression of the call

satisfied

public boolean satisfied(int Operation)

INRIA & FluxMedia

..no bottom yet...