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 TypeClassDescriptionclass
A Graph-based representation of theSerialisation Sequences
of someArgumentation Framework
wrt.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 TypeMethodDescriptionboolean
SerialisationGraph.add
(SerialisationState node) boolean
SerialisationGraph.areAdjacent
(SerialisationState a, SerialisationState b) boolean
SerialisationGraph.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 TypeMethodDescriptionboolean
SerialisationGraph.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 TypeClassDescriptionclass
This class represents a specialization of theGraphPlotter
used to visualize the serialisation process of extensions, as realised inSerialisedExtensionReasoner
.class
This class represents a specialization of theGraphPlotter
used to visualize the serialisation process of extensions, as realised inSerialisedExtensionReasoner
.Methods in org.tweetyproject.arg.dung.serialisability.util with parameters of type SerialisationState