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

Packages that use Link
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 Link in ibspan.tss.layout.ontology.datamodel
 

Subinterfaces of Link 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 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 Link
 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 LinkImpl
          Implementation of Link 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 Link
 Link MenuImpl.addHasLink()
           
 Link Menu.addHasLink()
          Adds an anonymous value for the 'hasLink' property
 Link MenuImpl.addHasLink(Resource resource)
           
 Link Menu.addHasLink(Resource resource)
          Adds a value for the 'hasLink' property.
static Link DataModelFactory.createLink(Resource resource, Model model)
          Create a new instance of Link.
static Link DataModelFactory.createLink(String uri, Model model)
          Create a new instance of Link.
static Link DataModelFactory.getLink(Resource resource, Model model)
          Create a new instance of Link.
static Link DataModelFactory.getLink(String uri, Model model)
          Create a new instance of Link.
 

Methods in ibspan.tss.layout.ontology.datamodel with parameters of type Link
 void MenuImpl.addHasLink(Link hasLink)
           
 void Menu.addHasLink(Link hasLink)
          Adds a value for the 'hasLink' property
 void LinkListener.hasActionNameChanged(Link source)
          Called when hasActionName has changed
 void LinkListener.hasLabelChanged(Link source)
          Called when hasLabel has changed
 void MenuListener.hasLinkAdded(Menu source, Link newValue)
          Called when a value of hasLink has been added
 void MenuListener.hasLinkRemoved(Menu source, Link oldValue)
          Called when a value of hasLink has been removed
 void MenuImpl.removeHasLink(Link hasLink)
           
 void Menu.removeHasLink(Link hasLink)
          Removes a value for the 'hasLink' property.