public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.vrprep.model.instance
|
public ObjectFactory()
public Instance.Fleet.VehicleProfile.ArrivalAtAnyNode createInstanceFleetVehicleProfileArrivalAtAnyNode()
Instance.Fleet.VehicleProfile.ArrivalAtAnyNodepublic Instance.Info createInstanceInfo()
Instance.Infopublic Instance.Drivers.DriverProfile createInstanceDriversDriverProfile()
Instance.Drivers.DriverProfilepublic Instance.Network.Links createInstanceNetworkLinks()
Instance.Network.Linkspublic Instance.Requests.Request.Predecessors createInstanceRequestsRequestPredecessors()
Instance.Requests.Request.Predecessorspublic Instance.Fleet.TrailerProfile createInstanceFleetTrailerProfile()
Instance.Fleet.TrailerProfilepublic RandomVariableType.Moment createRandomVariableTypeMoment()
RandomVariableType.Momentpublic Instance.Resources createInstanceResources()
Instance.Resourcespublic Instance.Drivers createInstanceDrivers()
Instance.Driverspublic Instance.Fleet.VehicleProfile.Trailers createInstanceFleetVehicleProfileTrailers()
Instance.Fleet.VehicleProfile.Trailerspublic TwType.Start createTwTypeStart()
TwType.Startpublic Instance.Drivers.DriverProfile.Skill createInstanceDriversDriverProfileSkill()
Instance.Drivers.DriverProfile.Skillpublic Instance.Fleet.VehicleProfile createInstanceFleetVehicleProfile()
Instance.Fleet.VehicleProfilepublic Instance.Fleet.VehicleProfile.DepartureFromAnyNode createInstanceFleetVehicleProfileDepartureFromAnyNode()
Instance.Fleet.VehicleProfile.DepartureFromAnyNodepublic Instance.Fleet createInstanceFleet()
Instance.Fleetpublic Instance.Requests.Request.Resource createInstanceRequestsRequestResource()
Instance.Requests.Request.Resourcepublic Instance.Network.Ceil createInstanceNetworkCeil()
Instance.Network.Ceilpublic Instance.Resources.Resource createInstanceResourcesResource()
Instance.Resources.Resourcepublic TwType.Period createTwTypePeriod()
TwType.Periodpublic UncertainParameterType.Scenario createUncertainParameterTypeScenario()
UncertainParameterType.Scenariopublic Instance.Fleet.VehicleProfile.Resource createInstanceFleetVehicleProfileResource()
Instance.Fleet.VehicleProfile.Resourcepublic Instance.Requests.Request.Successors createInstanceRequestsRequestSuccessors()
Instance.Requests.Request.Successorspublic TwType.End createTwTypeEnd()
TwType.Endpublic Instance.Drivers.DriverProfile.WorkloadProfile createInstanceDriversDriverProfileWorkloadProfile()
Instance.Drivers.DriverProfile.WorkloadProfilepublic Instance.Network createInstanceNetwork()
Instance.Networkpublic Instance.Drivers.DriverProfile.CompatibleWithAllVehicles createInstanceDriversDriverProfileCompatibleWithAllVehicles()
Instance.Drivers.DriverProfile.CompatibleWithAllVehiclespublic Instance.Network.Links.Link createInstanceNetworkLinksLink()
Instance.Network.Links.Linkpublic UncertainParameterType createUncertainParameterType()
UncertainParameterTypepublic Instance.Network.Nodes.Node createInstanceNetworkNodesNode()
Instance.Network.Nodes.Nodepublic Instance.Network.Euclidean createInstanceNetworkEuclidean()
Instance.Network.Euclideanpublic Instance.Network.Nodes createInstanceNetworkNodes()
Instance.Network.Nodespublic RandomVariableType createRandomVariableType()
RandomVariableTypepublic Instance.Network.Floor createInstanceNetworkFloor()
Instance.Network.Floorpublic Instance.Requests createInstanceRequests()
Instance.Requestspublic Compartment createCompartment()
Compartmentpublic Instance.Requests.Request createInstanceRequestsRequest()
Instance.Requests.Requestpublic TimeDependentParameterType createTimeDependentParameterType()
TimeDependentParameterTypepublic Instance.Network.Manhattan createInstanceNetworkManhattan()
Instance.Network.Manhattanpublic DimensionsType createDimensionsType()
DimensionsTypepublic RandomVariableType.Parameter createRandomVariableTypeParameter()
RandomVariableType.Parameterpublic JAXBElement<RandomVariableType> createRandomVariable(RandomVariableType value)
public JAXBElement<DimensionsType> createDimensions(DimensionsType value)
Copyright © 2014 VRP-REP. All rights reserved.