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.Requests.Request.Predecessors createInstanceRequestsRequestPredecessors()
Instance.Requests.Request.Predecessorspublic Instance.Drivers.DriverProfile.WorkloadProfile createInstanceDriversDriverProfileWorkloadProfile()
Instance.Drivers.DriverProfile.WorkloadProfilepublic Instance.Network.Euclidean createInstanceNetworkEuclidean()
Instance.Network.Euclideanpublic RandomVariableType.Parameter createRandomVariableTypeParameter()
RandomVariableType.Parameterpublic Instance.Resources createInstanceResources()
Instance.Resourcespublic Instance.Fleet.VehicleProfile.Trailer createInstanceFleetVehicleProfileTrailer()
Instance.Fleet.VehicleProfile.Trailerpublic UncertainParameterType.Scenario createUncertainParameterTypeScenario()
UncertainParameterType.Scenariopublic Instance.Network.Links.Link createInstanceNetworkLinksLink()
Instance.Network.Links.Linkpublic Instance.Fleet.TrailerProfile createInstanceFleetTrailerProfile()
Instance.Fleet.TrailerProfilepublic Instance.Fleet.VehicleProfile.ArrivalAtAnyNode createInstanceFleetVehicleProfileArrivalAtAnyNode()
Instance.Fleet.VehicleProfile.ArrivalAtAnyNodepublic Instance.Requests.Request createInstanceRequestsRequest()
Instance.Requests.Requestpublic Instance.Network.Nodes createInstanceNetworkNodes()
Instance.Network.Nodespublic Instance.Requests.RequestIncompatibility createInstanceRequestsRequestIncompatibility()
Instance.Requests.RequestIncompatibilitypublic RandomVariableType.Moment createRandomVariableTypeMoment()
RandomVariableType.Momentpublic Instance.Drivers.DriverProfile createInstanceDriversDriverProfile()
Instance.Drivers.DriverProfilepublic Instance.Resources.Resource createInstanceResourcesResource()
Instance.Resources.Resourcepublic Instance.Fleet createInstanceFleet()
Instance.Fleetpublic TwType.Period createTwTypePeriod()
TwType.Periodpublic TwType.End createTwTypeEnd()
TwType.Endpublic Instance.Requests.Request.Successors createInstanceRequestsRequestSuccessors()
Instance.Requests.Request.Successorspublic Instance.Requests createInstanceRequests()
Instance.Requestspublic Compartment createCompartment()
Compartmentpublic Instance.Drivers.DriverProfile.CompatibleWithAllVehicles createInstanceDriversDriverProfileCompatibleWithAllVehicles()
Instance.Drivers.DriverProfile.CompatibleWithAllVehiclespublic UncertainParameterType createUncertainParameterType()
UncertainParameterTypepublic Instance.Network createInstanceNetwork()
Instance.Networkpublic Instance.Fleet.VehicleProfile.Resource createInstanceFleetVehicleProfileResource()
Instance.Fleet.VehicleProfile.Resourcepublic TimeDependentParameterType createTimeDependentParameterType()
TimeDependentParameterTypepublic Instance.Drivers createInstanceDrivers()
Instance.Driverspublic Instance.Requests.Request.Resource createInstanceRequestsRequestResource()
Instance.Requests.Request.Resourcepublic DimensionsType createDimensionsType()
DimensionsTypepublic Instance.Network.Nodes.Node createInstanceNetworkNodesNode()
Instance.Network.Nodes.Nodepublic RandomVariableType createRandomVariableType()
RandomVariableTypepublic TwType.Start createTwTypeStart()
TwType.Startpublic Instance.Network.Floor createInstanceNetworkFloor()
Instance.Network.Floorpublic Instance.Drivers.DriverProfile.Skill createInstanceDriversDriverProfileSkill()
Instance.Drivers.DriverProfile.Skillpublic Instance.Network.Manhattan createInstanceNetworkManhattan()
Instance.Network.Manhattanpublic Instance.Fleet.VehicleProfile createInstanceFleetVehicleProfile()
Instance.Fleet.VehicleProfilepublic Instance.Info createInstanceInfo()
Instance.Infopublic Instance.Network.Links createInstanceNetworkLinks()
Instance.Network.Linkspublic Instance.Network.Ceil createInstanceNetworkCeil()
Instance.Network.Ceilpublic Instance.Fleet.VehicleProfile.DepartureFromAnyNode createInstanceFleetVehicleProfileDepartureFromAnyNode()
Instance.Fleet.VehicleProfile.DepartureFromAnyNodepublic JAXBElement<RandomVariableType> createRandomVariable(RandomVariableType value)
public JAXBElement<DimensionsType> createDimensions(DimensionsType value)
public JAXBElement<BigInteger> createInstanceRequestsRequestIncompatibilityId(BigInteger value)
public JAXBElement<BigInteger> createInstanceRequestsRequestIncompatibilityType(BigInteger value)
Copyright © 2016 VRP-REP. All rights reserved.