|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.language.DIFWriter
mapss.dif.csdf.sdf.HSDFToDIFWriter
public class HSDFToDIFWriter
DIF writer class for graphs of runtime type HSDFGraph.
HSDFGraph
Field Summary |
---|
Fields inherited from class mapss.dif.language.DIFWriter |
---|
_graph, _hierarchy |
Constructor Summary | |
---|---|
HSDFToDIFWriter()
|
Method Summary | |
---|---|
protected DIFGraph |
_getEmptyGraph()
Returns an empty graph with the runtime type of the graphs that are going to be written by this writer. |
protected java.lang.String |
_graphType()
Returns a string containing the graph type keyword to be written into the dif file. |
protected boolean |
_isKeyWord(java.lang.String word)
Checks if a string is a keyword in DIF. |
protected java.lang.String |
_writeBuiltinAttribute()
Generate the built-in attribute block. |
Methods inherited from class mapss.dif.language.DIFWriter |
---|
_blank, _checkLabel, _getObjectName, _writeActor, _writeInterface, _writeParameter, _writeRefinement, _writeTopology, _writeUserDefAttribute, compile, compile, getSupportedGraph, objectToString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HSDFToDIFWriter()
Method Detail |
---|
protected boolean _isKeyWord(java.lang.String word)
_isKeyWord
in class DIFWriter
word
- A string to be checked.
protected DIFGraph _getEmptyGraph()
_getEmptyGraph
in class DIFWriter
protected java.lang.String _graphType()
_graphType
in class DIFWriter
protected java.lang.String _writeBuiltinAttribute() throws DIFLanguageException
_writeBuiltinAttribute
in class DIFWriter
DIFLanguageException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |