Class BigraphConnectivityChecker
java.lang.Object
org.bigraphs.framework.core.analysis.BigraphConnectivityChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisFullyConnected(PureBigraph bigraph) Checks if all nodes in the place graph of the given bigraph are fully connected.
-
Constructor Details
-
BigraphConnectivityChecker
public BigraphConnectivityChecker()
-
-
Method Details
-
isFullyConnected
Checks if all nodes in the place graph of the given bigraph are fully connected. This means that each node must be reachable from every other node via a link (either an edge or an outer name).- Parameters:
bigraph- the pure bigraph instance representing the bigraph to be checked.- Returns:
trueif the bigraph is fully connected,falseotherwise.
-