|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmy.operatoren.Substitution
public class Substitution
Constructor Summary | |
---|---|
Substitution()
|
Method Summary | |
---|---|
static void |
doit(java.util.Collection<Literal> c,
LiteralElement alt,
LiteralElement neu)
Fuehrt in einer Collection(Literal) eine Substitution durch. LiteralElement 'alt' wird in allen Literalen bei jedem Vorkommen ersetzt durch LiteralElement 'neu'. Benutzt die equals-Methode aus LiteralElement. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Substitution()
Method Detail |
---|
public static void doit(java.util.Collection<Literal> c, LiteralElement alt, LiteralElement neu)
c
- die Collection, auf der die Substitution ausgefuehrt wirdalt
- das zu ersetzende LiteralElementneu
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |