Uses of Class
math.matrix.expressParser.MBracket
Packages that use MBracket
-
Uses of MBracket in math.matrix.expressParser
Fields in math.matrix.expressParser declared as MBracketModifier and TypeFieldDescriptionprivate MBracket
MBracket.complement
objects of this class keep a record of their counterpart or complementing bracket.Methods in math.matrix.expressParser that return MBracketModifier and TypeMethodDescriptionMBracket.createTwinBracket()
non-static version of the above method.static MBracket
MBracket.createTwinBracket
(MBracket brac) Used to create similar objects that are not equal The object created by this class is similar to the parameter because it contains the same data as the parameter.MBracket.getComplement()
Methods in math.matrix.expressParser with parameters of type MBracketModifier and TypeMethodDescriptionstatic MBracket
MBracket.createTwinBracket
(MBracket brac) Used to create similar objects that are not equal The object created by this class is similar to the parameter because it contains the same data as the parameter.boolean
boolean
MBracket.isComplement
(MBracket brac) checks if the MBracket object argument below is the sane as the complement to this MBracket object.void
MBracket.setComplement
(MBracket complement) Method parameters in math.matrix.expressParser with type arguments of type MBracketModifier and TypeMethodDescriptionint
MBracket.getNumberOfInternalBrackets
(ArrayList<MBracket> brac)