Class PureBigraphRankedGraphEncoding
java.lang.Object
org.bigraphs.framework.core.AbstractRankedGraph<PureBigraph,AbstractRankedGraph.LabeledNode,AbstractRankedGraph.LabeledEdge>
org.bigraphs.framework.converter.rankedgraph.PureBigraphRankedGraphEncoding
public class PureBigraphRankedGraphEncoding
extends AbstractRankedGraph<PureBigraph,AbstractRankedGraph.LabeledNode,AbstractRankedGraph.LabeledEdge>
- Author:
- Dominik Grzelak
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bigraphs.framework.core.AbstractRankedGraph
AbstractRankedGraph.LabeledEdge, AbstractRankedGraph.LabeledNode
-
Field Summary
Fields inherited from class org.bigraphs.framework.core.AbstractRankedGraph
bigraph, encodingFinished, encodingStarted, graph, rootMap, roots, variableMap, variables
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode()
protected Optional<AbstractRankedGraph.LabeledNode>
protected Optional<AbstractRankedGraph.LabeledNode>
getByIdAndType
(String id, BigraphEntityType type) protected void
init()
Methods inherited from class org.bigraphs.framework.core.AbstractRankedGraph
getDirectedGraph, getGraph, isEncodingFinished, isEncodingStarted
-
Constructor Details
-
PureBigraphRankedGraphEncoding
-
-
Method Details
-
init
protected void init()- Specified by:
init
in classAbstractRankedGraph<PureBigraph,
AbstractRankedGraph.LabeledNode, AbstractRankedGraph.LabeledEdge>
-
encode
public void encode()- Specified by:
encode
in classAbstractRankedGraph<PureBigraph,
AbstractRankedGraph.LabeledNode, AbstractRankedGraph.LabeledEdge>
-
getByIdAndType
protected Optional<AbstractRankedGraph.LabeledNode> getByIdAndType(String id, BigraphEntityType type) -
getById
-