edu.iris.dmc.sacpz.model
Class AbstractPZ
java.lang.Object
edu.iris.dmc.sacpz.model.AbstractPZ
- All Implemented Interfaces:
- PZ
- Direct Known Subclasses:
- Pole, Zero
public class AbstractPZ
- extends Object
- implements PZ
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
real
protected Double real
imaginary
protected Double imaginary
AbstractPZ
public AbstractPZ(Double real,
Double imaginary)
getReal
public Double getReal()
- Specified by:
getReal
in interface PZ
getImaginary
public Double getImaginary()
- Specified by:
getImaginary
in interface PZ
setReal
public void setReal(Double real)
setImaginary
public void setImaginary(Double imaginary)
Copyright © 2013. All Rights Reserved.