public class Not<E extends TitanElement> extends Object implements Condition<E>
Condition.Type| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
boolean |
evaluate(E element) |
Condition<E> |
getChild() |
Iterable<Condition<E>> |
getChildren() |
Condition.Type |
getType() |
boolean |
hasChildren() |
int |
hashCode() |
int |
numChildren() |
static <E extends TitanElement> |
of(Condition<E> element) |
String |
toString() |
public Condition.Type getType()
getType in interface Condition<E extends TitanElement>public boolean hasChildren()
hasChildren in interface Condition<E extends TitanElement>public int numChildren()
numChildren in interface Condition<E extends TitanElement>public boolean evaluate(E element)
evaluate in interface Condition<E extends TitanElement>public Iterable<Condition<E>> getChildren()
getChildren in interface Condition<E extends TitanElement>public int hashCode()
public boolean equals(Object other)
public String toString()
public static <E extends TitanElement> Not<E> of(Condition<E> element)
Copyright © 2012–2015. All rights reserved.