repthy
Class HomomFromFunc

Object
  extended byAbstractMap
      extended byHomomorphism
          extended byHomomFromFunc
All Implemented Interfaces:
Map

public class HomomFromFunc
extends Homomorphism

A kind of Homomorphism that can be constructed from an easier-to-use object HomomorphismFunc.

Author:
Mark McConnell

Nested Class Summary
 
Nested classes inherited from class Map
Map.Entry
 
Constructor Summary
HomomFromFunc(Group sou, Group tar, HomomorphismFunc f)
           
 
Method Summary
 Set entrySet()
           
 Object get(Object g)
           
 
Methods inherited from class Homomorphism
apply, clear, containsKey, getImageOrder, getKernelOrder, getSource, getTarget, identity, inverse, inverseImage, isInjective, isIsomorphism, isSurjective, keySet, pullBack, put, putAll, remove
 
Methods inherited from class AbstractMap
clone, containsValue, equals, hashCode, isEmpty, size, toString, values
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HomomFromFunc

public HomomFromFunc(Group sou,
                     Group tar,
                     HomomorphismFunc f)
Method Detail

get

public Object get(Object g)

entrySet

public Set entrySet()