Uses of Class
fj.impl.cg.Node
Packages that use Node
-
Uses of Node in fj.impl.cg
Methods in fj.impl.cg that return NodeModifier and TypeMethodDescriptionNode.addWorkOut
(int id, String label, int workAmount, CriticalPathStatus criticalPathStatus, EdgeType edgeType) ComputationGraphForkJoin.dataRaceReadAndWriteNode
(String description, Object... args) ComputationGraphForkJoin.dataRaceReadNode
(String description, Object... args) ComputationGraphForkJoin.dataRaceWriteNode
(String description, Object... args) Edge.from()
static Node
ComputationGraphUtils.graph
(TaskConsumer<ComputationGraphForkJoin> consumer) ComputationGraphForkJoin.invisible()
ComputationGraphForkJoin.mutateCurrentWork
(int amount, boolean isOnCriticalPath) ComputationGraphForkJoin.mutateCurrentWorkAndCpl
(int workAmount, int cplAmount, boolean isOnCriticalPath) ComputationGraphForkJoin.mutateLabel
(String label) ComputationGraphForkJoin.root()
Edge.to()
ComputationGraphForkJoin.work
(int amount, boolean isOnCriticalPath) ComputationGraphForkJoin.work
(int amount, boolean isOnCriticalPath, String description, Object... args) ComputationGraphForkJoin.workOffCriticalPath
(int amount) ComputationGraphForkJoin.workOffCriticalPath
(int amount, String description, Object... args) ComputationGraphForkJoin.workOnCriticalPath
(int amount) ComputationGraphForkJoin.workOnCriticalPath
(int amount, String description, Object... args) Methods in fj.impl.cg with parameters of type NodeConstructors in fj.impl.cg with parameters of type Node