Interface CustomModelDefinition

    • Method Detail

      • isActive

        boolean isActive()
        Whether the model is active or not
        Returns:
        true if the model is active, false otherwise
      • getDescription

        java.lang.String getDescription()
        Returns the model description
        Returns:
        the model description
      • getTypeDefinitions

        java.util.Collection<TypeDefinition> getTypeDefinitions()
        Returns a Collection of the model TypeDefinitions
        Returns:
        an unmodifiable collection of the model types definitions, or an empty collection
      • getAspectDefinitions

        java.util.Collection<AspectDefinition> getAspectDefinitions()
        Returns a Collection of the model AspectDefinitions
        Returns:
        an unmodifiable collection of the model aspects definitions, or an empty collection
      • getModelDefinedConstraints

        java.util.Collection<ConstraintDefinition> getModelDefinedConstraints()
        Returns a Collection of the model defined ConstraintDefinitions
        Returns:
        an unmodifiable collection of the model constraint definitions, or an empty collection