|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.fluxmedia.transmorpher.graph.rules.Extends
public class Extends
Transmorpher graph rule node interface
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 |
---|
public java.lang.String ruleset
Constructor Detail |
---|
public Extends()
public Extends(java.lang.String r)
r
- Description of the ParameterMethod Detail |
---|
public java.lang.String getRuleset()
public void setRuleset(java.lang.String ruleset)
ruleset
- The new ruleset valuepublic void generateXML()
generateXML
in interface Rule
public void generateXSLTCode(Writer file) throws java.io.IOException
generateXSLTCode
in interface Rule
file
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic void generateInsideXSLTCode(Writer file)
generateInsideXSLTCode
in interface Rule
file
- Description of the Parameter
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |