Uses of Class
org.bigraphs.framework.core.impl.signature.KindSort
Packages that use KindSort
-
Uses of KindSort in org.bigraphs.framework.core
Methods in org.bigraphs.framework.core that return types with arguments of type KindSort -
Uses of KindSort in org.bigraphs.framework.core.impl.signature
Fields in org.bigraphs.framework.core.impl.signature with type parameters of type KindSortMethods in org.bigraphs.framework.core.impl.signature that return KindSortModifier and TypeMethodDescriptionstatic KindSortKindSort.create(DynamicControl control, org.eclipse.collections.api.list.MutableList<DynamicControl> kindsOfControl) Methods in org.bigraphs.framework.core.impl.signature that return types with arguments of type KindSortModifier and TypeMethodDescriptionDynamicSignature.getPlaceKindMap()KindSignature.getPlaceKindMap()Method parameters in org.bigraphs.framework.core.impl.signature with type arguments of type KindSortModifier and TypeMethodDescriptionKindSignatureBuilder.createWith(Iterable<? extends Control<StringTypedName, FiniteOrdinal<Integer>>> controls, Collection<KindSort> kindSorts) KindSignatureBuilder.createWith(Iterable<? extends Control<StringTypedName, FiniteOrdinal<Integer>>> controls, Collection<KindSort> kindSorts, EMetaModelData metaModelData) protected voidKindSignature.initKindFunction(Collection<KindSort> kindSorts) Constructor parameters in org.bigraphs.framework.core.impl.signature with type arguments of type KindSortModifierConstructorDescriptionKindSignature(Set<DynamicControl> controls, Collection<KindSort> kindSorts) This constructor creates a kind signature with the given controls and kind sorts.