com.google.common.graph.Graph.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml Show documentation
Show all versions of plantuml Show documentation
PlantUML is a component that allows to quickly write :
* sequence diagram,
* use case diagram,
* class diagram,
* activity diagram,
* component diagram,
* state diagram
* object diagram
???? 4 G com/google/common/graph/Graph
successors #(Ljava/lang/Object;)Ljava/util/Set; predecessors java/lang/Object
!com/google/common/graph/BaseGraph nodes ()Ljava/util/Set; Signature ()Ljava/util/Set; edges >()Ljava/util/Set;>;
isDirected ()Z allowsSelfLoops nodeOrder (()Lcom/google/common/graph/ElementOrder; -()Lcom/google/common/graph/ElementOrder; incidentEdgeOrder
adjacentNodes MethodParameters node (TN;)Ljava/util/Set;
incidentEdges A(TN;)Ljava/util/Set;>; degree (Ljava/lang/Object;)I (TN;)I inDegree outDegree hasEdgeConnecting '(Ljava/lang/Object;Ljava/lang/Object;)Z nodeU nodeV (TN;TN;)Z )(Lcom/google/common/graph/EndpointPair;)Z endpoints .(Lcom/google/common/graph/EndpointPair;)Z equals (Ljava/lang/Object;)Z object "RuntimeVisibleParameterAnnotations Ljavax/annotation/CheckForNull; hashCode ()I ((Ljava/lang/Object;)Ljava/lang/Iterable; Code LineNumberTable LocalVariableTable this Lcom/google/common/graph/Graph; LocalVariableTypeTable $Lcom/google/common/graph/Graph; PLjava/lang/Object;Lcom/google/common/graph/BaseGraph;
SourceFile
Graph.java RuntimeVisibleAnnotations -Lcom/google/errorprone/annotations/DoNotMock; value *Use GraphBuilder to create a real instance 9Lcom/google/common/graph/ElementTypesAreNonnullByDefault; RuntimeInvisibleAnnotations $Lcom/google/common/annotations/Beta;
! " # $ " # % " # &