public class FixedCondition<E extends TitanElement> extends Object
Condition.Type| Constructor and Description |
|---|
FixedCondition(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
boolean |
evaluate(E element) |
Iterable<Condition<E>> |
getChildren() |
Condition.Type |
getType() |
boolean |
hasChildren() |
int |
hashCode() |
int |
numChildren() |
String |
toString() |
public boolean evaluate(E element)
public int hashCode()
public boolean equals(Object other)
public 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 Iterable<Condition<E>> getChildren()
getChildren in interface Condition<E extends TitanElement>Copyright © 2012–2014. All rights reserved.