ptolemy.data.type
Class MatrixType.BooleanMatrixType

java.lang.Object
  extended by ptolemy.data.type.StructuredType
      extended by ptolemy.data.type.MatrixType
          extended by ptolemy.data.type.MatrixType.BooleanMatrixType
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Type
Enclosing class:
MatrixType

public static class MatrixType.BooleanMatrixType
extends MatrixType

The boolean matrix data type.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ptolemy.data.type.MatrixType
MatrixType.BooleanMatrixType, MatrixType.ComplexMatrixType, MatrixType.DoubleMatrixType, MatrixType.FixMatrixType, MatrixType.IntMatrixType, MatrixType.LongMatrixType
 
Field Summary
 
Fields inherited from class ptolemy.data.type.StructuredType
MAXDEPTHBOUND
 
Fields inherited from interface ptolemy.data.type.Type
HASH_INVALID, HASH_MAX
 
Constructor Summary
MatrixType.BooleanMatrixType()
           
 
Method Summary
 Token convert(Token token)
          If the argument is an instance of this class or a subclass, then return the token.
 
Methods inherited from class ptolemy.data.type.MatrixType
_compare, _getRepresentative, _greatestLowerBound, _leastUpperBound, clone, equals, getElementType, getMatrixTypeForElementType, getTokenClass, hashCode, initialize, isAbstract, isCompatible, isConstant, isInstantiable, isSubstitutionInstance, toString, updateType
 
Methods inherited from class ptolemy.data.type.StructuredType
add, depth, divide, getTypeHash, modulo, multiply, one, subtract, zero
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatrixType.BooleanMatrixType

public MatrixType.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.