Package com.xebialabs.xlrelease.utils
Class Graph<A>
java.lang.Object
com.xebialabs.xlrelease.utils.Graph<A>
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A> Graph<A>
apply
(scala.collection.immutable.Set<Graph.Edge<A>> edges) static <A> Graph<A>
apply
(scala.collection.Iterable<Graph.Edge<A>> edges) boolean
<A> Graph<A>
copy
(scala.collection.immutable.Set<Graph.Edge<A>> edges) <A> scala.collection.immutable.Set<Graph.Edge<A>>
protected static void
protected static void
protected static void
scala.collection.immutable.Set<Graph.Edge<A>>
edges()
boolean
protected static void
protected static void
protected static void
static grizzled.slf4j.Logger
boolean
hasCycle()
int
hashCode()
scala.collection.immutable.Set<A>
protected static void
protected static void
protected static void
protected static boolean
protected static boolean
protected static boolean
protected static boolean
protected static boolean
protected static grizzled.slf4j.Logger
logger()
protected static String
scala.collection.immutable.Set<A>
nodes()
scala.collection.immutable.List<A>
order()
scala.collection.immutable.Set<A>
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
static <A> scala.util.Either<Graph.DFS<A,
scala.runtime.BoxedUnit>, scala.collection.immutable.List<A>> toString()
protected static void
protected static void
protected static void
static <A> scala.Option<scala.collection.immutable.Set<Graph.Edge<A>>>
static <A,
B> Graph.DFS<A, B> protected static void
protected static void
protected static void
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Graph
-
-
Method Details
-
apply
-
sort
-
walk
-
apply
-
unapply
-
grizzled$slf4j$Logging$$_logger
public static grizzled.slf4j.Logger grizzled$slf4j$Logging$$_logger() -
logger
protected static grizzled.slf4j.Logger logger() -
loggerName
-
isTraceEnabled
protected static boolean isTraceEnabled() -
trace
-
trace
-
trace
-
isDebugEnabled
protected static boolean isDebugEnabled() -
debug
-
debug
-
debug
-
isErrorEnabled
protected static boolean isErrorEnabled() -
error
-
error
-
error
-
isInfoEnabled
protected static boolean isInfoEnabled() -
info
-
info
-
info
-
isWarnEnabled
protected static boolean isWarnEnabled() -
warn
-
warn
-
warn
-
edges
-
nodes
-
outgoing
-
incoming
-
order
-
hasCycle
public boolean hasCycle() -
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-