org.eclipse.hyades.logging.events
Interface IOtherSituation

All Superinterfaces:
ISituationType
All Known Implementing Classes:
OtherSituationImpl

Deprecated. This class is deprecated as of 2004-05-17. Use the corresponding class available in org.eclipse.hyades.logging.events.cbe*

public interface IOtherSituation
extends ISituationType

The OtherSituation category is to provide support for the situation that is product specific requirement other than the predefined categories.

Since:
1.0.1
Version:
1.0.1
Author:
Richard K. Duggan, Paul E. Slauenwhite
See Also:
ISituationType

Method Summary
 java.lang.String[] getAnyData()
          Deprecated. Returns the anyData.
 void setAnyData(java.lang.String[] anyData)
          Deprecated. Sets the anyData.
 
Methods inherited from interface org.eclipse.hyades.logging.events.ISituationType
getReasoningScope, init, setReasoningScope
 

Method Detail

getAnyData

public java.lang.String[] getAnyData()
Deprecated. 
Returns the anyData. Any other situation that is product specific requirement other than the predefined categories.

Returns:
String The returned anyData.
Since:
1.0.1

setAnyData

public void setAnyData(java.lang.String[] anyData)
Deprecated. 
Sets the anyData. Any other situation that is product specific requirement other than the predefined categories.

Parameters:
anyData - The anyData to be set.
Since:
1.0.1