Class ConceptFunctionDefinitionAttribute

    • Constructor Detail

    • Method Detail

      • createConceptFunction

        public abstract ConceptFunction createConceptFunction()
                                                       throws IllegalActionException
        Return the concept function defined by this attribute. Derived classes must implement this method based on how they define their concept function.
        Returns:
        The concept function.
        Throws:
        IllegalActionException - If there is an error creating the conceptFunction.