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> E
accept(LogicVisitor<E> visitor)
static Conjunction
create(java.util.List<Formula> arguments)
static Conjunction
create(Formula... arguments)
Formula
getConjunct(int index)
java.util.List<Formula>
getConjuncts()
int
getNumberOfConjuncts()
void
toString(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
-