Package tech.oxfordsemantic.jrdfox.logic
Class Disjunction
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.Formula
tech.oxfordsemantic.jrdfox.logic.Disjunction
- All Implemented Interfaces:
java.io.Serializable
public class Disjunction extends Formula
- See Also:
- Serialized Form
-
Field Summary
-
Method Summary
Modifier and Type Method Description <E> E
accept(LogicVisitor<E> visitor)
static Disjunction
create(java.util.List<Formula> disjuncts)
static Disjunction
create(Formula... disjuncts)
Formula
getDisjunct(int index)
java.util.List<Formula>
getDisjuncts()
int
getNumberOfDisjuncts()
void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
-
Method Details
-
getDisjuncts
-
getNumberOfDisjuncts
public int getNumberOfDisjuncts() -
getDisjunct
-
accept
-
toString
public void toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat) -
create
-
create
-