Class AtlLinguistischeVariable

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste

    public class AtlLinguistischeVariable
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    Allgemeine Linguistische Variable, definiert durch ein Trapetz.

    • Method Summary

      Modifier and Type Method Description
      void atl2Bean​(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)  
      void bean2Atl​(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)  
      AtlLinguistischeVariable clone()  
      java.lang.String getName()
      Name des Zustandes.
      AttZahl getT1()
      Erster Definitionspunkt des Trapets für die linguistische Variable.
      AttZahl getT2()
      Zweiter Definitionspunkt des Trapets für die linguistische Variable.
      AttZahl getT3()
      Dritter Definitionspunkt des Trapets für die linguistische Variable.
      AttZahl getT4()
      Vierter Definitionspunkt des Trapets für die linguistische Variable.
      void setName​(java.lang.String _name)
      Name des Zustandes.
      void setT1​(AttZahl _t1)
      Erster Definitionspunkt des Trapets für die linguistische Variable.
      void setT2​(AttZahl _t2)
      Zweiter Definitionspunkt des Trapets für die linguistische Variable.
      void setT3​(AttZahl _t3)
      Dritter Definitionspunkt des Trapets für die linguistische Variable.
      void setT4​(AttZahl _t4)
      Vierter Definitionspunkt des Trapets für die linguistische Variable.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AtlLinguistischeVariable

        public AtlLinguistischeVariable()
    • Method Detail

      • getName

        public java.lang.String getName()
        Name des Zustandes.

        Returns:
        der Wert von Name.
      • setName

        public void setName​(java.lang.String _name)
        Name des Zustandes.

        Parameters:
        _name - der neue Wert von Name.
      • getT1

        public AttZahl getT1()
        Erster Definitionspunkt des Trapets für die linguistische Variable.

        Returns:
        der Wert von T1.
      • setT1

        public void setT1​(AttZahl _t1)
        Erster Definitionspunkt des Trapets für die linguistische Variable.

        Parameters:
        _t1 - der neue Wert von T1.
      • getT2

        public AttZahl getT2()
        Zweiter Definitionspunkt des Trapets für die linguistische Variable.

        Returns:
        der Wert von T2.
      • setT2

        public void setT2​(AttZahl _t2)
        Zweiter Definitionspunkt des Trapets für die linguistische Variable.

        Parameters:
        _t2 - der neue Wert von T2.
      • getT3

        public AttZahl getT3()
        Dritter Definitionspunkt des Trapets für die linguistische Variable.

        Returns:
        der Wert von T3.
      • setT3

        public void setT3​(AttZahl _t3)
        Dritter Definitionspunkt des Trapets für die linguistische Variable.

        Parameters:
        _t3 - der neue Wert von T3.
      • getT4

        public AttZahl getT4()
        Vierter Definitionspunkt des Trapets für die linguistische Variable.

        Returns:
        der Wert von T4.
      • setT4

        public void setT4​(AttZahl _t4)
        Vierter Definitionspunkt des Trapets für die linguistische Variable.

        Parameters:
        _t4 - der neue Wert von T4.
      • bean2Atl

        public void bean2Atl​(de.bsvrz.dav.daf.main.Data datum,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        bean2Atl in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • atl2Bean

        public void atl2Bean​(de.bsvrz.dav.daf.main.Data daten,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        atl2Bean in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • clone

        public AtlLinguistischeVariable clone()
        Specified by:
        clone in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
        Overrides:
        clone in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object