Uses of Class
com.dna.jopt.member.unit.nodeedge.reduced.ReducedNodeEdgeConnectorItem
Packages that use ReducedNodeEdgeConnectorItem
Package
Description
-
Uses of ReducedNodeEdgeConnectorItem in com.dna.jopt.member.bucket.route
Methods in com.dna.jopt.member.bucket.route that return types with arguments of type ReducedNodeEdgeConnectorItemModifier and TypeMethodDescriptionILogicEntityRoute.getConnectionHook
(String toId) LogicEntityRoute.getConnectionHook
(String toId) -
Uses of ReducedNodeEdgeConnectorItem in com.dna.jopt.member.unit.hours
Methods in com.dna.jopt.member.unit.hours that return types with arguments of type ReducedNodeEdgeConnectorItemModifier and TypeMethodDescriptionIWorkingHours.getConnectionHook
(String toId) WorkingHours.getConnectionHook
(String toId) IWorkingHours.getConnectionHooks()
WorkingHours.getConnectionHooks()
Methods in com.dna.jopt.member.unit.hours with parameters of type ReducedNodeEdgeConnectorItemModifier and TypeMethodDescriptionboolean
IWorkingHours.addConnectionHook
(ReducedNodeEdgeConnectorItem item) boolean
WorkingHours.addConnectionHook
(ReducedNodeEdgeConnectorItem item) Method parameters in com.dna.jopt.member.unit.hours with type arguments of type ReducedNodeEdgeConnectorItemModifier and TypeMethodDescriptionboolean
IWorkingHours.setConnectionHooks
(Map<String, ReducedNodeEdgeConnectorItem> map) boolean
WorkingHours.setConnectionHooks
(Map<String, ReducedNodeEdgeConnectorItem> map) -
Uses of ReducedNodeEdgeConnectorItem in com.dna.jopt.member.unit.nodeedge
Methods in com.dna.jopt.member.unit.nodeedge with parameters of type ReducedNodeEdgeConnectorItemModifier and TypeMethodDescriptionINodeConnectorItem.getShiftedCopy
(ReducedNodeEdgeConnectorItem deltaItem) NodeEdgeConnectorItem.getShiftedCopy
(ReducedNodeEdgeConnectorItem deltaItem) -
Uses of ReducedNodeEdgeConnectorItem in com.dna.jopt.member.unit.nodeedge.reduced
Methods in com.dna.jopt.member.unit.nodeedge.reduced that return ReducedNodeEdgeConnectorItemModifier and TypeMethodDescriptionReducedNodeEdgeConnectorItem.Builder.build()
Builds a newReducedNodeEdgeConnectorItem
.ReducedNodeEdgeConnectorItem.BuildFinal.build()
Builds a newReducedNodeEdgeConnectorItem
.static ReducedNodeEdgeConnectorItem
ReducedNodeEdgeConnectorItem.copyOf
(AbstractReducedNodeEdgeConnectorItem instance) Creates an immutable copy of aAbstractReducedNodeEdgeConnectorItem
value.static ReducedNodeEdgeConnectorItem
ReducedNodeEdgeConnectorItem.of
(javax.measure.Quantity<javax.measure.quantity.Length> distance, Duration time, String fromElementId, String toElementId) Construct a new immutableReducedNodeEdgeConnectorItem
instance.ReducedNodeEdgeConnectorItem.withDistance
(javax.measure.Quantity<javax.measure.quantity.Length> value) Copy the current immutable object by setting a value for thedistance
attribute.ReducedNodeEdgeConnectorItem.withFromElementId
(String value) Copy the current immutable object by setting a value for thefromElementId
attribute.Copy the current immutable object by setting a value for thetime
attribute.ReducedNodeEdgeConnectorItem.withToElementId
(String value) Copy the current immutable object by setting a value for thetoElementId
attribute.