INRIA & FluxMedia

fr.fluxmedia.transmorpher.graph.rules
Class Extends

java.lang.Object
  extended by fr.fluxmedia.transmorpher.graph.rules.Extends
All Implemented Interfaces:
Rule

public class Extends
extends java.lang.Object
implements Rule

Transmorpher graph rule node interface

Since:
jdk 1.3 / SAX 2.0
Author:
Jerome.Euzenat@inrialpes.fr

Field Summary
 java.lang.String ruleset
          Description of the Field
 
Constructor Summary
Extends()
          Constructor for the Extends object
Extends(java.lang.String r)
          Constructor for the Extends object
 
Method Summary
 void generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 void generateXML()
          Prints the XML expression of the rule
 void generateXSLTCode(Writer file)
          Description of the Method
 java.lang.String getRuleset()
          Gets the ruleset attribute of the Extends object
 void setRuleset(java.lang.String ruleset)
          Sets the ruleset attribute of the Extends object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleset

public java.lang.String ruleset
Description of the Field

Constructor Detail

Extends

public Extends()
Constructor for the Extends object


Extends

public Extends(java.lang.String r)
Constructor for the Extends object

Parameters:
r - Description of the Parameter
Method Detail

getRuleset

public java.lang.String getRuleset()
Gets the ruleset attribute of the Extends object

Returns:
The ruleset value

setRuleset

public void setRuleset(java.lang.String ruleset)
Sets the ruleset attribute of the Extends object

Parameters:
ruleset - The new ruleset value

generateXML

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

Specified by:
generateXML in interface Rule

generateXSLTCode

public void generateXSLTCode(Writer file)
                      throws java.io.IOException
Description of the Method

Specified by:
generateXSLTCode in interface Rule
Parameters:
file - Description of the Parameter
Throws:
java.io.IOException - Description of the Exception

generateInsideXSLTCode

public void generateInsideXSLTCode(Writer file)
Prints the XSLT code inside a ModTag template

Specified by:
generateInsideXSLTCode in interface Rule
Parameters:
file - Description of the Parameter

INRIA & FluxMedia

..no bottom yet...