public class EPTree2SeqDiagram extends java.lang.Object implements com.google.common.base.Function<IEPTree,ISeqDiagram>
Constructor and Description |
---|
EPTree2SeqDiagram() |
Modifier and Type | Method and Description |
---|---|
ISeqDiagram |
apply(IEPTree input) |
void |
setLabelFnc(com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncLifeline,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncMessage) |
ISeqDiagram |
transform(IEPTree input) |
ISeqDiagram |
transform(IEPTree input,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncLifeline,
com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncMessage) |
public ISeqDiagram apply(IEPTree input)
apply
in interface com.google.common.base.Function<IEPTree,ISeqDiagram>
public void setLabelFnc(com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncLifeline, com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncMessage)
public ISeqDiagram transform(IEPTree input, com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncLifeline, com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<IEPTree,IEPTreeNode>,java.lang.String> labelfncMessage)
public ISeqDiagram transform(IEPTree input)