jason.compiler
Class Roles

java.lang.Object
  |
  +--jason.compiler.Roles

public class Roles
extends java.lang.Object


Field Summary
private  java.util.Vector roles
           
 
Constructor Summary
Roles()
           
 
Method Summary
 void addRole(java.lang.String roleName)
           
 java.lang.String[] getRoles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roles

private java.util.Vector roles
Constructor Detail

Roles

public Roles()
Method Detail

addRole

public void addRole(java.lang.String roleName)

getRoles

public java.lang.String[] getRoles()