Package org.stellar.sdk
Class Predicate
java.lang.Object
org.stellar.sdk.Predicate
- Direct Known Subclasses:
Predicate.AbsBefore,Predicate.And,Predicate.Not,Predicate.Or,Predicate.RelBefore,Predicate.Unconditional
Base class for predicates.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a predicate based on a maximum absolute timestamp.static classRepresents a logical AND of two predicates.static classRepresents a logical NOT of a predicate.static classRepresents a logical OR of two predicates.static classRepresents a predicate based on a relative time offset from the close time of the ledger in which theCreateClaimableBalanceOperationis included.static classRepresents a predicate that is always true. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanstatic PredicatefromXdr(ClaimPredicate xdr) Generates Predicate object from a given XDR object.abstract ClaimPredicatetoXdr()Generates XDR object from a given Predicate object.