| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlrs.visitor.RemLeadMods
public class RemLeadMods
Removes the leading consecutive multiple of an integer from the host.
| Field Summary | |
|---|---|
| static RemLeadMods | Singleton | 
| Constructor Summary | |
|---|---|
| private  | RemLeadMods() | 
| Method Summary | |
|---|---|
|  java.lang.Object | emptyCase(LRStruct host,
                   java.lang.Object... param)Operates on an empty LRStruct host, given an input object. | 
|  java.lang.Object | nonEmptyCase(LRStruct host,
                         java.lang.Object... param)Removes leading multiples of param from host. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static RemLeadMods Singleton
| Constructor Detail | 
|---|
private RemLeadMods()
| Method Detail | 
|---|
public java.lang.Object emptyCase(LRStruct host,
                                  java.lang.Object... param)
IAlgo
emptyCase in interface IAlgohost - param - 
public java.lang.Object nonEmptyCase(LRStruct host,
                                     java.lang.Object... param)
nonEmptyCase in interface IAlgohost - the LRS to filter.param - the factor to be filtered
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||