Uses of Interface
org.ogf.graap.wsag4j.types.engine.GuaranteeEvaluationResultType

Packages that use GuaranteeEvaluationResultType
org.ogf.graap.wsag.server.monitoring   
org.ogf.graap.wsag4j.types.engine   
org.ogf.graap.wsag4j.types.engine.impl   
 

Uses of GuaranteeEvaluationResultType in org.ogf.graap.wsag.server.monitoring
 

Methods in org.ogf.graap.wsag.server.monitoring that return GuaranteeEvaluationResultType
 GuaranteeEvaluationResultType SimpleGuaranteeEvaluator.evaluate(GuaranteeTermType guarantee, Map<String,Object> variables)
          Evaluates a given guarantee.
 GuaranteeEvaluationResultType IGuaranteeEvaluator.evaluate(GuaranteeTermType guarantee, Map<String,Object> variables)
          Evaluates a given guarantee.
 

Uses of GuaranteeEvaluationResultType in org.ogf.graap.wsag4j.types.engine
 

Methods in org.ogf.graap.wsag4j.types.engine that return GuaranteeEvaluationResultType
 GuaranteeEvaluationResultType SLAMonitoringNotificationEventType.addNewGuaranteeEvaluationResult()
          Appends and returns a new empty value (as xml) as the last "GuaranteeEvaluationResult" element
 GuaranteeEvaluationResultType[] SLAMonitoringNotificationEventType.getGuaranteeEvaluationResultArray()
          Gets array of all "GuaranteeEvaluationResult" elements
 GuaranteeEvaluationResultType SLAMonitoringNotificationEventType.getGuaranteeEvaluationResultArray(int i)
          Gets ith "GuaranteeEvaluationResult" element
 GuaranteeEvaluationResultType SLAMonitoringNotificationEventType.insertNewGuaranteeEvaluationResult(int i)
          Inserts and returns a new empty value (as xml) as the ith "GuaranteeEvaluationResult" element
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.newInstance()
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(File file)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(InputStream is)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(Node node)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(Reader r)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(String xmlAsString)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(URL u)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GuaranteeEvaluationResultType GuaranteeEvaluationResultType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.graap.wsag4j.types.engine with parameters of type GuaranteeEvaluationResultType
 void SLAMonitoringNotificationEventType.setGuaranteeEvaluationResultArray(GuaranteeEvaluationResultType[] guaranteeEvaluationResultArray)
          Sets array of all "GuaranteeEvaluationResult" element
 void SLAMonitoringNotificationEventType.setGuaranteeEvaluationResultArray(int i, GuaranteeEvaluationResultType guaranteeEvaluationResult)
          Sets ith "GuaranteeEvaluationResult" element
 

Uses of GuaranteeEvaluationResultType in org.ogf.graap.wsag4j.types.engine.impl
 

Classes in org.ogf.graap.wsag4j.types.engine.impl that implement GuaranteeEvaluationResultType
 class GuaranteeEvaluationResultTypeImpl
          An XML GuaranteeEvaluationResultType(@http://schemas.scai.fraunhofer.de/2008/11/wsag4j/engine).
 

Methods in org.ogf.graap.wsag4j.types.engine.impl that return GuaranteeEvaluationResultType
 GuaranteeEvaluationResultType SLAMonitoringNotificationEventTypeImpl.addNewGuaranteeEvaluationResult()
          Appends and returns a new empty value (as xml) as the last "GuaranteeEvaluationResult" element
 GuaranteeEvaluationResultType[] SLAMonitoringNotificationEventTypeImpl.getGuaranteeEvaluationResultArray()
          Gets array of all "GuaranteeEvaluationResult" elements
 GuaranteeEvaluationResultType SLAMonitoringNotificationEventTypeImpl.getGuaranteeEvaluationResultArray(int i)
          Gets ith "GuaranteeEvaluationResult" element
 GuaranteeEvaluationResultType SLAMonitoringNotificationEventTypeImpl.insertNewGuaranteeEvaluationResult(int i)
          Inserts and returns a new empty value (as xml) as the ith "GuaranteeEvaluationResult" element
 

Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type GuaranteeEvaluationResultType
 void SLAMonitoringNotificationEventTypeImpl.setGuaranteeEvaluationResultArray(GuaranteeEvaluationResultType[] guaranteeEvaluationResultArray)
          Sets array of all "GuaranteeEvaluationResult" element
 void SLAMonitoringNotificationEventTypeImpl.setGuaranteeEvaluationResultArray(int i, GuaranteeEvaluationResultType guaranteeEvaluationResult)
          Sets ith "GuaranteeEvaluationResult" element
 



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