Class Linkings.Substitution
java.lang.Object
org.bigraphs.framework.core.BigraphDelegator<S>
org.bigraphs.framework.core.ElementaryBigraph<S>
org.bigraphs.framework.core.impl.elementary.Linkings.Substitution
- All Implemented Interfaces:
Bigraph<S>,EcoreBigraph<S>,EcoreBigraphExt,HasSignature<S>
- Direct Known Subclasses:
Linkings.Identity
- Enclosing class:
Linkings<S extends AbstractEcoreSignature<? extends Control<?,?>>>
-
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 TypeMethodDescriptiongetSiblingsOfInnerName(BigraphEntity.InnerName innerName) Returns all siblings of an inner name.List<BigraphEntity<?>> getSiblingsOfNode(BigraphEntity<?> node) Always returns an empty list because a linking has no nodes.Get the corresponding signature of the underlying bigraphMethods inherited from class org.bigraphs.framework.core.ElementaryBigraph
areConnected, getAllLinks, getAllPlaces, getChildrenOf, getEdges, getInstanceModel, getLevelOf, getLinkOfPoint, getMetaModel, getNodeOfPort, getNodes, getOpenNeighborhoodOfVertex, getParent, getPointsFromLink, getPortCount, getPorts, getRoots, getSites, 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
-
getInnerNames
- Specified by:
getInnerNamesin interfaceBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Overrides:
getInnerNamesin classElementaryBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>>
-
getOuterNames
- Specified by:
getOuterNamesin interfaceBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Overrides:
getOuterNamesin classElementaryBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>>
-
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 classBigraphDelegator<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Returns:
- the signature of the bigraph
-
getSiblingsOfNode
Always returns an empty list because a linking has no nodes.- Specified by:
getSiblingsOfNodein interfaceBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Overrides:
getSiblingsOfNodein classElementaryBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Parameters:
node- argument is not considered- Returns:
- an empty list
-
getSiblingsOfInnerName
public Collection<BigraphEntity.InnerName> getSiblingsOfInnerName(BigraphEntity.InnerName innerName) Description copied from interface:BigraphReturns all siblings of an inner name. The collection will not contain any port.- Specified by:
getSiblingsOfInnerNamein interfaceBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Overrides:
getSiblingsOfInnerNamein classElementaryBigraph<S extends AbstractEcoreSignature<? extends Control<?,?>>> - Parameters:
innerName- the inner name who's siblings should be returned- Returns:
- the siblings connected to
innerName
-