CNF

util.function
Class MapToRuleRightWithLeft

java.lang.Object
  |
  +--util.function.MapToRuleRightWithLeft
All Implemented Interfaces:
Function, Map
Direct Known Subclasses:
MapRightToRuleRightWithLeft

public class MapToRuleRightWithLeft
extends java.lang.Object
implements Map

Mappt eine OList auf eine rechte Seite einer Regel, deren linke Seite fest vorgegeben ist.

Quelltext


Field Summary
protected  OList L
           
 
Constructor Summary
MapToRuleRightWithLeft(OList L)
          Erzeugt ein neues Mapping.
 
Method Summary
 java.lang.Object map(java.lang.Object obj)
          Die zuordnende Methode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

L

protected OList L
Constructor Detail

MapToRuleRightWithLeft

public MapToRuleRightWithLeft(OList L)
Erzeugt ein neues Mapping.
Parameters:
L - Die linke Seite der resultierenden Regeln.
Method Detail

map

public java.lang.Object map(java.lang.Object obj)
Description copied from interface: Map
Die zuordnende Methode. Wird beim Mappen einer Liste für jedes Listenelement aufgerufen.
Specified by:
map in interface Map
Following copied from interface: function.Map
Parameters:
obj - Das umzuwandelnde Objekt.

CNF

Kontakt: m.rahn@stud.uka.de und mai99jsv@studserv.uni-leipzig.de