Class DEquationExtractor

All Implemented Interfaces:
GenericVisitor<Node,DEquationExtractor.Type,ParseException>, JepComponent, Serializable

public class DEquationExtractor extends EquationExtractor<DEquationExtractor.Type>
Extract equations for symbolic variables. If y is a variable which has an equation it will be replaced by its equation. Methods allow either all variables with equations to be extracted or just those which are PartialDerivative.

Since Jep 4.1, extensions 2.2 the parent class is a generic class and method signatures are more specific.

See Also: