Class MatrixType.BooleanMatrixType

  • All Implemented Interfaces:
    java.lang.Cloneable, Type
    Enclosing class:
    MatrixType

    public static class MatrixType.BooleanMatrixType
    extends MatrixType
    The boolean matrix data type.
    • Constructor Detail

      • BooleanMatrixType

        public BooleanMatrixType()
    • Method Detail

      • convert

        public Token convert​(Token token)
                      throws IllegalActionException
        Description copied from class: MatrixType
        If the argument is an instance of this class or a subclass, then return the token. Otherwise, throw an exception.
        Specified by:
        convert in interface Type
        Overrides:
        convert in class MatrixType
        Parameters:
        token - A token.
        Returns:
        An instance of this class.
        Throws:
        IllegalActionException - If the argument is not an instance of this class.