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> Eaccept(LogicVisitor<E> visitor)static Disjunctioncreate(java.util.List<Formula> disjuncts)static Disjunctioncreate(Formula... disjuncts)FormulagetDisjunct(int index)java.util.List<Formula>getDisjuncts()intgetNumberOfDisjuncts()voidtoString(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
-