Interface CompositeProfile

All Superinterfaces:
Profile

public interface CompositeProfile
extends Profile
Represents a combination of two or more profiles.
Since:
9.10.3
  • Method Summary

    Modifier and Type Method Description
    Collection<Profile> getProfiles()
    Returns a collection of the profiles that this profile type consists.

    Methods inherited from interface com.solibri.smc.api.model.profile.Profile

    getName, getType
  • Method Details

    • getProfiles

      Collection<Profile> getProfiles()
      Returns a collection of the profiles that this profile type consists.
      Returns:
      a collection of the profiles that this profile type consists
      Since:
      9.10.3