Uses of Class
org.tweetyproject.arg.dung.serialisability.semantics.SerialisationState
Packages that use SerialisationState
Package
Description
-
Uses of SerialisationState in org.tweetyproject.arg.dung.serialisability.semantics
Classes in org.tweetyproject.arg.dung.serialisability.semantics that implement interfaces with type arguments of type SerialisationStateModifier and TypeClassDescriptionclassA Graph-based representation of theSerialisation Sequencesof someArgumentation Frameworkwrt.Methods in org.tweetyproject.arg.dung.serialisability.semantics that return SerialisationStateModifier and TypeMethodDescriptionSerialisationGraph.getNodeForExtension(Extension<DungTheory> extension) Return the node of this graph that corresponds to the given extensionMethods in org.tweetyproject.arg.dung.serialisability.semantics that return types with arguments of type SerialisationStateModifier and TypeMethodDescriptionSerialisationGraph.getChildren(Node node) SerialisationGraph.getComplementGraph(int selfloops) SerialisationGraph.getConnectedComponents()SerialisationGraph.getEdge(SerialisationState a, SerialisationState b) Collection<? extends GeneralEdge<? extends SerialisationState>> SerialisationGraph.getEdges()SerialisationGraph.getNeighbors(SerialisationState node) SerialisationGraph.getNodes()SerialisationGraph.getParents(Node node) SerialisationGraph.getRestriction(Collection<SerialisationState> nodes) SerialisationGraph.getStronglyConnectedComponents()SerialisationGraph.getSubgraphs()SerialisationGraph.iterator()Methods in org.tweetyproject.arg.dung.serialisability.semantics with parameters of type SerialisationStateModifier and TypeMethodDescriptionbooleanSerialisationGraph.add(SerialisationState node) booleanSerialisationGraph.areAdjacent(SerialisationState a, SerialisationState b) booleanSerialisationGraph.existsDirectedPath(SerialisationState node1, SerialisationState node2) SerialisationGraph.getEdge(SerialisationState a, SerialisationState b) SerialisationGraph.getNeighbors(SerialisationState node) Method parameters in org.tweetyproject.arg.dung.serialisability.semantics with type arguments of type SerialisationStateModifier and TypeMethodDescriptionbooleanSerialisationGraph.add(GeneralEdge<SerialisationState> edge) SerialisationGraph.getRestriction(Collection<SerialisationState> nodes) -
Uses of SerialisationState in org.tweetyproject.arg.dung.serialisability.util
Subclasses with type arguments of type SerialisationState in org.tweetyproject.arg.dung.serialisability.utilModifier and TypeClassDescriptionclassThis class represents a specialization of theGraphPlotterused to visualize the serialisation process of extensions, as realised inSerialisedExtensionReasoner.classThis class represents a specialization of theGraphPlotterused to visualize the serialisation process of extensions, as realised inSerialisedExtensionReasoner.Methods in org.tweetyproject.arg.dung.serialisability.util with parameters of type SerialisationState