org.apache.clerezza.platform.dashboard.ontologies
Class GLOBALMENU

java.lang.Object
  extended by org.apache.clerezza.platform.dashboard.ontologies.GLOBALMENU

public class GLOBALMENU
extends Object


Field Summary
static org.apache.clerezza.rdf.core.UriRef children
          definition: Points to an rdf list containing the children of the subject.
static org.apache.clerezza.rdf.core.UriRef globalMenu
          definition: Points to the rdf list containing menu items and/or menus.
static org.apache.clerezza.rdf.core.UriRef Menu
          definition: A labled menu with menu items and/or other menus as children.
static org.apache.clerezza.rdf.core.UriRef MenuItem
          definition: An item within a menu
static org.apache.clerezza.rdf.core.UriRef path
          definition: Points to the URI path of the subject.
static org.apache.clerezza.rdf.core.UriRef THIS_ONTOLOGY
           
 
Constructor Summary
GLOBALMENU()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Menu

public static final org.apache.clerezza.rdf.core.UriRef Menu
definition: A labled menu with menu items and/or other menus as children.


MenuItem

public static final org.apache.clerezza.rdf.core.UriRef MenuItem
definition: An item within a menu


children

public static final org.apache.clerezza.rdf.core.UriRef children
definition: Points to an rdf list containing the children of the subject.


globalMenu

public static final org.apache.clerezza.rdf.core.UriRef globalMenu
definition: Points to the rdf list containing menu items and/or menus.


path

public static final org.apache.clerezza.rdf.core.UriRef path
definition: Points to the URI path of the subject.


THIS_ONTOLOGY

public static final org.apache.clerezza.rdf.core.UriRef THIS_ONTOLOGY
Constructor Detail

GLOBALMENU

public GLOBALMENU()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.