Class DiscreteIon<S extends AbstractEcoreSignature<? extends Control<? extends NamedType<?>,? extends FiniteOrdinal<?>>>>
java.lang.Object
org.bigraphs.framework.core.BigraphDelegator<S>
org.bigraphs.framework.core.ElementaryBigraph<S>
org.bigraphs.framework.core.impl.elementary.DiscreteIon<S>
- All Implemented Interfaces:
Bigraph<S>,EcoreBigraph<S>,EcoreBigraphExt,HasSignature<S>
public class DiscreteIon<S extends AbstractEcoreSignature<? extends Control<? extends NamedType<?>,? extends FiniteOrdinal<?>>>>
extends ElementaryBigraph<S>
This class represents a discrete ion.
- Author:
- Dominik Grzelak
-
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 -
Constructor Summary
ConstructorsConstructorDescriptionDiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, S signature, AbstractBigraphFactory<S> factory) DiscreteIon(NamedType<?> name, Set<NamedType<?>> outerNames, S signature, org.eclipse.emf.ecore.EPackage bigraphMetamodel, AbstractBigraphFactory<S> factory) -
Method Summary
Methods inherited from class org.bigraphs.framework.core.ElementaryBigraph
areConnected, getAllLinks, getAllPlaces, getChildrenOf, getEdges, getInnerNames, getInstanceModel, getLevelOf, getLinkOfPoint, getMetaModel, getNodeOfPort, getNodes, getOpenNeighborhoodOfVertex, getOuterNames, getParent, getPointsFromLink, getPortCount, getPorts, getRoots, getSiblingsOfInnerName, getSiblingsOfNode, getSites, getTopLevelRoot, isLinking, isParentOf, isPlacingMethods inherited from class org.bigraphs.framework.core.BigraphDelegator
getBigraphDelegate, getSignatureMethods 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, getSignature, isBEdge, isBInnerName, isBLink, isBNode, isBOuterName, isBPlace, isBPoint, isBPort, isBRoot, isBSite, isIndexable, isNameable, isOfEClass
-
Constructor Details
-
DiscreteIon
-
DiscreteIon
-