|
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.RESubst
public class RESubst
Transmorpher graph rule node interface
Field Summary | |
---|---|
java.lang.String |
apply
Description of the Field |
java.lang.String |
context
Description of the Field |
java.lang.String |
match
Description of the Field |
java.lang.String |
source
Description of the Field |
java.lang.String |
target
Description of the Field |
Constructor Summary | |
---|---|
RESubst()
Constructor for the RESubst object |
|
RESubst(java.lang.String m,
java.lang.String s,
java.lang.String t)
Constructor for the RESubst object |
|
RESubst(java.lang.String m,
java.lang.String c,
java.lang.String s,
java.lang.String t,
java.lang.String a)
Constructor for the RESubst 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 |
getApply()
Gets the apply attribute of the RESubst object |
java.lang.String |
getContext()
Gets the context attribute of the RESubst object |
java.lang.String |
getMatch()
Gets the match attribute of the RESubst object |
java.lang.String |
getSource()
Gets the source attribute of the RESubst object |
java.lang.String |
getTarget()
Gets the target attribute of the RESubst object |
void |
setApply(java.lang.String apply)
Sets the apply attribute of the RESubst object |
void |
setContext(java.lang.String context)
Sets the context attribute of the RESubst object |
void |
setMatch(java.lang.String match)
Sets the match attribute of the RESubst object |
void |
setSource(java.lang.String source)
Sets the source attribute of the RESubst object |
void |
setTarget(java.lang.String target)
Sets the target attribute of the RESubst 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 match
public java.lang.String context
public java.lang.String source
public java.lang.String target
public java.lang.String apply
Constructor Detail |
---|
public RESubst()
public RESubst(java.lang.String m, java.lang.String s, java.lang.String t)
m
- Description of the Parameters
- Description of the Parametert
- Description of the Parameterpublic RESubst(java.lang.String m, java.lang.String c, java.lang.String s, java.lang.String t, java.lang.String a)
m
- Description of the Parameterc
- Description of the Parameters
- Description of the Parametert
- Description of the Parametera
- Description of the ParameterMethod Detail |
---|
public void setMatch(java.lang.String match)
match
- The new match valuepublic java.lang.String getMatch()
public void setContext(java.lang.String context)
context
- The new context valuepublic java.lang.String getContext()
public void setTarget(java.lang.String target)
target
- The new target valuepublic java.lang.String getTarget()
public void setSource(java.lang.String source)
source
- The new source valuepublic java.lang.String getSource()
public void setApply(java.lang.String apply)
apply
- The new apply valuepublic java.lang.String getApply()
public 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) throws TMException
generateInsideXSLTCode
in interface Rule
file
- Description of the Parameter
TMException
- Description of the Exception
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |