Interface Group

  • All Superinterfaces:
    ModelEntity, PrimitiveModelEntity

    public interface Group
    extends ModelEntity
    A Group is a definition of a custom identifier which can be used to group physics features together for easier access in load cases. Groups can be of type LoadGroup and ConstraintGroup.
    • Method Detail

      • identifier

        @Deprecated
        java.lang.String identifier()
        Deprecated.
        Use paramName() instead.
      • identifier

        @Deprecated
        Group identifier​(java.lang.String arg0)
        Deprecated.
        Use paramName(String) instead.
      • paramName

        java.lang.String paramName()
        Returns the parameter name.
        Returns:
        Parameter name.
      • paramName

        Group paramName​(java.lang.String name)
        Sets the parameter name.
        Parameters:
        name - Parameter name.
        Returns:
        Group.
      • type

        java.lang.String type()
        Returns the group type.
        Returns:
        Group type.