Class VecOnWayPlacement

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

public class VecOnWayPlacement extends VecPlacement implements Serializable, Visitable

An OnWayPlacement places an OccurrenceOrUsage onto an area of the Topology (e.g. a tape or a tube). The area is defined by a startLocation and an endLocation. If startLocation and endLocation are not located on the same TopologySegment it is possible to specify a Path of TopologySegments over which the OnWayPlacement goes.

Java class for OnWayPlacement complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="OnWayPlacement">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Placement">
       <sequence>
         <element name="EndLocation" type="{http://www.prostep.org/ecad-if/2011/vec}Location"/>
         <element name="Path" type="{http://www.prostep.org/ecad-if/2011/vec}Path" minOccurs="0"/>
         <element name="StartLocation" type="{http://www.prostep.org/ecad-if/2011/vec}Location"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • VecOnWayPlacement

      public VecOnWayPlacement()
  • Method Details

    • getEndLocation

      public VecLocation getEndLocation()
      Gets the value of the endLocation property.
      Returns:
      possible object is VecLocation
    • setEndLocation

      public void setEndLocation(VecLocation value)
      Sets the value of the endLocation property.
      Parameters:
      value - allowed object is VecLocation
    • getPath

      public VecPath getPath()
      Gets the value of the path property.
      Returns:
      possible object is VecPath
    • setPath

      public void setPath(VecPath value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is VecPath
    • getStartLocation

      public VecLocation getStartLocation()
      Gets the value of the startLocation property.
      Returns:
      possible object is VecLocation
    • setStartLocation

      public void setStartLocation(VecLocation value)
      Sets the value of the startLocation property.
      Parameters:
      value - allowed object is VecLocation
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable