Class Placings.Symmetry
java.lang.Object
org.bigraphs.framework.core.BigraphDelegator<S>
org.bigraphs.framework.core.ElementaryBigraph<S>
Placings<S>.org.bigraphs.framework.core.impl.elementary.Placings.Permutation
org.bigraphs.framework.core.impl.elementary.Placings.Symmetry
- All Implemented Interfaces:
Bigraph<S>,EcoreBigraph<S>,EcoreBigraphExt,HasSignature<S>
- Enclosing class:
Placings<S extends AbstractEcoreSignature<? extends Control<?,?>>>
Symmetry placings
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bigraphs.framework.core.EcoreBigraph
EcoreBigraph.Stub<S extends AbstractEcoreSignature<?>> -
Field Summary
Fields inherited from class org.bigraphs.framework.core.ElementaryBigraph
instanceModel, metaModelPackageFields inherited from class org.bigraphs.framework.core.BigraphDelegator
bigraphDelegate -
Method Summary
Modifier and TypeMethodDescriptionList<BigraphEntity<?>> getChildrenOf(BigraphEntity<?> node) Returns the set of children of a given node (including sites).getRoots()Get the corresponding signature of the underlying bigraphgetSites()Methods inherited from class org.bigraphs.framework.core.impl.elementary.Placings.Permutation
getSiblingsOfInnerName, getSiblingsOfNodeMethods inherited from class org.bigraphs.framework.core.ElementaryBigraph
areConnected, getAllLinks, getAllPlaces, getEdges, getInnerNames, getInstanceModel, getLevelOf, getLinkOfPoint, getMetaModel, getNodeOfPort, getNodes, getOpenNeighborhoodOfVertex, getOuterNames, getParent, getPointsFromLink, getPortCount, getPorts, getTopLevelRoot, isLinking, isParentOf, isPlacingMethods inherited from class org.bigraphs.framework.core.BigraphDelegator
getBigraphDelegateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bigraphs.framework.core.Bigraph
getIncidentLinksOf, getInnerFace, getOuterFace, getSupport, isActive, isActiveAtNode, isActiveAtSite, isDiscrete, isEpimorphic, isGround, isGuarding, isLean, isMonomorphic, isPrimeMethods inherited from interface org.bigraphs.framework.core.EcoreBigraph
getEMetaModelData, isBEdge, isBInnerName, isBLink, isBNode, isBOuterName, isBPlace, isBPoint, isBPort, isBRoot, isBSite, isIndexable, isNameable, isOfEClass
-
Method Details
-
getRoots
- Specified by:
getRootsin interfaceBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Overrides:
getRootsin classPlacings<S extends AbstractEcoreSignature<? extends Control<?,?>>>.Permutation
-
getSites
- Specified by:
getSitesin interfaceBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Overrides:
getSitesin classPlacings<S extends AbstractEcoreSignature<? extends Control<?,?>>>.Permutation
-
getChildrenOf
Description copied from interface:BigraphReturns the set of children of a given node (including sites).
If the node has no children, then an empty set is returned.- Specified by:
getChildrenOfin interfaceBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Overrides:
getChildrenOfin classPlacings<S extends AbstractEcoreSignature<? extends Control<?,?>>>.Permutation - Parameters:
node- the node whose children should be returned- Returns:
- a set of children of the given node
-
getSignature
Description copied from interface:HasSignatureGet the corresponding signature of the underlying bigraph- Specified by:
getSignaturein interfaceBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Specified by:
getSignaturein interfaceEcoreBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Specified by:
getSignaturein interfaceHasSignature<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Overrides:
getSignaturein classPlacings<S extends AbstractEcoreSignature<? extends Control<?,?>>>.Permutation - Returns:
- the signature of the bigraph
-