All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cohy.estDip.DipXGradAndAdjFactory

java.lang.Object
   |
   +----cohy.estDip.DipXGradAndAdjFactory

public class DipXGradAndAdjFactory
extends Object
implements OperatorFactory



Constructor Index

 o DipXGradAndAdjFactory()

Method Index

 o createDomain(Space)
 o createRange(Space)
 o getOp(Space, Space)
 o getOpWithDomain(Space)
 o getOpWithRange(Space)

Constructors

 o DipXGradAndAdjFactory
 public DipXGradAndAdjFactory()

Methods

 o createRange
 public Space createRange(Space domain)
 o createDomain
 public Space createDomain(Space range)
 o getOp
 public Operator getOp(Space domain,
                       Space range)
 o getOpWithRange
 public Operator getOpWithRange(Space range)
 o getOpWithDomain
 public Operator getOpWithDomain(Space domain)

All Packages  Class Hierarchy  This Package  Previous  Next  Index