public abstract class AbstractGraphLdoModality extends AbstractLdoModality
| Constructor and Description |
|---|
AbstractGraphLdoModality(LdoFormula innerFormula,
Set<LdoArgument> lowerReferenceArguments,
Set<LdoArgument> upperReferenceArguments) |
| Modifier and Type | Method and Description |
|---|---|
abstract LdoFormula |
clone() |
Set<LdoArgument> |
getAtoms() |
Set<LdoArgument> |
getLowerReferenceArguments()
Returns the lower reference arguments of this modality.
|
Set<net.sf.tweety.logics.pl.syntax.PropositionalPredicate> |
getPredicates() |
Set<LdoArgument> |
getUpperReferenceArguments()
Returns the upper reference arguments of this modality.
|
equals, getInnerFormula, getLiterals, hashCodecombineWithAnd, combineWithOr, complement, getDividers, getPredicateCls, getSignature, getUniformProbability, isLiteralpublic AbstractGraphLdoModality(LdoFormula innerFormula, Set<LdoArgument> lowerReferenceArguments, Set<LdoArgument> upperReferenceArguments)
public Set<LdoArgument> getLowerReferenceArguments()
public Set<LdoArgument> getUpperReferenceArguments()
public Set<LdoArgument> getAtoms()
getAtoms in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulagetAtoms in class AbstractLdoModalitypublic Set<net.sf.tweety.logics.pl.syntax.PropositionalPredicate> getPredicates()
getPredicates in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulagetPredicates in class AbstractLdoModalitypublic abstract LdoFormula clone()
clone in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaclone in class AbstractLdoModalityCopyright © 2018. All rights reserved.