ibspan.tss.messaging.ontology
Class RSA_get_restaurants_details

java.lang.Object
  extended by ibspan.tss.messaging.ontology.RSA_action
      extended by ibspan.tss.messaging.ontology.RSA_get_restaurants_details
All Implemented Interfaces:
AgentAction, Concept, ContentElement, Term, Serializable

public class RSA_get_restaurants_details
extends RSA_action

Protege name: RSA-get-restaurants-details

Version:
2006/08/23, 10:35:10
Author:
ontology bean generator
See Also:
Serialized Form

Constructor Summary
RSA_get_restaurants_details()
           
 
Method Summary
 void addAboutRestaurant(String elem)
           
 void clearAllAboutRestaurant()
           
 List getAboutRestaurant()
           
 Iterator getAllAboutRestaurant()
           
 boolean removeAboutRestaurant(String elem)
           
 void setAboutRestaurant(List l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSA_get_restaurants_details

public RSA_get_restaurants_details()
Method Detail

addAboutRestaurant

public void addAboutRestaurant(String elem)

removeAboutRestaurant

public boolean removeAboutRestaurant(String elem)

clearAllAboutRestaurant

public void clearAllAboutRestaurant()

getAllAboutRestaurant

public Iterator getAllAboutRestaurant()

getAboutRestaurant

public List getAboutRestaurant()

setAboutRestaurant

public void setAboutRestaurant(List l)