keba
Class BehaviourMaes

java.lang.Object
  |
  +--keba.BehaviourMaes
All Implemented Interfaces:
java.io.Serializable

public class BehaviourMaes
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  float a
           
(package private)  boolean exec
           
(package private)  int[] links
           
(package private)  int type
           
 
Constructor Summary
BehaviourMaes(int typ)
           
 
Method Summary
 java.lang.String show()
           
 java.lang.String showA()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

int type

a

float a

exec

boolean exec

links

int[] links
Constructor Detail

BehaviourMaes

public BehaviourMaes(int typ)
Method Detail

showA

public java.lang.String showA()

show

public java.lang.String show()