JOpt.SDK.Implementation
Class EventNode

java.lang.Object
  extended byJOpt.SDK.Implementation.TimeWindowGeoNode
      extended byJOpt.SDK.Implementation.EventNode
All Implemented Interfaces:
java.lang.Comparable, IDistanceMatrixEntry, IGeoNode, IJOptSDK, INode, IScheduledNode, ITimeWindowNode, ITypedObject, IViolation

public class EventNode
extends TimeWindowGeoNode


Constructor Summary
EventNode()
           
EventNode(java.lang.String nodeId, IOpeningHours[] openingHours, int visitDuration, int priority, int nodeTypePriority)
           
 
Methods inherited from class JOpt.SDK.Implementation.TimeWindowGeoNode
addServicingHours, addStrictViolation, addViolation, checkTimewindow, compareTo, copy, get_servicingHours, getArrivalTime, getDepartureTime, getDistMatrixId, getDistMatrixIdInteger, getImportance, getJointVisitDuration, getLatitude, getLoad, getLongitude, getMapOpeningHours, getMinimumInitialVisitDuration, getNodeId, getNumViolationsPerGeneration, getObjectInstances, getOpeningHours, getOpeningHours, getPreferableResource, getPreferredResourcePriority, getPreferredResources, getPriority, getRelationships, getRemainingVisitDuration, getSequenceNumber, getServicingHours, getStrictViolations, getTimeDrive, getTimeIdle, getTimeWindowBegin, getTimeWindowEnd, getType, getTypeId, getViolations, getVisitationFrequency, getVisitDuration, isBreakAttached, isCollectionPoint, isUnassigned, isUnloadAll, isWaitOnEarlyArrival, setArrivalTime, setArrivalTimeSecs, setBreakAttached, setCollectionPoint, setDepartureTime, setDepartureTimeMillis, setDistMatrixId, setImportance, setJointVisitDuration, setLatitude, setLoad, setLongitude, setMapOpeningHours, setMinimumInitialVisitDuration, setNodeId, setNumViolationsPerGeneration, setOpeningHours, setPreferableResource, setPreferredResourcePriority, setPreferredResources, setPriority, setRelationships, setRemainingVisitDuration, setSequenceNumber, setServicingHours, setTimeDrive, setTimeIdle, setTimeWindowBegin, setTimeWindowEnd, setType, setUnassigned, setUnloadAll, setVisitationFrequency, setVisitDuration, setWaitOnEarlyArrival
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventNode

public EventNode(java.lang.String nodeId,
                 IOpeningHours[] openingHours,
                 int visitDuration,
                 int priority,
                 int nodeTypePriority)

EventNode

public EventNode()