Uses of Class
net.sf.tweety.arg.adf.semantics.link.LinkType
-
Packages that use LinkType Package Description net.sf.tweety.arg.adf.semantics.link -
-
Uses of LinkType in net.sf.tweety.arg.adf.semantics.link
Methods in net.sf.tweety.arg.adf.semantics.link that return LinkType Modifier and Type Method Description LinkTypeLinkStrategy. compute(Argument parent, AcceptanceCondition childAcc)LinkTypeSatLinkStrategy. compute(Argument parent, AcceptanceCondition childAcc)static LinkTypeLinkType. get(boolean attacking, boolean supporting)LinkTypeLink. getType()LinkTypeSimpleLink. getType()static LinkTypeLinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkType[]LinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.tweety.arg.adf.semantics.link with parameters of type LinkType Modifier and Type Method Description static LinkLink. of(Argument from, Argument to, LinkType type)Constructors in net.sf.tweety.arg.adf.semantics.link with parameters of type LinkType Constructor Description SimpleLink(Argument from, Argument to, LinkType type)
-