Uses of Interface
org.tweetyproject.arg.adf.semantics.link.Link
Packages that use Link
Package
Description
-
Uses of Link in org.tweetyproject.arg.adf.reasoner.sat.encodings
Methods in org.tweetyproject.arg.adf.reasoner.sat.encodings with parameters of type Link -
Uses of Link in org.tweetyproject.arg.adf.semantics.link
Classes in org.tweetyproject.arg.adf.semantics.link that implement LinkModifier and TypeClassDescriptionfinal class
A simple immutable representation of ADF links.Methods in org.tweetyproject.arg.adf.semantics.link that return Link -
Uses of Link in org.tweetyproject.arg.adf.syntax.adf
Methods in org.tweetyproject.arg.adf.syntax.adf that return LinkModifier and TypeMethodDescriptionComputes and returns the link between the given parent and child arguments.Methods in org.tweetyproject.arg.adf.syntax.adf that return types with arguments of type LinkModifier and TypeMethodDescriptionAbstractDialecticalFramework.links()
Returns an unmodifiable set of all the links in thisAbstractDialecticalFramework
.Returns a set of links originating from the specified parent argument.AbstractDialecticalFramework.linksStream()
Returns a stream of the links in thisAbstractDialecticalFramework
.Returns a set of links directed towards the specified child argument.Methods in org.tweetyproject.arg.adf.syntax.adf with parameters of type LinkModifier and TypeMethodDescriptionAdds a link between arguments to the ADF.