Class CSPSieve

    • Constructor Detail

      • CSPSieve

        public CSPSieve​(TypedCompositeActor container,
                        java.lang.String name,
                        int prime)
                 throws NameDuplicationException,
                        IllegalActionException
        Construct a DDESink with the specified container and name. This method calls the super class constructor and creates the necessary ports.
        Parameters:
        container - The container of this actor.
        name - The name of this actor.
        prime - The prime this sieve is filtering out.
        Throws:
        NameDuplicationException - If more than one port with the same name is added to this actor, or if the entity containing this actor already contains an actor with the name of this actor.
        IllegalActionException - If the entity cannot be contained by the proposed container.