Uses of Interface
ibspan.tss.layout.ontology.datamodel.LayoutElement

Packages that use LayoutElement
ibspan.tss.layout.ontology.datamodel Ontology Java beans generated from data-model ontology (with http://www.ibspan.waw.pl/tss/DataModel# namespace) with Jastor tool. 
 

Uses of LayoutElement in ibspan.tss.layout.ontology.datamodel
 

Subinterfaces of LayoutElement in ibspan.tss.layout.ontology.datamodel
 interface FormLink
          Interface for FormLink ontology class
Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this interface.
 interface InternalLink
          Interface for InternalLink ontology class
Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this interface.
 interface Link
          Interface for Link ontology class
Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this interface.
 interface Menu
          Interface for Menu ontology class
Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this interface.
 interface MenuLink
          Interface for MenuLink ontology class
Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this interface.
 

Classes in ibspan.tss.layout.ontology.datamodel that implement LayoutElement
 class FormLinkImpl
          Implementation of FormLink Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this class.
 class InternalLinkImpl
          Implementation of InternalLink Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this class.
 class LayoutElementImpl
          Implementation of LayoutElement Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this class.
 class LinkImpl
          Implementation of Link Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this class.
 class MenuImpl
          Implementation of Menu Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this class.
 class MenuLinkImpl
          Implementation of MenuLink Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this class.
 

Methods in ibspan.tss.layout.ontology.datamodel that return LayoutElement
static LayoutElement DataModelFactory.createLayoutElement(Resource resource, Model model)
          Create a new instance of LayoutElement.
static LayoutElement DataModelFactory.createLayoutElement(String uri, Model model)
          Create a new instance of LayoutElement.
static LayoutElement DataModelFactory.getLayoutElement(Resource resource, Model model)
          Create a new instance of LayoutElement.
static LayoutElement DataModelFactory.getLayoutElement(String uri, Model model)
          Create a new instance of LayoutElement.