galaxy.lang
Class QSet

java.lang.Object
  |
  +--galaxy.lang.GalaxyObject
        |
        +--galaxy.lang.GFrame
              |
              +--galaxy.lang.QSet
All Implemented Interfaces:
java.lang.Cloneable

public class QSet
extends GFrame

Quantified set. A noun phrase.


Fields inherited from class galaxy.lang.GFrame
GAL_BROKER_CALL_ID_FRAME_KEY, GAL_CLAUSE, GAL_CONNECTION_TYPE_FRAME_KEY, GAL_ERROR_DESCRIPTION_FRAME_KEY, GAL_ERROR_NUMBER_FRAME_KEY, GAL_HUB_OPAQUE_DATA_FRAME_KEY, GAL_NULLFRAME, GAL_OPAQUE_SCRIPT_MODULE_HUB_FRAME_KEY, GAL_PERMANENT_LOCK, GAL_PRED, GAL_PROVIDER_ID_FRAME_KEY, GAL_ROUND_TRIP_FRAME_KEY, GAL_SERVER_ID_HUB_FRAME_KEY, GAL_SERVER_READS_ONLY_FROM_SESSION, GAL_SERVER_TOKEN_INDEX_FRAME_KEY, GAL_SERVER_WRITES_ONLY_TO_SESSION, GAL_SESSION_ID_FRAME_KEY, GAL_SESSION_WRITES_ONLY_TO_SERVER, GAL_SIGNATURES_FRAME_KEY, GAL_TOKEN_INDEX_FRAME_KEY, GAL_TOKEN_TIMESTAMP_KEY, GAL_TOPIC
 
Fields inherited from class galaxy.lang.GalaxyObject
GAL_BINARY, GAL_CLAUSE_FRAME, GAL_FLOAT, GAL_FLOAT_32, GAL_FLOAT_64, GAL_FRAME, GAL_FREE, GAL_INT, GAL_INT_16, GAL_INT_32, GAL_INT_64, GAL_KEYWORD, GAL_LIST, GAL_PRED_FRAME, GAL_PROXY, GAL_PTR, GAL_STRING, GAL_SYMBOL, GAL_TAG, GAL_TOKEN, GAL_TOPIC_FRAME, nameToType, type, typeToName
 
Constructor Summary
QSet(java.lang.String name)
           
QSet(Symbol name)
           
 
Methods inherited from class galaxy.lang.GFrame
addNameToFrame, addPredicateToFrame, addPredicateToTopic, containsProperty, containsProperty, copy, copyPredicates, decodeFrame, decodeObject, encodeFrame, encodeObject, findPredicate, findPredicate, getBinary, getBinary, getFloat, getFloat, getFloat32, getFloat32, getFloat64, getFloat64, getFrame, getFrame, getFrameType, getInt, getInt, getInt16, getInt16, getInt32, getInt32, getInt64, getInt64, getIntAsBoolean, getIntAsBoolean, getList, getList, getName, getPredicate, getProperty, getProperty, getPropertyVerbatim, getProxy, getProxy, getString, getString, getTopic, isDate, isTime, movePredicates, parseFrame, predicateKeys, predicates, propertyKeys, removePredicate, removeProperty, removeProperty, removePropertyVerbatim, setFrameType, setName, setName, setPredicate, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setPropertyVerbatim, setPropertyVerbatim, timePredicates, toFormattedString, toFormattedStringBuffer, toString, toStringBuffer
 
Methods inherited from class galaxy.lang.GalaxyObject
getNameForObject, getType, getTypeForObject, getTypeName, isArrayType, nameType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QSet

public QSet(Symbol name)

QSet

public QSet(java.lang.String name)