Uses of Enum
org.tweetyproject.web.services.bipolar.BipolarSemantics
Packages that use BipolarSemantics
-
Uses of BipolarSemantics in org.tweetyproject.web.services.bipolar
Methods in org.tweetyproject.web.services.bipolar that return BipolarSemanticsModifier and TypeMethodDescriptionstatic BipolarSemantics[]AbstractBipolarExtensionReasonerFactory.getSemantics()Returns an array of all available semantics.static BipolarSemanticsBipolarSemantics.getSemantics(String id) Looks up a semantics entry by its identifier.static BipolarSemanticsReturns the enum constant of this type with the specified name.static BipolarSemantics[]BipolarSemantics.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tweetyproject.web.services.bipolar with parameters of type BipolarSemanticsModifier and TypeMethodDescriptionAbstractBipolarExtensionReasonerFactory.getReasoner(BipolarSemantics sem) Creates a new reasoner measure of the given semantics with default settings.