public class BasicGroupHomomorphism extends java.lang.Object implements GroupHomomorphism
GroupHomomorphismImpl wrapper where operations are evaluated naively, i.e. operation by operation.| Modifier and Type | Field and Description |
|---|---|
protected GroupHomomorphismImpl |
impl |
protected BasicGroup |
targetGroup |
| Constructor and Description |
|---|
BasicGroupHomomorphism(BasicGroup targetGroup,
GroupHomomorphismImpl homomorphismImpl) |
BasicGroupHomomorphism(Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
GroupElement |
apply(GroupElement groupElement) |
boolean |
equals(java.lang.Object o) |
Representation |
getRepresentation()
The representation of this object.
|
int |
hashCode() |
protected BasicGroup targetGroup
protected GroupHomomorphismImpl impl
public BasicGroupHomomorphism(BasicGroup targetGroup, GroupHomomorphismImpl homomorphismImpl)
public BasicGroupHomomorphism(Representation repr)
public Representation getRepresentation()
RepresentableReprUtilgetRepresentation in interface RepresentableRepresentationpublic GroupElement apply(GroupElement groupElement)
apply in interface java.util.function.Function<GroupElement,GroupElement>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object