A B C E G I N O R S U V X _

B

BASE_OWL_URI - Static variable in interface org.eclipse.higgins.idas.IPropertyValue
 
BASE_XML_SCHEMA_URI - Static variable in interface org.eclipse.higgins.idas.ISimpleValue
 
BasicAttribute - Class in org.eclipse.higgins.idas.impl
Implements IAttribute using BasicProperty and BasicMetadata
BasicAttribute(URI) - Constructor for class org.eclipse.higgins.idas.impl.BasicAttribute
 
BasicAttribute(URI, IPropertyValue) - Constructor for class org.eclipse.higgins.idas.impl.BasicAttribute
 
BasicAttribute(URI, Vector<IPropertyValue>) - Constructor for class org.eclipse.higgins.idas.impl.BasicAttribute
 
BasicAttribute(URI, Iterable<IPropertyValue>) - Constructor for class org.eclipse.higgins.idas.impl.BasicAttribute
 
BasicAttribute(URI, IPropertyValue, HashSet<IMetadata>) - Constructor for class org.eclipse.higgins.idas.impl.BasicAttribute
 
BasicAttribute(URI, Vector<IPropertyValue>, HashSet<IMetadata>) - Constructor for class org.eclipse.higgins.idas.impl.BasicAttribute
 
BasicAttributeSet - Class in org.eclipse.higgins.idas.impl
Basic implementation of IHasAttributes.
BasicAttributeSet() - Constructor for class org.eclipse.higgins.idas.impl.BasicAttributeSet
 
BasicAttributeSet(Iterable<IAttribute>) - Constructor for class org.eclipse.higgins.idas.impl.BasicAttributeSet
 
BasicComplexValue - Class in org.eclipse.higgins.idas.impl
 
BasicComplexValue(Object) - Constructor for class org.eclipse.higgins.idas.impl.BasicComplexValue
 
BasicDigitalSubjectRef - Class in org.eclipse.higgins.idas.impl
Basic implementation of IDigitalSubjectRef
BasicDigitalSubjectRef(URI, String) - Constructor for class org.eclipse.higgins.idas.impl.BasicDigitalSubjectRef
 
BasicMetadata - Class in org.eclipse.higgins.idas.impl
Implements IMetadata in terms of a BasicProperty.
BasicMetadata(URI) - Constructor for class org.eclipse.higgins.idas.impl.BasicMetadata
 
BasicMetadata(URI, IPropertyValue) - Constructor for class org.eclipse.higgins.idas.impl.BasicMetadata
 
BasicMetadataSet - Class in org.eclipse.higgins.idas.impl
Implements IHasMetadata using a HashSet.
BasicMetadataSet() - Constructor for class org.eclipse.higgins.idas.impl.BasicMetadataSet
 
BasicMetadataSet(HashSet<IMetadata>) - Constructor for class org.eclipse.higgins.idas.impl.BasicMetadataSet
 
BasicProperty - Class in org.eclipse.higgins.idas.impl
Basic implementation of IProperty.
BasicProperty(URI) - Constructor for class org.eclipse.higgins.idas.impl.BasicProperty
 
BasicProperty(URI, IPropertyValue) - Constructor for class org.eclipse.higgins.idas.impl.BasicProperty
 
BasicProperty(URI, Vector<IPropertyValue>) - Constructor for class org.eclipse.higgins.idas.impl.BasicProperty
 
BasicProperty(URI, Iterable<IPropertyValue>) - Constructor for class org.eclipse.higgins.idas.impl.BasicProperty
 
BasicSimpleValue - Class in org.eclipse.higgins.idas.impl
 
BasicSimpleValue(Object) - Constructor for class org.eclipse.higgins.idas.impl.BasicSimpleValue
 
BasicValueAnyURI - Class in org.eclipse.higgins.idas.impl
 
BasicValueAnyURI(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueAnyURI
 
BasicValueBase64Binary - Class in org.eclipse.higgins.idas.impl
Currently uses sun.misc.BASE64Encoder which is not officially supported.
BasicValueBase64Binary(byte[]) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueBase64Binary
Uses the specified byte array to build this object.
BasicValueBoolean - Class in org.eclipse.higgins.idas.impl
 
BasicValueBoolean(boolean) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueBoolean
 
BasicValueBoolean(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueBoolean
 
BasicValueByte - Class in org.eclipse.higgins.idas.impl
 
BasicValueByte(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueByte
 
BasicValueByte(byte) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueByte
 
BasicValueDate - Class in org.eclipse.higgins.idas.impl
 
BasicValueDate(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueDate
 
BasicValueDateTime - Class in org.eclipse.higgins.idas.impl
 
BasicValueDateTime(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueDateTime
 
BasicValueDecimal - Class in org.eclipse.higgins.idas.impl
 
BasicValueDecimal(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueDecimal
 
BasicValueDouble - Class in org.eclipse.higgins.idas.impl
TODO: make sure getCanonical() meets the canonical rules for xsd:float.
BasicValueDouble(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueDouble
 
BasicValueFloat - Class in org.eclipse.higgins.idas.impl
TODO: make sure getCanonical() meets the canonical rules for xsd:float.
BasicValueFloat(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueFloat
 
BasicValueGDay - Class in org.eclipse.higgins.idas.impl
 
BasicValueGDay(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueGDay
 
BasicValueGMonth - Class in org.eclipse.higgins.idas.impl
 
BasicValueGMonth(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueGMonth
 
BasicValueGMonthDay - Class in org.eclipse.higgins.idas.impl
 
BasicValueGMonthDay(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueGMonthDay
 
BasicValueGYear - Class in org.eclipse.higgins.idas.impl
 
BasicValueGYear(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueGYear
 
BasicValueGYearMonth - Class in org.eclipse.higgins.idas.impl
 
BasicValueGYearMonth(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueGYearMonth
 
BasicValueHexBinary - Class in org.eclipse.higgins.idas.impl
 
BasicValueHexBinary(byte[]) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueHexBinary
Uses the specified byte array to build this object.
BasicValueInt - Class in org.eclipse.higgins.idas.impl
 
BasicValueInt(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueInt
 
BasicValueInt(int) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueInt
 
BasicValueInteger - Class in org.eclipse.higgins.idas.impl
TODO: make sure getCanonical() meets the canonical rules for xsd:integer.
BasicValueInteger(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueInteger
 
BasicValueLanguage - Class in org.eclipse.higgins.idas.impl
TODO: This does not enforce xsd:language restrictions yet.
BasicValueLanguage(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueLanguage
 
BasicValueLong - Class in org.eclipse.higgins.idas.impl
 
BasicValueLong(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueLong
 
BasicValueLong(long) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueLong
 
BasicValueName - Class in org.eclipse.higgins.idas.impl
 
BasicValueName(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueName
TODO: This does not enforce xsd:Name restrictions yet.
BasicValueNCName - Class in org.eclipse.higgins.idas.impl
TODO: This does not enforce xsd:NCName restrictions yet.
BasicValueNCName(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueNCName
 
BasicValueNegativeInteger - Class in org.eclipse.higgins.idas.impl
 
BasicValueNegativeInteger(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueNegativeInteger
 
BasicValueNMTOKEN - Class in org.eclipse.higgins.idas.impl
TODO: This does not enforce xsd:NMTOKEN restrictions yet.
BasicValueNMTOKEN(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueNMTOKEN
 
BasicValueNonNegativeInteger - Class in org.eclipse.higgins.idas.impl
 
BasicValueNonNegativeInteger(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueNonNegativeInteger
 
BasicValueNonPositiveInteger - Class in org.eclipse.higgins.idas.impl
 
BasicValueNonPositiveInteger(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueNonPositiveInteger
 
BasicValueNormalizedString - Class in org.eclipse.higgins.idas.impl
 
BasicValueNormalizedString(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueNormalizedString
Constructs using a non-normalized string
BasicValueNormalizedString.WhiteSpaceRule - Enum in org.eclipse.higgins.idas.impl
 
BasicValuePositiveInteger - Class in org.eclipse.higgins.idas.impl
 
BasicValuePositiveInteger(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValuePositiveInteger
 
BasicValueShort - Class in org.eclipse.higgins.idas.impl
 
BasicValueShort(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueShort
 
BasicValueShort(short) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueShort
 
BasicValueString - Class in org.eclipse.higgins.idas.impl
 
BasicValueString() - Constructor for class org.eclipse.higgins.idas.impl.BasicValueString
 
BasicValueString(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueString
 
BasicValueTime - Class in org.eclipse.higgins.idas.impl
 
BasicValueTime(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueTime
 
BasicValueToken - Class in org.eclipse.higgins.idas.impl
 
BasicValueToken(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueToken
 
BasicValueUnsignedByte - Class in org.eclipse.higgins.idas.impl
 
BasicValueUnsignedByte(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueUnsignedByte
 
BasicValueUnsignedInt - Class in org.eclipse.higgins.idas.impl
 
BasicValueUnsignedInt(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueUnsignedInt
 
BasicValueUnsignedLong - Class in org.eclipse.higgins.idas.impl
 
BasicValueUnsignedLong(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueUnsignedLong
 
BasicValueUnsignedShort - Class in org.eclipse.higgins.idas.impl
 
BasicValueUnsignedShort(String) - Constructor for class org.eclipse.higgins.idas.impl.BasicValueUnsignedShort
 

A B C E G I N O R S U V X _