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 TypeMethodDescriptionbooleanIWorkingHours.addConnectionHook(ReducedNodeEdgeConnectorItem item) booleanWorkingHours.addConnectionHook(ReducedNodeEdgeConnectorItem item) Method parameters in com.dna.jopt.member.unit.hours with type arguments of type ReducedNodeEdgeConnectorItemModifier and TypeMethodDescriptionbooleanIWorkingHours.setConnectionHooks(Map<String, ReducedNodeEdgeConnectorItem> map) booleanWorkingHours.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 ReducedNodeEdgeConnectorItemReducedNodeEdgeConnectorItem.copyOf(AbstractReducedNodeEdgeConnectorItem instance) Creates an immutable copy of aAbstractReducedNodeEdgeConnectorItemvalue.static ReducedNodeEdgeConnectorItemReducedNodeEdgeConnectorItem.of(javax.measure.Quantity<javax.measure.quantity.Length> distance, Duration time, String fromElementId, String toElementId) Construct a new immutableReducedNodeEdgeConnectorIteminstance.ReducedNodeEdgeConnectorItem.withDistance(javax.measure.Quantity<javax.measure.quantity.Length> value) Copy the current immutable object by setting a value for thedistanceattribute.ReducedNodeEdgeConnectorItem.withFromElementId(String value) Copy the current immutable object by setting a value for thefromElementIdattribute.Copy the current immutable object by setting a value for thetimeattribute.ReducedNodeEdgeConnectorItem.withToElementId(String value) Copy the current immutable object by setting a value for thetoElementIdattribute.