Class ProjectGraph
java.lang.Object
overit.geocallapp.wfm.project.bl.graph.ProjectGraph
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.graph.MutableValueGraph<BOProjectActivity, BOActivityRelation> getGraph()booleanhasCycle()voidsetGraph(com.google.common.graph.MutableValueGraph<BOProjectActivity, BOActivityRelation> graph)
-
Constructor Details
-
ProjectGraph
public ProjectGraph()
-
-
Method Details
-
getGraph
-
setGraph
public void setGraph(com.google.common.graph.MutableValueGraph<BOProjectActivity, BOActivityRelation> graph) -
hasCycle
public boolean hasCycle()
-