|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hypergraphdb.util.CompositeMapping<From,To>
public final class CompositeMapping<From,To>
| Constructor Summary | |
|---|---|
CompositeMapping(Mapping<From,java.lang.Object> first,
Mapping<java.lang.Object,To> second)
|
|
| Method Summary | |
|---|---|
To |
eval(From x)
Map the parameter x and produce a result. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeMapping(Mapping<From,java.lang.Object> first,
Mapping<java.lang.Object,To> second)
| Method Detail |
|---|
public To eval(From x)
MappingMap the parameter x and produce a result. The mapping is completely arbitrary and depending on the context under which it is defined. This interface mandates no restriction whatsoever as far the input or output of this mapping are concerned.
eval in interface Mapping<From,To>x - The mapping input.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||