Uses of Interface
se.conciliate.extensions.store.MTAttribute
Packages that use MTAttribute
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides utility classes to perform queries against the current workspace.
-
Uses of MTAttribute in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTAttributeModifier and TypeMethodDescriptionMTAttributeHeader.expand()
Returns aMTAttribute
for this attribute.MTModelHeader.findAttributeByType
(String typeUUID) Finds a attribute for this model, based on its type UUID.MTSymbolHeader.findAttributeByType
(String typeUUID) Finds an attribute for this symbol, based on its attribute's type UUID.MTModel.getAttribute
(MTAttributeTypeHeader type) Returns the attribute of the given type.MTSymbol.getAttribute
(MTAttributeTypeHeader type) Returns the attribute of the given type.Methods in se.conciliate.extensions.store that return types with arguments of type MTAttributeModifier and TypeMethodDescriptionMTModelHeader.findAttributes()
Finds the models attributes.MTModelStore.findAttributes
(Collection<MTModel> models, Collection<? extends MTAttributeTypeHeader> types) Finds all attributes for a collection of models.MTRepositoryHeader.findAttributes()
Finds all attributes in this repository.MTSymbolHeader.findAttributes()
Finds all attributes for this symbol.MTSymbolStore.findAttributes
(Collection<MTSymbol> symbols, Collection<? extends MTAttributeTypeHeader> types) Finds all attributes for a collection of symbols.MTModel.getAttributes
(Predicate<MTAttribute> predicate) Returns the attributes connected to the model as a read-only list.MTSymbol.getAttributes
(Predicate<MTAttribute> filter) Returns all attributes connected to the symbol.Method parameters in se.conciliate.extensions.store with type arguments of type MTAttributeModifier and TypeMethodDescriptionMTModel.getAttributes
(Predicate<MTAttribute> predicate) Returns the attributes connected to the model as a read-only list.MTSymbol.getAttributes
(Predicate<MTAttribute> filter) Returns all attributes connected to the symbol. -
Uses of MTAttribute in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query with parameters of type MTAttributeModifier and TypeMethodDescriptionboolean
MTAttributeFilter.match
(MTAttribute attribute, MTLanguage language) Returns true if the filter matches the value of an attribute.