Uses of Class
org.episteme.social.philosophy.Concept
Packages that use Concept
Package
Description
Provides support for philosophy, including formal logic, ethics,
epistemology, and storytelling.
-
Uses of Concept in org.episteme.social.philosophy
Methods in org.episteme.social.philosophy that return types with arguments of type ConceptModifier and TypeMethodDescriptionConcept.getAllConcepts()Recursively retrieves all reachable concepts from this concept.Model.getAllConcepts()Retrieves all unique concepts, including those related to the direct concepts in this model, through recursive traversal.PhilosophicalCurrent.getAllConcepts()Retrieves all concepts associated with this current by aggregating concepts from all its models.Model.getConcepts()Returns an unmodifiable set of direct concepts in this model.Belief.getRelatedConcepts()Concept.getRelatedConcepts()Retrieves the set of directly related concepts.Methods in org.episteme.social.philosophy with parameters of type ConceptModifier and TypeMethodDescriptionvoidModel.addConcept(Concept concept) Adds a concept to the model.voidBelief.addRelatedConcept(Concept concept) voidConcept.addRelatedConcept(Concept concept) Adds a relation to another concept.voidModel.removeConcept(Concept concept) Removes a concept from the model.voidConcept.removeRelatedConcept(Concept concept) Removes a relation to another concept.