Uses of Interface
org.wsmo.common.TopEntity

Packages that use TopEntity
org.omwg.logicalexpression   
org.omwg.ontology   
org.wsmo.factory   
org.wsmo.mediator   
org.wsmo.service   
org.wsmo.validator   
org.wsmo.wsml   
 

Uses of TopEntity in org.omwg.logicalexpression
 

Methods in org.omwg.logicalexpression with parameters of type TopEntity
 String LogicalExpression.toString(TopEntity nsHolder)
          returns logical expression as string using the namespace definitions in the topEntity given as parameter
 

Uses of TopEntity in org.omwg.ontology
 

Subinterfaces of TopEntity in org.omwg.ontology
 interface Ontology
          This interface represents a WSMO ontology.
 

Uses of TopEntity in org.wsmo.factory
 

Methods in org.wsmo.factory with parameters of type TopEntity
 LogicalExpression LogicalExpressionFactory.createLogicalExpression(String expr, TopEntity nsHolder)
          Creates a Logical Expression object from a string given a particular namespace context of a TopEntity
 

Uses of TopEntity in org.wsmo.mediator
 

Subinterfaces of TopEntity in org.wsmo.mediator
 interface GGMediator
           
 interface Mediator
           
 interface OOMediator
           
 interface WGMediator
           
 interface WWMediator
           
 

Uses of TopEntity in org.wsmo.service
 

Subinterfaces of TopEntity in org.wsmo.service
 interface Capability
          An interface representing a web service capability.
 interface Goal
          This interface represents a WSMO Goal.
 interface Interface
          This java interface represents a WSMO web service interface.
 interface ServiceDescription
          An interface representing a service description (e.g.
 interface WebService
          This interface represents a WSMO WebService
 

Uses of TopEntity in org.wsmo.validator
 

Methods in org.wsmo.validator with parameters of type TopEntity
 String WsmlValidator.determineVariant(TopEntity te, List<ValidationError> errorMessages, List<ValidationWarning> warningMessages)
          Determines the Variant of a topEntity
 boolean Validator.isValid(TopEntity te, List<ValidationError> errorMessages, List<ValidationWarning> warningMessages)
          Checks whether a WSMO element definition is valid.
 boolean WsmlValidator.isValid(TopEntity te, String variant, List<ValidationError> errorMessages, List<ValidationWarning> warningMessages)
          Checks whether a WSMO element definition is valid.
 

Uses of TopEntity in org.wsmo.wsml
 

Methods in org.wsmo.wsml that return TopEntity
 TopEntity[] Parser.parse(Reader src)
          Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions.
 TopEntity[] Parser.parse(Reader src, Map options)
          Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions.
 TopEntity[] Parser.parse(StringBuffer src)
          Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions.
 TopEntity[] Parser.parse(StringBuffer src, Map options)
          Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions.
 

Methods in org.wsmo.wsml with parameters of type TopEntity
 void Serializer.serialize(TopEntity[] item, StringBuffer target)
          serializes Ontology, Goal, Mediator or a Webservice
 void Serializer.serialize(TopEntity[] item, StringBuffer target, Map options)
          serializes Ontology, Goal, Mediator or a Webservice
 void Serializer.serialize(TopEntity[] item, Writer target)
          serializes Ontology, Goal, Mediator or a Webservice
 void Serializer.serialize(TopEntity[] item, Writer target, Map options)
          serializes Ontology, Goal, Mediator or a Webservice
 



Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.