Uses of Interface
se.conciliate.extensions.type.ModelFamily
Packages that use ModelFamily
Package
Description
This package contains classes and interfaces used to create modules that
declare new symbol types, edge types and model types.
-
Uses of ModelFamily in se.conciliate.extensions.type
Methods in se.conciliate.extensions.type that return ModelFamilyModifier and TypeMethodDescriptionModelType.getFamily()
Returns the family of models that this model type belongs to.Methods in se.conciliate.extensions.type that return types with arguments of type ModelFamilyModifier and TypeMethodDescriptionCollection<? extends ModelFamily>
ModelExtension.getFamilies()
Returns a collection of all theModelFamily
that this extension supplies.