jason.compiler
Class Method

java.lang.Object
  |
  +--jason.compiler.SecurityObject
        |
        +--jason.compiler.Method

public class Method
extends SecurityObject


Field Summary
private  java.util.Vector exceptions
           
private  java.util.Vector parameters
           
private  java.util.Vector roles
           
 
Fields inherited from class jason.compiler.SecurityObject
 
Constructor Summary
Method()
           
 
Method Summary
 void addException(java.lang.String exception)
           
 void addParameter(Parameter parameter)
           
 void addRole(java.lang.String role)
           
 java.lang.String[] getExceptions()
           
 Parameter[] getParameters()
           
 java.lang.String[] getRoles()
           
 
Methods inherited from class jason.compiler.SecurityObject
getName, getType, isAuthentic, isConfidential, setAuthentic, setConfidential, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameters

private java.util.Vector parameters

roles

private java.util.Vector roles

exceptions

private java.util.Vector exceptions
Constructor Detail

Method

public Method()
Method Detail

getParameters

public Parameter[] getParameters()

addParameter

public void addParameter(Parameter parameter)

getRoles

public java.lang.String[] getRoles()

addRole

public void addRole(java.lang.String role)

getExceptions

public java.lang.String[] getExceptions()

addException

public void addException(java.lang.String exception)