Uses of Interface
shh.homolalg.Obj

Packages that use Obj
shh.homolalg   
 

Uses of Obj in shh.homolalg
 

Subinterfaces of Obj in shh.homolalg
 interface ExactCategoryObj
          An object in an exact category.
 

Classes in shh.homolalg that implement Obj
 class CochainCx
          A bounded cochain complex with objects in an underlying exact category.
 class Qvsp
          A Q-vector space--that is, a finite-dimensional vector space over the field Q of rational numbers.
 

Methods in shh.homolalg that return Obj
 Obj QvspMorphism.getSource()
          Returns the source (the domain) of this morphism.
 Obj QvspMorphism.getTarget()
          Returns the target (sometimes called the range or codomain) of this morphism.
 Obj Morphism.getSource()
          The source (domain) of the morphism.
 Obj Morphism.getTarget()
          The target (codomain or range) of the morphism.