A C D E G I M P Q R S T U

A

accuracyRequired() - Method in class edu.cmu.aura.service.AttributeReq
 
addAttribSet(ArrayList) - Method in class edu.cmu.aura.service.QueryResult
Add an attribute set to this query.
addSubResult(QueryResult) - Method in class edu.cmu.aura.service.QueryResult
 
Attribute - class edu.cmu.aura.service.Attribute.
Attribute represents a static service attribute.
Attribute() - Constructor for class edu.cmu.aura.service.Attribute
Create an attribute.
Attribute(String, Object) - Constructor for class edu.cmu.aura.service.Attribute
Create an attribute with a specific name and value.
AttributeReq - class edu.cmu.aura.service.AttributeReq.
AttributeReq represents the requirements on a particular attribute.
AttributeReq() - Constructor for class edu.cmu.aura.service.AttributeReq
Construct a blank attribute requirement.
AttributeReq(String) - Constructor for class edu.cmu.aura.service.AttributeReq
Construct an attribute requirement for the given attribute.

C

callMethod(String, ArrayList) - Method in class edu.cmu.aura.service.QueryClientSkel
 
confRequired() - Method in class edu.cmu.aura.service.AttributeReq
 
convertToMillis() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Get the value of this instant in seconds.
convertToMillis() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDuration
 
convertToSeconds() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Get the value of this instant in seconds.
convertToSeconds() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Get the value of this duration in seconds.

D

DataFormatException - exception edu.cmu.aura.service.xml.xmlschema.DataFormatException.
DataFormatException indicates malformed data.
DataFormatException() - Constructor for class edu.cmu.aura.service.xml.xmlschema.DataFormatException
Create a new DataFormatException.
DataFormatException(String) - Constructor for class edu.cmu.aura.service.xml.xmlschema.DataFormatException
Create a new DataFormatException.
DefUtil - class edu.cmu.aura.service.xml.xmlschema.DefUtil.
Utilities for parsing XMLSchema types.
DefUtil() - Constructor for class edu.cmu.aura.service.xml.xmlschema.DefUtil
 
deserialize(Element, Class) - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDurationSerializer
Deserialize a TimeDuration from an XML definition.
deserialize(Element, Class) - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstantSerializer
Deserialize a TimeInstant from an XML definition.
DynamicAttribute - class edu.cmu.aura.service.DynamicAttribute.
DynamicAttribute represents dynamic service attributes.
DynamicAttribute() - Constructor for class edu.cmu.aura.service.DynamicAttribute
Create a DynamicAttribute.
DynamicAttribute(String, Object) - Constructor for class edu.cmu.aura.service.DynamicAttribute
Create a DynamicAttribute.
DynamicAttribute(String, Object, long, double) - Constructor for class edu.cmu.aura.service.DynamicAttribute
Create a DynamicAttribute.

E

edu.cmu.aura.service.xml.xmlschema - package edu.cmu.aura.service.xml.xmlschema
 

G

getAccuracyMax() - Method in class edu.cmu.aura.service.AttributeReq
 
getAccuracyMin() - Method in class edu.cmu.aura.service.AttributeReq
 
getAttributeSet(int) - Method in class edu.cmu.aura.service.QueryResult
Get a specified attribute set.
getConfidence() - Method in class edu.cmu.aura.service.DynamicAttribute
Get the confidence associated with this attribute.
getConfMax() - Method in class edu.cmu.aura.service.AttributeReq
 
getConfMin() - Method in class edu.cmu.aura.service.AttributeReq
 
getDay() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Gets the day field of this instant.
getDays() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Get the days field of this duration.
getHour() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Gets the hour field of this instant.
getHours() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Get the hours field of this duration.
getInterval() - Method in class edu.cmu.aura.service.DynamicAttribute
Get the interval associated with this attribute.
getIntervalMax() - Method in class edu.cmu.aura.service.AttributeReq
 
getIntervalMin() - Method in class edu.cmu.aura.service.AttributeReq
 
getLastUpdate() - Method in class edu.cmu.aura.service.DynamicAttribute
Get the time this attribute was last updated.
getMinute() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Gets the minute field of this instant.
getMinutes() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Get the minutes field of this duration.
getMonth() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Gets the month field of this instant.
getMonths() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Get the months field of this duration.
getName() - Method in class edu.cmu.aura.service.Attribute
Get the name of this attribute.
getName() - Method in class edu.cmu.aura.service.AttributeReq
Gets the name of the attribute that this requirement is for
getNumAttribSets() - Method in class edu.cmu.aura.service.QueryResult
Get the number of attribute sets in this result.
getSecond() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Gets the second field of this instant.
getSeconds() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Get the seconds field of this duration.
getTime() - Method in class edu.cmu.aura.service.QueryResult
Get the time at which this query finished executing.
getUpdateTimeMax() - Method in class edu.cmu.aura.service.AttributeReq
 
getUpdateTimeMin() - Method in class edu.cmu.aura.service.AttributeReq
 
getValue() - Method in class edu.cmu.aura.service.Attribute
Get the value of this attribute.
getYear() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Gets the year field of this instant.
getYears() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Get the years field of this duration.

I

intervalRequired() - Method in class edu.cmu.aura.service.AttributeReq
 
isComplete() - Method in class edu.cmu.aura.service.QueryResult
Returns whether or not this QueryResult represents a complete result.
isNegative() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Determine if this duration is negative.

M

main(String[]) - Static method in class edu.cmu.aura.service.xml.xmlschema.DefUtil
main() is for unit testing only.
metBy(DynamicAttribute) - Method in class edu.cmu.aura.service.AttributeReq
 

P

postQuery(ArrayList, ArrayList, ExpressionNode, ArrayList, long, long, RemoteReference) - Method in interface edu.cmu.aura.service.PrimitiveService
Query a service recurrently.
postQuery(ArrayList, ArrayList, ExpressionNode, ArrayList, long, long, RemoteReference) - Method in class edu.cmu.aura.service.PrimitiveServiceStub
Query a service recurrently.
PrimitiveService - interface edu.cmu.aura.service.PrimitiveService.
PrimitiveService is the Remote interface implemented by generic primitive services.
PrimitiveServiceStub - class edu.cmu.aura.service.PrimitiveServiceStub.
PrimitiveServiceStub provides client side support for calling PrimitiveService methods.
PrimitiveServiceStub(RemoteReference) - Constructor for class edu.cmu.aura.service.PrimitiveServiceStub
Create a PrimitiveServiceStub.
PrimitiveServiceStub(String, int) - Constructor for class edu.cmu.aura.service.PrimitiveServiceStub
Create a PrimitiveServiceStub.

Q

query(ArrayList, ArrayList, ExpressionNode, ArrayList, long) - Method in interface edu.cmu.aura.service.PrimitiveService
Query a service.
query(ArrayList, ArrayList, ExpressionNode, ArrayList, long) - Method in class edu.cmu.aura.service.PrimitiveServiceStub
Query a service.
QueryClient - interface edu.cmu.aura.service.QueryClient.
QueryClient is implemented by primitive service clients that desire to execute recurrent queries.
QueryClientSkel - class edu.cmu.aura.service.QueryClientSkel.
 
QueryClientSkel(QueryClient, SkelServer) - Constructor for class edu.cmu.aura.service.QueryClientSkel
 
queryExecuted(int, QueryResult) - Method in interface edu.cmu.aura.service.QueryClient
queryExecuted is called by primitive services to inform clients of results from recurrent queries.
QueryResult - class edu.cmu.aura.service.QueryResult.
QueryResult represents the result of executing a query on a primitive service.
QueryResult() - Constructor for class edu.cmu.aura.service.QueryResult
Create a QueryResult.

R

removeQuery(String, int) - Method in interface edu.cmu.aura.service.PrimitiveService
Remove a recurrent query.
removeQuery(String, int) - Method in class edu.cmu.aura.service.PrimitiveServiceStub
Remove a recurrent query.

S

serialize(Object, StringBuffer, int, String, boolean) - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDurationSerializer
Serialize a TimeDuration object.
serialize(Object, StringBuffer, int, String, boolean) - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstantSerializer
Serialize a TimeInstant object.
setAccuracy(Object, Object) - Method in class edu.cmu.aura.service.AttributeReq
 
setComplete(boolean) - Method in class edu.cmu.aura.service.QueryResult
Sets whether or not this result is complete.
setConf(double, double) - Method in class edu.cmu.aura.service.AttributeReq
 
setConfidence(double) - Method in class edu.cmu.aura.service.DynamicAttribute
Set the confidence associated with this attribute.
setInterval(long) - Method in class edu.cmu.aura.service.DynamicAttribute
Set the interval associated with this attribute.
setInterval(long, long) - Method in class edu.cmu.aura.service.AttributeReq
 
setLastUpdate(long) - Method in class edu.cmu.aura.service.DynamicAttribute
Set the time this attribute was last updated.
setTime(long) - Method in class edu.cmu.aura.service.QueryResult
Set the time at which this query finished executing.
setTime(TimeInstant) - Method in class edu.cmu.aura.service.QueryResult
Set the time at which this query finished executing.
setUpdateTime(TimeInstant, TimeInstant) - Method in class edu.cmu.aura.service.AttributeReq
 
setValue(Object) - Method in class edu.cmu.aura.service.Attribute
Set the value of this attribute.

T

TimeDuration - class edu.cmu.aura.service.xml.xmlschema.TimeDuration.
TimeDuration is an XMLSchema primitive type that represents a length of time.
TimeDuration(long) - Constructor for class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Create a new TimeDuration from Java time in millis.
TimeDuration(String) - Constructor for class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Create a new TimeDuration from a serialized definition.
TimeDurationSerializer - class edu.cmu.aura.service.xml.xmlschema.TimeDurationSerializer.
TimeDurationSerializer converts to and from an XML definition of TimeDuration to an actual TimeDuration object.
TimeDurationSerializer() - Constructor for class edu.cmu.aura.service.xml.xmlschema.TimeDurationSerializer
Create a new TimeDurationSerializer.
TimeInstant - class edu.cmu.aura.service.xml.xmlschema.TimeInstant.
TimeInstant is the XML Schema primitive type that represents an instant of time.
TimeInstant(long) - Constructor for class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Create a new TimeInstant from Java time in millis.
TimeInstant(String) - Constructor for class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Create a new TimeInstant from a serialized definition.
TimeInstantSerializer - class edu.cmu.aura.service.xml.xmlschema.TimeInstantSerializer.
TimeInstantSerializer converts to and from an XML definition of TimeInstant to an actual TimeInstant object.
TimeInstantSerializer() - Constructor for class edu.cmu.aura.service.xml.xmlschema.TimeInstantSerializer
Create a new TimeInstantSerializer.
tokenizeTimeDef(String) - Static method in class edu.cmu.aura.service.xml.xmlschema.DefUtil
Tokenize a time definition.
toString() - Method in class edu.cmu.aura.service.Attribute
Convert this attribute to a String.
toString() - Method in class edu.cmu.aura.service.AttributeReq
 
toString() - Method in class edu.cmu.aura.service.DynamicAttribute
Convert this attribute to a String.
toString() - Method in class edu.cmu.aura.service.QueryResult
Convert this QueryResult to a String.
toString() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeInstant
Serialize this TimeInstant in manner that conforms to the XMLSchema TimeInstant definition.
toString() - Method in class edu.cmu.aura.service.xml.xmlschema.TimeDuration
Return a serialized version of this time duration.

U

updateTimeRequired() - Method in class edu.cmu.aura.service.AttributeReq
 

A C D E G I M P Q R S T U