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 classstatic classstatic classstatic 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 voidprotected static voidprotected static voidscala.collection.immutable.Set<Graph.Edge<A>>edges()booleanprotected static voidprotected static voidprotected static voidstatic grizzled.slf4j.LoggerbooleanhasCycle()inthashCode()scala.collection.immutable.Set<A>protected static voidprotected static voidprotected static voidprotected static booleanprotected static booleanprotected static booleanprotected static booleanprotected static booleanprotected static grizzled.slf4j.Loggerlogger()protected static Stringscala.collection.immutable.Set<A>nodes()scala.collection.immutable.List<A>order()scala.collection.immutable.Set<A>intproductElement(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 voidprotected static voidprotected static voidstatic <A> scala.Option<scala.collection.immutable.Set<Graph.Edge<A>>>static <A,B> Graph.DFS<A, B> protected static voidprotected static voidprotected static voidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-