Uses of Class
org.tweetyproject.logics.petri.syntax.PetriNetNode
Packages that use PetriNetNode
- 
Uses of PetriNetNode in org.tweetyproject.logics.petri.plotting
Subclasses with type arguments of type PetriNetNode in org.tweetyproject.logics.petri.plottingModifier and TypeClassDescriptionclassThis class is for displaying instances of the PetriNet class graphically - 
Uses of PetriNetNode in org.tweetyproject.logics.petri.syntax
Subclasses of PetriNetNode in org.tweetyproject.logics.petri.syntaxModifier and TypeClassDescriptionclassA class to describe places in a Petri netclassA class to describe transitions in a Petri netSubclasses with type arguments of type PetriNetNode in org.tweetyproject.logics.petri.syntaxClasses in org.tweetyproject.logics.petri.syntax that implement interfaces with type arguments of type PetriNetNodeMethods in org.tweetyproject.logics.petri.syntax that return types with arguments of type PetriNetNodeModifier and TypeMethodDescriptionPetriNet.getChildren(Node node) PetriNet.getComplementGraph(int selfloops) PetriNet.getConnectedComponents()PetriNet.getEdge(PetriNetNode a, PetriNetNode b) PetriNet.getEdges()PetriNet.getNeighbors(PetriNetNode node) PetriNet.getNodes()PetriNet.getParents(Node node) PetriNet.getRestriction(Collection<PetriNetNode> nodes) PetriNet.getStronglyConnectedComponents()PetriNet.getSubgraphs()PetriNet.iterator()Methods in org.tweetyproject.logics.petri.syntax with parameters of type PetriNetNodeModifier and TypeMethodDescriptionbooleanPetriNet.add(PetriNetNode node) booleanPetriNet.areAdjacent(PetriNetNode a, PetriNetNode b) booleanPetriNet.existsDirectedPath(PetriNetNode node1, PetriNetNode node2) PetriNet.getEdge(PetriNetNode a, PetriNetNode b) PetriNet.getNeighbors(PetriNetNode node) Method parameters in org.tweetyproject.logics.petri.syntax with type arguments of type PetriNetNodeModifier and TypeMethodDescriptionbooleanPetriNet.add(Edge<PetriNetNode> edge) Return addbooleanPetriNet.add(GeneralEdge<PetriNetNode> edge) PetriNet.getRestriction(Collection<PetriNetNode> nodes) voidPetriNet.setEdges(Set<Edge<PetriNetNode>> edges) Setter Edges