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