Class PureBigraphDecomposerImpl
java.lang.Object
org.bigraphs.framework.core.analysis.BigraphDecomposer<PureBigraph>
org.bigraphs.framework.core.analysis.PureBigraphDecomposerImpl
-
Field Summary
Fields inherited from class org.bigraphs.framework.core.analysis.BigraphDecomposer
decompositionStrategy, DEFAULT_DECOMPOSITION_STRATEGY
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PureBigraphDecomposerImpl
(BigraphDecompositionStrategy<PureBigraph> decompositionStrategy) -
Method Summary
Modifier and TypeMethodDescriptionMap<BigraphEntity<?>,
Integer> getIdMap()
Map<Integer,
List<BigraphEntity<?>>> Delegate method.Methods inherited from class org.bigraphs.framework.core.analysis.BigraphDecomposer
create, decompose, getDecompositionStrategy
-
Constructor Details
-
PureBigraphDecomposerImpl
protected PureBigraphDecomposerImpl(BigraphDecompositionStrategy<PureBigraph> decompositionStrategy)
-
-
Method Details
-
getPartitions
-
getIdMap
-
getConnectedComponents
-
getUnionFindDataStructure
Delegate method. Returns the abstract data structure to solve the Union-Find problem.- Returns:
- the data structure
-