Uses of Class
org.tweetyproject.logics.dl.syntax.AtomicRole
Packages that use AtomicRole
-
Uses of AtomicRole in org.tweetyproject.logics.dl.semantics
Methods in org.tweetyproject.logics.dl.semantics with parameters of type AtomicRoleModifier and TypeMethodDescriptionDlInterpretation.getRoleDomain
(AtomicRole r) Returns the subset of the domain that belongs to the given role (i.e. -
Uses of AtomicRole in org.tweetyproject.logics.dl.syntax
Subclasses with type arguments of type AtomicRole in org.tweetyproject.logics.dl.syntaxModifier and TypeClassDescriptionclass
This class models a description logic signature.Methods in org.tweetyproject.logics.dl.syntax that return AtomicRoleModifier and TypeMethodDescriptionAtomicRole.collapseAssociativeFormulas()
Get the role with the given name.ExistentialRestriction.getRole()
Return the (atomic) role of the existential restriction.RoleAssertion.getRole()
Return the role that the individuals assertional axiomUniversalRestriction.getRole()
Return the (atomic) role of the universal restriction.Methods in org.tweetyproject.logics.dl.syntax that return types with arguments of type AtomicRoleModifier and TypeMethodDescriptionExistentialRestriction.getFormulas()
Return the (atomic) role and the concept that are part of the existential restriction.UniversalRestriction.getFormulas()
Return the (atomic) role and the concept that are part of the universal restriction.DlSignature.getRoles()
Get the role names of the signature.Constructors in org.tweetyproject.logics.dl.syntax with parameters of type AtomicRoleModifierConstructorDescriptionCreates a new ALC existential restriction with the given role and concept.RoleAssertion
(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
(Individual a, Individual b, AtomicRole r) Initializes a role assertion with the given individuals and role.Creates a new ALC universal restriction with the given role and concept.Constructor parameters in org.tweetyproject.logics.dl.syntax with type arguments of type AtomicRoleModifierConstructorDescriptionConstructor