Uses of Interface
net.sf.tweety.commons.Signature
-
Packages that use Signature Package Description net.sf.tweety.commons net.sf.tweety.commons.util.rules -
-
Uses of Signature in net.sf.tweety.commons
Classes in net.sf.tweety.commons with type parameters of type Signature Modifier and Type Class Description classBeliefSet<T extends Formula,S extends Signature>This class models a belief set, i.e.Classes in net.sf.tweety.commons that implement Signature Modifier and Type Class Description classDualSetSignature<T,S>This class models a signature as two sets of formulas.classQuadrupleSetSignature<T,S,U,R>This class models a signature as four sets of formulas.classSingleSetSignature<T>This class models a signature as a set of formulas.classTripleSetSignature<T,S,U>This class models a signature as three sets of formulas.Fields in net.sf.tweety.commons declared as Signature Modifier and Type Field Description protected SBeliefSet. signatureThe signature of this belief base.Methods in net.sf.tweety.commons that return Signature Modifier and Type Method Description SignatureSignature. clone()SignatureBeliefBase. getMinimalSignature()Returns the signature of the language of this knowledge base.SignatureBeliefSetSampler. getSamplerSignature()Returns the signature of this sampler.SignatureFormula. getSignature()Returns the signature of the language of this formula.SignatureFormulaSampler. getSignature()Returns the signature of this sampler.Methods in net.sf.tweety.commons with parameters of type Signature Modifier and Type Method Description voidDualSetSignature. addSignature(Signature other)voidQuadrupleSetSignature. addSignature(Signature other)voidSignature. addSignature(Signature other)Adds the elements of the given signature to this signature.voidSingleSetSignature. addSignature(Signature other)voidTripleSetSignature. addSignature(Signature other)booleanDualSetSignature. isOverlappingSignature(Signature other)booleanQuadrupleSetSignature. isOverlappingSignature(Signature other)booleanSignature. isOverlappingSignature(Signature other)Checks whether this signature has common elements with the given signature, i.e.booleanSingleSetSignature. isOverlappingSignature(Signature other)booleanTripleSetSignature. isOverlappingSignature(Signature other)booleanDualSetSignature. isSubSignature(Signature other)booleanQuadrupleSetSignature. isSubSignature(Signature other)booleanSignature. isSubSignature(Signature other)Checks whether this signature is a sub-signature of the given signature, i.e.booleanSingleSetSignature. isSubSignature(Signature other)booleanTripleSetSignature. isSubSignature(Signature other)InterpretationIterator<S,B,T>InterpretationIterator. reset(Signature sig)Initializes a new reseted iterator for the given signature.Constructors in net.sf.tweety.commons with parameters of type Signature Constructor Description BeliefSetSampler(Signature signature)Creates a new belief base sampler for the given signature.BeliefSetSampler(Signature signature, int minLength, int maxLength)Creates a new belief base sampler for the given signature.FormulaSampler(Signature signature)Creates a new formula sampler for the given signature. -
Uses of Signature in net.sf.tweety.commons.util.rules
Methods in net.sf.tweety.commons.util.rules that return Signature Modifier and Type Method Description SignatureRule. getSignature()
-