Class W3C.PICS.Service
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class W3C.PICS.Service

W3C.PICS.Service

public class Service
Service is the data abstraction of a application/pics-service machine readable.
Author:
Ching Law
See Also:
Category

Variable Index

 o U_FILTER
 o U_LABEL

Constructor Index

 o Service(InputStream)
Constructs the Service object by parsing the input stream

Method Index

 o getCategorylist()
 o getDescription()
 o getFilter()
Returns Filter according to the current selection of the User Interface widgets.
 o getIcon()
 o getName()
 o getRatingservice()
 o getRatingsystem()
 o getSingleLabel()
Returns a SingleLabel according to the current selection of the User Interface widgets.
 o getUType()
 o getVersion()
 o main(String[])
 o newInterface(Container, int, boolean, boolean)
Put a set of User Interface widgets on the Container c.
 o setFilter(Filter)
Set the user interface according to filter fil.
 o toString()
Returns a string representation of the Service object.

Variables

 o U_LABEL
  public final static int U_LABEL
 o U_FILTER
  public final static int U_FILTER

Constructors

 o Service
  public Service(InputStream ins) throws PICSException, IOException
Constructs the Service object by parsing the input stream

Methods

 o newInterface
  public void newInterface(Container c,
                           int type,
                           boolean ListForLabels,
                           boolean SimpleFiltering)
Put a set of User Interface widgets on the Container c. These widgets would be used to select the values of the categories of the Label to be created.
 o getSingleLabel
  public SingleLabel getSingleLabel()
Returns a SingleLabel according to the current selection of the User Interface widgets.
See Also:
SingleLabel
 o getFilter
  public Filter getFilter()
Returns Filter according to the current selection of the User Interface widgets.
See Also:
Filter
 o setFilter
  public void setFilter(Filter fil)
Set the user interface according to filter fil.
 o getVersion
  public String getVersion()
 o getRatingsystem
  public String getRatingsystem()
 o getRatingservice
  public String getRatingservice()
 o getIcon
  public String getIcon()
 o getName
  public String getName()
 o getDescription
  public String getDescription()
 o getCategorylist
  public Vector getCategorylist()
 o main
  public static void main(String args[])
 o toString
  public String toString()
Returns a string representation of the Service object.
 o getUType
  public int getUType()

All Packages  Class Hierarchy  This Package  Previous  Next  Index