Uses of Class
org.optimizationservices.oscommon.datastructure.osentity.Link

Packages that use Link
org.optimizationservices.oscommon.datastructure.osentity   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of Link in org.optimizationservices.oscommon.datastructure.osentity
 

Fields in org.optimizationservices.oscommon.datastructure.osentity declared as Link
 Link[] Links.link
           
 

Uses of Link in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return Link
 Link[] OSEntity.getLinks()
          Get the links of the service.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type Link
 boolean OSEntity.setLinks(Link[] links)
          Set the links of the service.
 

Uses of Link in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return Link
 Link[] OSeLReader.getLinks()
          Get the links of the service.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type Link
 boolean OSeLWriter.setLinks(Link[] links)
          Set the links of the service.