|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkodkod.ast.Formula
kodkod.ast.RelationPredicate
kodkod.ast.RelationPredicate.Acyclic
public static final class RelationPredicate.Acyclic
Represents the acyclic predicate. The predicate states that
the given relation
is acyclic.
name = ACYCLIC |
children = relation |
relation: Relation |
Nested Class Summary |
---|
Nested classes/interfaces inherited from class kodkod.ast.RelationPredicate |
---|
RelationPredicate.Acyclic, RelationPredicate.Function, RelationPredicate.Name, RelationPredicate.TotalOrdering |
Field Summary |
---|
Fields inherited from class kodkod.ast.Formula |
---|
FALSE, TRUE |
Method Summary | |
---|---|
RelationPredicate.Name |
name()
Returns the name of this predicate. |
Formula |
toConstraints()
Turns this predicate into explicit constraiants. |
java.lang.String |
toString()
Returns the string representation of this predicate. |
Methods inherited from class kodkod.ast.RelationPredicate |
---|
accept, accept, relation |
Methods inherited from class kodkod.ast.Formula |
---|
and, compose, comprehension, forAll, forSome, iff, implies, not, or, quantify, thenElse, thenElse |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public RelationPredicate.Name name()
name
in class RelationPredicate
public Formula toConstraints()
toConstraints
in class RelationPredicate
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |