Class ClassConceptFunctionDefinitionAttribute

    • Field Detail

      • conceptFunctionClassName

        public StringAttribute conceptFunctionClassName
        The name of the ConceptFunction class to be instantiated when a createConceptFunction() is called.
      • constructorArguments

        public Parameter constructorArguments
        The array of arguments to be passed to the constructor when instantiating the ConceptFunction.
    • Constructor Detail

      • ClassConceptFunctionDefinitionAttribute

        public ClassConceptFunctionDefinitionAttribute​(CompositeEntity container,
                                                       java.lang.String name)
                                                throws IllegalActionException,
                                                       NameDuplicationException
        Construct the ClassConceptFunctionDefinitionAttribute attribute with the given container and name.
        Parameters:
        container - The container.
        name - The name of this attribute.
        Throws:
        IllegalActionException - If the entity cannot be contained by the proposed container.
        NameDuplicationException - If the container already has an actor with this name.