Class InequalityConceptFunctionDefinition

    • Constructor Detail

      • InequalityConceptFunctionDefinition

        public InequalityConceptFunctionDefinition​(CompositeEntity container,
                                                   java.lang.String name)
                                            throws IllegalActionException,
                                                   NameDuplicationException
        Construct the InequalityConceptFunctionDefinition 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.