edu.iris.dmc.sacpz.model
Class AbstractPZ

java.lang.Object
  extended by edu.iris.dmc.sacpz.model.AbstractPZ
All Implemented Interfaces:
PZ
Direct Known Subclasses:
Pole, Zero

public class AbstractPZ
extends Object
implements PZ


Field Summary
protected  Double imaginary
           
protected  Double real
           
 
Constructor Summary
AbstractPZ(Double real, Double imaginary)
           
 
Method Summary
 Double getImaginary()
           
 Double getReal()
           
 void setImaginary(Double imaginary)
           
 void setReal(Double real)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

real

protected Double real

imaginary

protected Double imaginary
Constructor Detail

AbstractPZ

public AbstractPZ(Double real,
                  Double imaginary)
Method Detail

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.