Uses of Interface
org.eclipse.esmf.metamodel.Aspect
Packages that use Aspect
Package
Description
-
Uses of Aspect in org.eclipse.esmf.metamodel
Methods in org.eclipse.esmf.metamodel that return AspectModifier and TypeMethodDescriptionAspectContext.aspect()Returns the value of theaspectrecord component.Methods in org.eclipse.esmf.metamodel that return types with arguments of type AspectModifier and TypeMethodDescriptionModelNamespace.aspects()Convenience method to get the Aspects in this namespaceConstructors in org.eclipse.esmf.metamodel with parameters of type AspectModifierConstructorDescriptionAspectContext(VersionedModel rdfModel, Aspect aspect) Creates an instance of aAspectContextrecord class. -
Uses of Aspect in org.eclipse.esmf.metamodel.impl
Classes in org.eclipse.esmf.metamodel.impl that implement Aspect -
Uses of Aspect in org.eclipse.esmf.metamodel.loader
Methods in org.eclipse.esmf.metamodel.loader that return AspectModifier and TypeMethodDescriptionstatic AspectAspectModelLoader.getSingleAspectUnchecked(VersionedModel versionedModel) Convenience method to load the single Aspect from a model, when the model contains exactly one Aspect.Methods in org.eclipse.esmf.metamodel.loader that return types with arguments of type AspectModifier and TypeMethodDescriptionAspectModelLoader.getAspects(VersionedModel versionedModel) Convenience method that does the same asAspectModelLoader.getElements(VersionedModel)except it will return only the aspects contained in the model.AspectModelLoader.getAspectsUnchecked(VersionedModel versionedModel) Does the same asAspectModelLoader.getAspects(VersionedModel)but throws an exception in case of failures.static io.vavr.control.Try<Aspect>AspectModelLoader.getSingleAspect(VersionedModel versionedModel) Convenience method to load the single Aspect from a model, when the model contains exactly one Aspect.static io.vavr.control.Try<Aspect>AspectModelLoader.getSingleAspect(VersionedModel versionedModel, Predicate<Aspect> selector) Similar toAspectModelLoader.getSingleAspect(VersionedModel), except that a predicate can be provided to select which of potentially multiple aspects should be selectedMethod parameters in org.eclipse.esmf.metamodel.loader with type arguments of type AspectModifier and TypeMethodDescriptionstatic io.vavr.control.Try<Aspect>AspectModelLoader.getSingleAspect(VersionedModel versionedModel, Predicate<Aspect> selector) Similar toAspectModelLoader.getSingleAspect(VersionedModel), except that a predicate can be provided to select which of potentially multiple aspects should be selected -
Uses of Aspect in org.eclipse.esmf.metamodel.loader.instantiator
Methods in org.eclipse.esmf.metamodel.loader.instantiator that return Aspect -
Uses of Aspect in org.eclipse.esmf.metamodel.visitor
Methods in org.eclipse.esmf.metamodel.visitor with parameters of type AspectModifier and TypeMethodDescriptionAspectStreamTraversalVisitor.visitAspect(Aspect aspect, Void context) default TAspectVisitor.visitAspect(Aspect aspect, C context) LanguageCollectorModelVisitor.visitAspect(Aspect aspect, Set<Locale> context) Deprecated, for removal: This API element is subject to removal in a future version.default TAspectVisitor.visitHasProperties(Aspect aspect, C context)