Uses of Interface
com.solibri.smc.api.model.classification.Classification
-
Packages that use Classification Package Description com.solibri.smc.api.model -
-
Uses of Classification in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that return types with arguments of type Classification Modifier and Type Method Description Optional<Classification>
Model. getClassification(String name)
Returns the firstClassification
found with the given name, if there is any loaded in this model.Collection<Classification>
Model. getClassifications()
Returns all the classifications loaded in this model.
-