Uses of Class
org.bigraphs.framework.core.datatypes.StringTypedName
Packages that use StringTypedName
Package
Description
-
Uses of StringTypedName in org.bigraph.model
Constructor parameters in org.bigraph.model with type arguments of type StringTypedNameModifierConstructorDescriptionSignatureAdapter(Signature<? extends Control<StringTypedName, FiniteOrdinal<Integer>>> adaptee) -
Uses of StringTypedName in org.bigraphs.framework.core
Methods in org.bigraphs.framework.core that return types with arguments of type StringTypedNameModifier and TypeMethodDescriptiondefault Map.Entry<Set<FiniteOrdinal<Integer>>, Set<StringTypedName>> Bigraph.getInnerFace()default Map.Entry<Set<FiniteOrdinal<Integer>>, Set<StringTypedName>> Bigraph.getOuterFace() -
Uses of StringTypedName in org.bigraphs.framework.core.datatypes
Methods in org.bigraphs.framework.core.datatypes that return StringTypedNameModifier and TypeMethodDescriptionstatic StringTypedNameStringTypedName.of()Creates a string-typed element for a name set with a random label.static StringTypedNameCreates a name set element with label passed byvalueargument. -
Uses of StringTypedName in org.bigraphs.framework.core.impl.signature
Methods in org.bigraphs.framework.core.impl.signature with parameters of type StringTypedNameModifier and TypeMethodDescriptionstatic DynamicControlDynamicControl.createDynamicControl(StringTypedName name, FiniteOrdinal<Integer> arity, ControlStatus kindOfControl) Method parameters in org.bigraphs.framework.core.impl.signature with type arguments of type StringTypedNameModifier and TypeMethodDescriptionDynamicSignatureBuilder.createWith(Iterable<? extends Control<StringTypedName, FiniteOrdinal<Integer>>> controls) Creates a signature with the given controls.KindSignatureBuilder.createWith(Iterable<? extends Control<StringTypedName, FiniteOrdinal<Integer>>> controls) KindSignatureBuilder.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) Constructors in org.bigraphs.framework.core.impl.signature with parameters of type StringTypedNameModifierConstructorDescriptionprotectedDynamicControl(StringTypedName name, FiniteOrdinal<Integer> arity) Status will be set toControlStatus.ACTIVE