Class ClassPathMetaModelShapesUrnResolver
- java.lang.Object
-
- io.openmanufacturing.sds.aspectmodel.resolver.services.ClassPathMetaModelShapesUrnResolver
-
- All Implemented Interfaces:
Function<io.openmanufacturing.sds.aspectmetamodel.KnownVersion,Set<URL>>
public class ClassPathMetaModelShapesUrnResolver extends Object implements Function<io.openmanufacturing.sds.aspectmetamodel.KnownVersion,Set<URL>>
Returns the set of bamm:// URLs that comprise the meta model shape files for a given meta model version
-
-
Constructor Summary
Constructors Constructor Description ClassPathMetaModelShapesUrnResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<URL>apply(io.openmanufacturing.sds.aspectmetamodel.KnownVersion metaModelVersion)
-