|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TermCompositorType | |
---|---|
org.ogf.graap.wsag.api.pattern | |
org.ogf.graap.wsag.interpreter.expr | |
org.ogf.schemas.graap.wsAgreement | |
org.ogf.schemas.graap.wsAgreement.impl |
Uses of TermCompositorType in org.ogf.graap.wsag.api.pattern |
---|
Methods in org.ogf.graap.wsag.api.pattern that return TermCompositorType | |
---|---|
TermCompositorType |
IPattern.getTermCompositor()
|
TermCompositorType |
AbstractPattern.getTermCompositor()
|
Constructors in org.ogf.graap.wsag.api.pattern with parameters of type TermCompositorType | |
---|---|
AbstractPattern(TermCompositorType termCompositor)
Instantiates the pattern on a given term compositor. |
|
AdvanceReservationPattern(TermCompositorType termCompositor)
Instantiates the advance reservation pattern on a given term compositor. |
|
ChoosableComputeApplicationPattern(TermCompositorType termCompositor)
Instantiates the pattern for the given term compositor. |
|
ComputeApplicationPattern(TermCompositorType termCompositor)
Instantiates the pattern for the given term compositor. |
|
ComputeResourcePattern(TermCompositorType termCompositor)
Initiates the pattern on a given term compositor. |
Uses of TermCompositorType in org.ogf.graap.wsag.interpreter.expr |
---|
Constructors in org.ogf.graap.wsag.interpreter.expr with parameters of type TermCompositorType | |
---|---|
AbstractExpression(TermCompositorType term)
Creates an expression for a given term compositor. |
|
AllExpression(TermCompositorType expression)
|
|
ExactlyOneExpression(TermCompositorType expression)
|
|
OneOrMoreExpression(TermCompositorType expression)
|
Uses of TermCompositorType in org.ogf.schemas.graap.wsAgreement |
---|
Methods in org.ogf.schemas.graap.wsAgreement that return TermCompositorType | |
---|---|
TermCompositorType |
TermTreeType.addNewAll()
Appends and returns a new empty "All" element |
TermCompositorType |
TermCompositorType.addNewAll()
Appends and returns a new empty value (as xml) as the last "All" element |
TermCompositorType |
AllDocument.addNewAll()
Appends and returns a new empty "All" element |
TermCompositorType |
TermCompositorType.addNewExactlyOne()
Appends and returns a new empty value (as xml) as the last "ExactlyOne" element |
TermCompositorType |
TermCompositorType.addNewOneOrMore()
Appends and returns a new empty value (as xml) as the last "OneOrMore" element |
TermCompositorType |
TermTreeType.getAll()
Gets the "All" element |
TermCompositorType |
AllDocument.getAll()
Gets the "All" element |
TermCompositorType[] |
TermCompositorType.getAllArray()
Gets array of all "All" elements |
TermCompositorType |
TermCompositorType.getAllArray(int i)
Gets ith "All" element |
TermCompositorType[] |
TermCompositorType.getExactlyOneArray()
Gets array of all "ExactlyOne" elements |
TermCompositorType |
TermCompositorType.getExactlyOneArray(int i)
Gets ith "ExactlyOne" element |
TermCompositorType[] |
TermCompositorType.getOneOrMoreArray()
Gets array of all "OneOrMore" elements |
TermCompositorType |
TermCompositorType.getOneOrMoreArray(int i)
Gets ith "OneOrMore" element |
TermCompositorType |
TermCompositorType.insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "All" element |
TermCompositorType |
TermCompositorType.insertNewExactlyOne(int i)
Inserts and returns a new empty value (as xml) as the ith "ExactlyOne" element |
TermCompositorType |
TermCompositorType.insertNewOneOrMore(int i)
Inserts and returns a new empty value (as xml) as the ith "OneOrMore" element |
static TermCompositorType |
TermCompositorType.Factory.newInstance()
|
static TermCompositorType |
TermCompositorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TermCompositorType |
TermCompositorType.Factory.parse(File file)
|
static TermCompositorType |
TermCompositorType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TermCompositorType |
TermCompositorType.Factory.parse(InputStream is)
|
static TermCompositorType |
TermCompositorType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TermCompositorType |
TermCompositorType.Factory.parse(Node node)
|
static TermCompositorType |
TermCompositorType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TermCompositorType |
TermCompositorType.Factory.parse(Reader r)
|
static TermCompositorType |
TermCompositorType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TermCompositorType |
TermCompositorType.Factory.parse(String xmlAsString)
|
static TermCompositorType |
TermCompositorType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TermCompositorType |
TermCompositorType.Factory.parse(URL u)
|
static TermCompositorType |
TermCompositorType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TermCompositorType |
TermCompositorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TermCompositorType |
TermCompositorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TermCompositorType |
TermCompositorType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static TermCompositorType |
TermCompositorType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ogf.schemas.graap.wsAgreement with parameters of type TermCompositorType | |
---|---|
void |
TermTreeType.setAll(TermCompositorType all)
Sets the "All" element |
void |
AllDocument.setAll(TermCompositorType all)
Sets the "All" element |
void |
TermCompositorType.setAllArray(int i,
TermCompositorType all)
Sets ith "All" element |
void |
TermCompositorType.setAllArray(TermCompositorType[] allArray)
Sets array of all "All" element |
void |
TermCompositorType.setExactlyOneArray(int i,
TermCompositorType exactlyOne)
Sets ith "ExactlyOne" element |
void |
TermCompositorType.setExactlyOneArray(TermCompositorType[] exactlyOneArray)
Sets array of all "ExactlyOne" element |
void |
TermCompositorType.setOneOrMoreArray(int i,
TermCompositorType oneOrMore)
Sets ith "OneOrMore" element |
void |
TermCompositorType.setOneOrMoreArray(TermCompositorType[] oneOrMoreArray)
Sets array of all "OneOrMore" element |
Uses of TermCompositorType in org.ogf.schemas.graap.wsAgreement.impl |
---|
Classes in org.ogf.schemas.graap.wsAgreement.impl that implement TermCompositorType | |
---|---|
class |
TermCompositorTypeImpl
An XML TermCompositorType(@http://schemas.ggf.org/graap/2007/03/ws-agreement). |
Methods in org.ogf.schemas.graap.wsAgreement.impl that return TermCompositorType | |
---|---|
TermCompositorType |
TermTreeTypeImpl.addNewAll()
Appends and returns a new empty "All" element |
TermCompositorType |
TermCompositorTypeImpl.addNewAll()
Appends and returns a new empty value (as xml) as the last "All" element |
TermCompositorType |
AllDocumentImpl.addNewAll()
Appends and returns a new empty "All" element |
TermCompositorType |
TermCompositorTypeImpl.addNewExactlyOne()
Appends and returns a new empty value (as xml) as the last "ExactlyOne" element |
TermCompositorType |
TermCompositorTypeImpl.addNewOneOrMore()
Appends and returns a new empty value (as xml) as the last "OneOrMore" element |
TermCompositorType |
TermTreeTypeImpl.getAll()
Gets the "All" element |
TermCompositorType |
AllDocumentImpl.getAll()
Gets the "All" element |
TermCompositorType[] |
TermCompositorTypeImpl.getAllArray()
Gets array of all "All" elements |
TermCompositorType |
TermCompositorTypeImpl.getAllArray(int i)
Gets ith "All" element |
TermCompositorType[] |
TermCompositorTypeImpl.getExactlyOneArray()
Gets array of all "ExactlyOne" elements |
TermCompositorType |
TermCompositorTypeImpl.getExactlyOneArray(int i)
Gets ith "ExactlyOne" element |
TermCompositorType[] |
TermCompositorTypeImpl.getOneOrMoreArray()
Gets array of all "OneOrMore" elements |
TermCompositorType |
TermCompositorTypeImpl.getOneOrMoreArray(int i)
Gets ith "OneOrMore" element |
TermCompositorType |
TermCompositorTypeImpl.insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "All" element |
TermCompositorType |
TermCompositorTypeImpl.insertNewExactlyOne(int i)
Inserts and returns a new empty value (as xml) as the ith "ExactlyOne" element |
TermCompositorType |
TermCompositorTypeImpl.insertNewOneOrMore(int i)
Inserts and returns a new empty value (as xml) as the ith "OneOrMore" element |
Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type TermCompositorType | |
---|---|
void |
TermTreeTypeImpl.setAll(TermCompositorType all)
Sets the "All" element |
void |
AllDocumentImpl.setAll(TermCompositorType all)
Sets the "All" element |
void |
TermCompositorTypeImpl.setAllArray(int i,
TermCompositorType all)
Sets ith "All" element |
void |
TermCompositorTypeImpl.setAllArray(TermCompositorType[] allArray)
Sets array of all "All" element |
void |
TermCompositorTypeImpl.setExactlyOneArray(int i,
TermCompositorType exactlyOne)
Sets ith "ExactlyOne" element |
void |
TermCompositorTypeImpl.setExactlyOneArray(TermCompositorType[] exactlyOneArray)
Sets array of all "ExactlyOne" element |
void |
TermCompositorTypeImpl.setOneOrMoreArray(int i,
TermCompositorType oneOrMore)
Sets ith "OneOrMore" element |
void |
TermCompositorTypeImpl.setOneOrMoreArray(TermCompositorType[] oneOrMoreArray)
Sets array of all "OneOrMore" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |