Class EffectOnDrive

  • All Implemented Interfaces:
    java.io.Serializable

    public class EffectOnDrive
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EffectOnDrive​(java.lang.Short type, java.lang.String driveName, FAtiMA.Core.wellFormedNames.Symbol target, float value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDriveName()  
      FAtiMA.Core.wellFormedNames.Symbol getTarget()  
      short getType()  
      float getValue()  
      • Methods inherited from class java.lang.Object

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

      • EffectOnDrive

        public EffectOnDrive​(java.lang.Short type,
                             java.lang.String driveName,
                             FAtiMA.Core.wellFormedNames.Symbol target,
                             float value)
    • Method Detail

      • getType

        public short getType()
      • getTarget

        public FAtiMA.Core.wellFormedNames.Symbol getTarget()
      • getValue

        public float getValue()
      • getDriveName

        public java.lang.String getDriveName()