Uses of Class
org.tweetyproject.action.signature.ActionSignature
Packages that use ActionSignature
Package
Description
-
Uses of ActionSignature in org.tweetyproject.action.description.parser
Methods in org.tweetyproject.action.description.parser that return ActionSignatureMethods in org.tweetyproject.action.description.parser with parameters of type ActionSignatureConstructors in org.tweetyproject.action.description.parser with parameters of type ActionSignatureModifierConstructorDescriptionCLawParser(ActionSignature signature)
This parser needs a valid action signature to parse causal laws. -
Uses of ActionSignature in org.tweetyproject.action.description.reasoner
Methods in org.tweetyproject.action.description.reasoner with parameters of type ActionSignatureModifier and TypeMethodDescriptionCTransitionSystemCalculator.calculateStates(CActionDescription actionDescription, ActionSignature signature)
Calculates the set of all states of the transition system described by an action description.CTransitionSystemCalculator.calculateTransitionSystem(CActionDescription actionDescription, ActionSignature signature)
Calculates a transition system as described by the given action description using all symbols in the given action signature.CTransitionSystemCalculator.convertToLogicProgram(CActionDescription d, ActionSignature signature, int T)
Calculates an extended logic program lp_T(D) for a given action description D and a parameter T, which corresponds to the length of histories in the transition system described by D. -
Uses of ActionSignature in org.tweetyproject.action.query.parser
Constructors in org.tweetyproject.action.query.parser with parameters of type ActionSignature -
Uses of ActionSignature in org.tweetyproject.action.query.syntax
Methods in org.tweetyproject.action.query.syntax that return ActionSignatureModifier and TypeMethodDescriptionNecessarilyQuery.getActionSignature()
QueryProposition.getActionSignature()
Returns a new action signature containing all symbols of the inner formula of this proposition.SActionQuery.getActionSignature()
-
Uses of ActionSignature in org.tweetyproject.action.signature.parser
Methods in org.tweetyproject.action.signature.parser that return ActionSignatureModifier and TypeMethodDescriptionActionSignatureParser.parseSignature(Reader reader)
Parses the given reader into a signature of the given type.ActionSignatureParser.parseSignature(String text)
Parses the given text into a signature of the given type.ActionSignatureParser.parseSignatureFromFile(String filename)
Parses the file of the given filename into a signature. -
Uses of ActionSignature in org.tweetyproject.action.transitionsystem
Methods in org.tweetyproject.action.transitionsystem that return ActionSignatureConstructors in org.tweetyproject.action.transitionsystem with parameters of type ActionSignatureModifierConstructorDescriptionTransitionSystem(Set<State> states, Set<Transition> transitions, ActionSignature signature)
Creates a new transition system.TransitionSystem(Set<State> states, ActionSignature signature)
Creates a new transition system.TransitionSystem(ActionSignature signature)
Creates a new empty transition system with the given ActionSignature.