Class VecCartesianVector

java.lang.Object
com.foursoft.harness.vec.v113.VecCartesianVector
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, Visitable, Serializable
Direct Known Subclasses:
VecCartesianVector2D, VecCartesianVector3D

public abstract class VecCartesianVector extends Object implements Serializable, Identifiable, ModifiableIdentifiable, Visitable

Abstract super class for vectors, either 2D or 3D.

Java class for CartesianVector complex type.

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


 <complexType name="CartesianVector">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • xmlId

      protected String xmlId
  • Constructor Details

    • VecCartesianVector

      public VecCartesianVector()
  • Method Details