Class RandomBigraphGeneratorSupport
java.lang.Object
org.bigraphs.framework.core.alg.generators.RandomBigraphGeneratorSupport
- Direct Known Subclasses:
PureBigraphGenerator
Generates random bigraphs.
- Author:
- Dominik Grzelak
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionint
degreeOf
(BigraphEntity nodeEntity) double[]
getStats()
provideControlSupplier
(Signature<? extends Control> signature) setLinkStrategy
(RandomBigraphGeneratorSupport.LinkStrategy linkStrategy) protected void
setParentOfNode
(BigraphEntity node, BigraphEntity parent) protected static List<BigraphEntity>[]
split
(List<BigraphEntity> list)
-
Constructor Details
-
RandomBigraphGeneratorSupport
public RandomBigraphGeneratorSupport() -
RandomBigraphGeneratorSupport
-
-
Method Details
-
getLinkStrategy
-
setLinkStrategy
public RandomBigraphGeneratorSupport setLinkStrategy(RandomBigraphGeneratorSupport.LinkStrategy linkStrategy) -
split
-
degreeOf
-
getStats
public double[] getStats() -
setParentOfNode
-
provideControlSupplier
-
vertexLabelSupplier
-
edgeLabelSupplier
-