Uses of Class
org.liquigraph.core.model.Precondition
-
Packages that use Precondition Package Description org.liquigraph.core.io org.liquigraph.core.model -
-
Uses of Precondition in org.liquigraph.core.io
Methods in org.liquigraph.core.io with parameters of type Precondition Modifier and Type Method Description Collection<String>ConditionPrinter. print(Precondition precondition) -
Uses of Precondition in org.liquigraph.core.model
Methods in org.liquigraph.core.model that return Precondition Modifier and Type Method Description PreconditionChangeset. getPrecondition()Methods in org.liquigraph.core.model with parameters of type Precondition Modifier and Type Method Description voidChangeset. setPrecondition(Precondition precondition)
-