psdi.app.asset

Class FldAssetLocRelationMeasure

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldAssetLocRelationMeasure
    extends FldMeasure
    behaviors of the interacting start- and end-related measures and offsets on the AssetLocRelation object.
    • Constructor Detail

      • FldAssetLocRelationMeasure

        public FldAssetLocRelationMeasure(MboValue mbv)
        constructs and attaches to the MboValue.
        Parameters:
        mbv - MboValue to which the specified attribute attaches.
        attrs - name of measure attribute, name of offset attribute corresponding to the measure attribute
    • Method Detail

      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Description copied from class: FldMeasure
        Measure must be between the boundary object's StartMeasure and EndMeasure. The boundary object's StartMeasure does not have to be less than EndMeasure, so this measure can be less than StartMeasure as long as it is also greater than the end measure.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class FldMeasure
        Throws:
        MXException
        java.rmi.RemoteException