Uses of Class
org.bigraphs.framework.core.impl.BigraphEntity.RootEntity
Packages that use BigraphEntity.RootEntity
Package
Description
-
Uses of BigraphEntity.RootEntity in org.bigraphs.framework.core
Methods in org.bigraphs.framework.core that return BigraphEntity.RootEntityModifier and TypeMethodDescriptionBigraph.getTopLevelRoot(BigraphEntity<?> node) BigraphDelegator.getTopLevelRoot(BigraphEntity<?> node) ElementaryBigraph.getTopLevelRoot(BigraphEntity node) Methods in org.bigraphs.framework.core that return types with arguments of type BigraphEntity.RootEntityModifier and TypeMethodDescriptionBigraph.getRoots()BigraphBuilderSupport.InstanceParameter.getRoots()BigraphDelegator.getRoots()ElementaryBigraph.getRoots()Method parameters in org.bigraphs.framework.core with type arguments of type BigraphEntity.RootEntityModifier and TypeMethodDescriptionprotected org.eclipse.emf.ecore.EObjectBigraphBuilderSupport.createBBigraphContainer(Collection<BigraphEntity.RootEntity> roots, Collection<BigraphEntity.Edge> edges, Collection<BigraphEntity.InnerName> innerNames, Collection<BigraphEntity.OuterName> outerNames) Constructor parameters in org.bigraphs.framework.core with type arguments of type BigraphEntity.RootEntityModifierConstructorDescriptionInstanceParameter(org.eclipse.emf.ecore.EPackage loadedEPackage, org.eclipse.emf.ecore.EObject instanceModel, S signature, Map<Integer, BigraphEntity.RootEntity> availableRoots, Map<Integer, BigraphEntity.SiteEntity> availableSites, Map<String, BigraphEntity.NodeEntity> availableNodes, Map<String, BigraphEntity.InnerName> availableInnerNames, Map<String, BigraphEntity.OuterName> availableOuterNames, Map<String, BigraphEntity.Edge> availableEdges) InstanceParameter(org.eclipse.emf.ecore.EPackage loadedEPackage, S signature, Map<Integer, BigraphEntity.RootEntity> availableRoots, Map<Integer, BigraphEntity.SiteEntity> availableSites, Map<String, BigraphEntity.NodeEntity> availableNodes, Map<String, BigraphEntity.InnerName> availableInnerNames, Map<String, BigraphEntity.OuterName> availableOuterNames, Map<String, BigraphEntity.Edge> availableEdges) -
Uses of BigraphEntity.RootEntity in org.bigraphs.framework.core.impl
Methods in org.bigraphs.framework.core.impl with parameters of type BigraphEntity.RootEntityModifier and TypeMethodDescriptionintBigraphEntity.RootEntity.compareTo(BigraphEntity.RootEntity otherRoot) -
Uses of BigraphEntity.RootEntity in org.bigraphs.framework.core.impl.elementary
Methods in org.bigraphs.framework.core.impl.elementary that return types with arguments of type BigraphEntity.RootEntity -
Uses of BigraphEntity.RootEntity in org.bigraphs.framework.core.impl.pure
Fields in org.bigraphs.framework.core.impl.pure with type parameters of type BigraphEntity.RootEntityModifier and TypeFieldDescriptionprotected final Map<Integer, BigraphEntity.RootEntity> PureBigraphBuilder.availableRootsMethods in org.bigraphs.framework.core.impl.pure that return BigraphEntity.RootEntityModifier and TypeMethodDescriptionPureBigraphMutable.addRoot()Adds a new root to the bigraph.BigraphChangeEvent.RootAdded.getRoot()BigraphChangeEvent.RootRemoved.getRoot()KindBigraph.getTopLevelRoot(BigraphEntity<?> node) PureBigraph.getTopLevelRoot(BigraphEntity<?> node) Methods in org.bigraphs.framework.core.impl.pure that return types with arguments of type BigraphEntity.RootEntityModifier and TypeMethodDescriptionMutableBuilder.availableRoots()KindBigraph.getRoots()PureBigraph.getRoots()PureBigraphMutable.getRoots()Methods in org.bigraphs.framework.core.impl.pure with parameters of type BigraphEntity.RootEntityModifier and TypeMethodDescriptionvoidPureBigraphMutable.removeRoot(BigraphEntity.RootEntity root) Removes a root from the bigraph.Method parameters in org.bigraphs.framework.core.impl.pure with type arguments of type BigraphEntity.RootEntityModifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObjectMutableBuilder.createInstanceModel(org.eclipse.emf.ecore.EPackage loadedEPackage, S signature, Map<Integer, BigraphEntity.RootEntity> availableRoots, Map<Integer, BigraphEntity.SiteEntity> availableSites, Map<String, BigraphEntity.NodeEntity> availableNodes, Map<String, BigraphEntity.InnerName> availableInnerNames, Map<String, BigraphEntity.OuterName> availableOuterNames, Map<String, BigraphEntity.Edge> availableEdges) Constructors in org.bigraphs.framework.core.impl.pure with parameters of type BigraphEntity.RootEntityModifierConstructorDescriptionRootAdded(PureBigraphMutable source, BigraphEntity.RootEntity root) RootRemoved(PureBigraphMutable source, BigraphEntity.RootEntity root)