Uses of Interface
org.ogf.schemas.graap.wsAgreement.TermType

Packages that use TermType
org.ogf.graap.wsag.interpreter   
org.ogf.graap.wsag.interpreter.expr   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

Uses of TermType in org.ogf.graap.wsag.interpreter
 

Methods in org.ogf.graap.wsag.interpreter that return TermType
 TermType[] IExpression.interpret(InterpreterContext context)
          interprets an expression
 

Uses of TermType in org.ogf.graap.wsag.interpreter.expr
 

Methods in org.ogf.graap.wsag.interpreter.expr that return TermType
 TermType[] TermExpression.interpret(InterpreterContext context)
          interprets an expression
 TermType[] AbstractExpression.interpret(InterpreterContext context)
          interprets an expression
protected  TermType[] OneOrMoreExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
protected  TermType[] ExactlyOneExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
protected  TermType[] AllExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
protected abstract  TermType[] AbstractExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
 

Methods in org.ogf.graap.wsag.interpreter.expr with parameters of type TermType
protected  TermType[] OneOrMoreExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
protected  TermType[] ExactlyOneExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
protected  TermType[] AllExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
protected abstract  TermType[] AbstractExpression.interpret(TermType[] terms, InterpreterContext context)
          template method that implements a specific interpretation strategy.
 

Constructors in org.ogf.graap.wsag.interpreter.expr with parameters of type TermType
TermExpression(TermType expression)
           
 

Uses of TermType in org.ogf.schemas.graap.wsAgreement
 

Subinterfaces of TermType in org.ogf.schemas.graap.wsAgreement
 interface GuaranteeTermType
          An XML GuaranteeTermType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 interface ServiceDescriptionTermType
          An XML ServiceDescriptionTermType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 interface ServicePropertiesType
          An XML ServicePropertiesType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 interface ServiceReferenceType
          An XML ServiceReferenceType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 interface ServiceTermType
          An XML ServiceTermType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 

Methods in org.ogf.schemas.graap.wsAgreement that return TermType
static TermType TermType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static TermType TermType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static TermType TermType.Factory.parse(File file)
           
static TermType TermType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TermType TermType.Factory.parse(InputStream is)
           
static TermType TermType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TermType TermType.Factory.parse(Node node)
           
static TermType TermType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TermType TermType.Factory.parse(Reader r)
           
static TermType TermType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TermType TermType.Factory.parse(String xmlAsString)
           
static TermType TermType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TermType TermType.Factory.parse(URL u)
           
static TermType TermType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TermType TermType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TermType TermType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TermType TermType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TermType TermType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of TermType in org.ogf.schemas.graap.wsAgreement.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.impl that implement TermType
 class GuaranteeTermTypeImpl
          An XML GuaranteeTermType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 class ServiceDescriptionTermTypeImpl
          An XML ServiceDescriptionTermType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 class ServicePropertiesTypeImpl
          An XML ServicePropertiesType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 class ServiceReferenceTypeImpl
          An XML ServiceReferenceType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 class ServiceTermTypeImpl
          An XML ServiceTermType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 class TermTypeImpl
          An XML TermType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.