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>> scala.collection.immutable.Set<Graph.Edge<A>> edges()booleanstatic grizzled.slf4j.LoggerbooleanhasCycle()inthashCode()scala.collection.immutable.Set<A> scala.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()static <A> scala.Option<scala.collection.immutable.Set<Graph.Edge<A>>> static <A,B> Graph.DFS <A, B> 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() -
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
-