JSci.maths.categories
Class Simplicial.Addition

java.lang.Object
  extended byJSci.maths.categories.Simplicial.Addition
All Implemented Interfaces:
Bifunctor
Enclosing class:
Simplicial

public final class Simplicial.Addition
extends java.lang.Object
implements Bifunctor


Constructor Summary
Simplicial.Addition()
           
 
Method Summary
 Category.Morphism map(Category.Morphism m, Category.Morphism n)
          Maps a pair of morphisms from one category to another.
 java.lang.Object map(java.lang.Object a, java.lang.Object b)
          Maps a pair of objects from one category to another.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simplicial.Addition

public Simplicial.Addition()
Method Detail

map

public java.lang.Object map(java.lang.Object a,
                            java.lang.Object b)
Description copied from interface: Bifunctor
Maps a pair of objects from one category to another.

Specified by:
map in interface Bifunctor

map

public Category.Morphism map(Category.Morphism m,
                             Category.Morphism n)
Description copied from interface: Bifunctor
Maps a pair of morphisms from one category to another.

Specified by:
map in interface Bifunctor