Package tech.oxfordsemantic.jrdfox.logic
Class Conjunction
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.Formula
tech.oxfordsemantic.jrdfox.logic.Conjunction
- All Implemented Interfaces:
java.io.Serializable
public class Conjunction extends Formula
- See Also:
- Serialized Form
-
Field Summary
-
Method Summary
Modifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static Conjunctioncreate(java.util.List<Formula> arguments)static Conjunctioncreate(Formula... arguments)FormulagetConjunct(int index)java.util.List<Formula>getConjuncts()intgetNumberOfConjuncts()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
-
Method Details
-
getConjuncts
-
getNumberOfConjuncts
public int getNumberOfConjuncts() -
getConjunct
-
accept
-
toString
public void toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat) -
create
-
create
-