Uses of Interface
no.priv.bang.modeling.modelstore.services.BuiltinAspects
-
Packages that use BuiltinAspects Package Description no.priv.bang.modeling.modelstore.backend no.priv.bang.modeling.modelstore.services -
-
Uses of BuiltinAspects in no.priv.bang.modeling.modelstore.backend
Classes in no.priv.bang.modeling.modelstore.backend that implement BuiltinAspects Modifier and Type Class Description class
BuiltinAspectsBase
Return the IDs of the aspects that are always present in the ModelContext objects.(package private) class
ModelstoreBase
Class implementing Modelstore for use as a base class for Provider classes for Modelstore.class
ModelstoreProvider
An OSGi Declarative Services component providing an implementation of theModelstore
service. -
Uses of BuiltinAspects in no.priv.bang.modeling.modelstore.services
Subinterfaces of BuiltinAspects in no.priv.bang.modeling.modelstore.services Modifier and Type Interface Description interface
Modelstore
An interface that defines the access to allPropertyset
instances in memory.
-