|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.properties.MapPropertyHolder
de.cau.cs.kieler.kiml.service.formats.TransformationData<S,T>
S
- source graph typeT
- target graph typepublic class TransformationData<S,T>
A transformation data object that can be arbitrarily extended using the properties mechanism.
Constructor Summary | |
---|---|
TransformationData()
|
Method Summary | |
---|---|
Iterable<String> |
getMessages()
Returns the reported log messages. |
S |
getSourceGraph()
Returns the original source graph. |
List<T> |
getTargetGraphs()
Returns the transformed target graphs. |
void |
log(String message)
Report a log message. |
void |
setSourceGraph(S thesourceGraph)
Set the original source graph. |
Methods inherited from class de.cau.cs.kieler.core.properties.MapPropertyHolder |
---|
checkProperties, copyProperties, getAllProperties, getProperty, getProperty, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformationData()
Method Detail |
---|
public void setSourceGraph(S thesourceGraph)
thesourceGraph
- the source graphpublic S getSourceGraph()
public List<T> getTargetGraphs()
public void log(String message)
message
- a user friendly messagepublic Iterable<String> getMessages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |