Uses of Class
org.bigraphs.framework.simulation.matching.AbstractDynamicMatchAdapter.ControlLinkPair
Packages that use AbstractDynamicMatchAdapter.ControlLinkPair
Package
Description
-
Uses of AbstractDynamicMatchAdapter.ControlLinkPair in org.bigraphs.framework.simulation.matching
Methods in org.bigraphs.framework.simulation.matching that return types with arguments of type AbstractDynamicMatchAdapter.ControlLinkPairModifier and TypeMethodDescriptionAbstractDynamicMatchAdapter.getLinksOfNode
(BigraphEntity<?> node) Note: Only the port indices are important for the order, not the name itself. -
Uses of AbstractDynamicMatchAdapter.ControlLinkPair in org.bigraphs.framework.simulation.matching.pure
Methods in org.bigraphs.framework.simulation.matching.pure that return types with arguments of type AbstractDynamicMatchAdapter.ControlLinkPairModifier and TypeMethodDescriptionPureBigraphAgentAdapter.getLinksOfNode
(BigraphEntity<?> node) In the list are included edges and outer names.PureBigraphRedexAdapter.getLinksOfNode
(BigraphEntity<?> node) Only outer names are returned, edges are not considered for the result.