Uses of Class
org.tweetyproject.logics.dl.syntax.Individual
Packages that use Individual
-
Uses of Individual in org.tweetyproject.logics.dl.semantics
Methods in org.tweetyproject.logics.dl.semantics that return types with arguments of type IndividualModifier and TypeMethodDescriptionDlInterpretation.getConceptDomain
(ComplexConcept c) Returns the subset of the domain that belongs to the given concept (i.e.DlInterpretation.getRoleDomain
(AtomicRole r) Returns the subset of the domain that belongs to the given role (i.e.DlInterpretation.getRoleDomain
(AtomicRole r) Returns the subset of the domain that belongs to the given role (i.e. -
Uses of Individual in org.tweetyproject.logics.dl.syntax
Methods in org.tweetyproject.logics.dl.syntax that return IndividualModifier and TypeMethodDescriptionConceptAssertion.getIndividual()
DlSignature.getIndividual
(String s) Get the individual with the given name.Methods in org.tweetyproject.logics.dl.syntax that return types with arguments of type IndividualModifier and TypeMethodDescriptionDlSignature.getIndividuals()
Get the individuals of the signature.RoleAssertion.getIndividuals()
RoleAssertion.getIndividuals()
Constructors in org.tweetyproject.logics.dl.syntax with parameters of type IndividualModifierConstructorDescriptionInitializes a role assertion with the given atomic concept and Individual.Initializes a role assertion with the given concept and Individual.RoleAssertion
(Individual a, Individual b, AtomicRole r) Initializes a role assertion with the given individuals and role.Constructor parameters in org.tweetyproject.logics.dl.syntax with type arguments of type IndividualModifierConstructorDescriptionRoleAssertion
(List<Individual> args, AtomicRole r) Initializes a role assertion with the given individuals and role.RoleAssertion
(Pair<Individual, Individual> args, AtomicRole r) Initializes a role assertion with the given role and individuals.RoleAssertion
(Pair<Individual, Individual> args, AtomicRole r) Initializes a role assertion with the given role and individuals.