All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.common.graph.GraphConstants.class Maven / Gradle / Ivy

Go to download

PlantUML is a component that allows to quickly write : * sequence diagram, * use case diagram, * class diagram, * activity diagram, * component diagram, * state diagram * object diagram

There is a newer version: 8059
Show newest version
????4G&com/google/common/graph/GraphConstants
java/lang/Object()VEXPECTED_DEGREEI
ConstantValueDEFAULT_NODE_COUNT
DEFAULT_EDGE_COUNTINNER_LOAD_FACTORF??INNER_CAPACITYNODE_NOT_IN_GRAPHLjava/lang/String;(Node %s is not an element of this graph.EDGE_NOT_IN_GRAPH(Edge %s is not an element of this graph.NODE_REMOVED_FROM_GRAPHENode %s that was used to generate this set is no longer in the graph.NODE_PAIR_REMOVED_FROM_GRAPH!RNode %s or node %s that were used to generate this set are no longer in the graph.EDGE_REMOVED_FROM_GRAPH$EEdge %s that was used to generate this set is no longer in the graph.REUSING_EDGE'rEdge %s already exists between the following nodes: %s, so it cannot be reused to connect the following nodes: %s.MULTIPLE_EDGES_CONNECTING*uCannot call edgeConnecting() when parallel edges exist between %s and %s. Consider calling edgesConnecting() instead.PARALLEL_EDGES_NOT_ALLOWED-?Nodes %s and %s are already connected by a different edge. To construct a graph that allows parallel edges, call allowsParallelEdges(true) on the Builder.SELF_LOOPS_NOT_ALLOWED0?Cannot add self-loop edge on node %s, as self-loops are not allowed. To construct a graph that allows self-loops, call allowsSelfLoops(true) on the Builder.NOT_AVAILABLE_ON_UNDIRECTED3?Cannot call source()/target() on a EndpointPair from an undirected graph. Consider calling adjacentNode(node) if you already have a node, or nodeU()/nodeV() if you don't.EDGE_ALREADY_EXISTS6$Edge %s already exists in the graph.ENDPOINTS_MISMATCH9PMismatch: endpoints' ordering is not compatible with directionality of the graphCodeLineNumberTableLocalVariableTablethis(Lcom/google/common/graph/GraphConstants;
SourceFileGraphConstants.javaRuntimeVisibleAnnotations9Lcom/google/common/graph/ElementTypesAreNonnullByDefault;InnerClassesE/com/google/common/graph/GraphConstants$PresencePresence0	




 "#%&()+,./124578:/*??;<=>?@ABC
DF@




© 2015 - 2024 Weber Informatics LLC | Privacy Policy