vs.communication
Class TraceInformation

java.lang.Object
  extended by vs.communication.TraceInformation
All Implemented Interfaces:
jade.content.Concept, jade.content.Term, java.io.Serializable

public class TraceInformation
extends java.lang.Object
implements jade.content.Concept

Information for the tracer to print Protege name: TraceInformation

Version:
2008/10/29, 15:01:49
Author:
ontology bean generator
See Also:
Serialized Form

Constructor Summary
TraceInformation()
           
 
Method Summary
 java.lang.String getMessage()
           
 int getTraceDepth()
           
 int getVerbosity()
           
 void setMessage(java.lang.String value)
           
 void setTraceDepth(int value)
           
 void setVerbosity(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceInformation

public TraceInformation()
Method Detail

setTraceDepth

public void setTraceDepth(int value)

getTraceDepth

public int getTraceDepth()

setVerbosity

public void setVerbosity(int value)

getVerbosity

public int getVerbosity()

setMessage

public void setMessage(java.lang.String value)

getMessage

public java.lang.String getMessage()