Package com.xebialabs.xlrelease.utils
Class Graph$
java.lang.Object
com.xebialabs.xlrelease.utils.Graph$
- All Implemented Interfaces:
grizzled.slf4j.Logging
,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A> Graph<A>
apply
(scala.collection.immutable.Set<Graph.Edge<A>> edges) <A> Graph<A>
apply
(scala.collection.Iterable<Graph.Edge<A>> edges) <A> scala.util.Either<Graph.DFS<A,
scala.runtime.BoxedUnit>, scala.collection.immutable.List<A>> <A> scala.Option<scala.collection.immutable.Set<Graph.Edge<A>>>
<A,
B> Graph.DFS<A, B> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface grizzled.slf4j.Logging
debug, debug, debug, error, error, error, grizzled$slf4j$Logging$$_logger, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, logger, loggerName, trace, trace, trace, warn, warn, warn
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Graph$
public Graph$()
-
-
Method Details
-
apply
-
sort
-
walk
-
apply
-
unapply
-