Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
G
I
N
O
R
S
U
V
X
_
C
canCreate(URI)
- Method in interface org.eclipse.higgins.idas.
IContextFactory
Tests whether the asserted Context Reference can be used by this factory to produce an
IContext
instance.
close()
- Method in interface org.eclipse.higgins.idas.
IContext
Closes this Context and returns it to an un-open state.
ContextNotOpenException
- Exception in
org.eclipse.higgins.idas
Thrown when methods requiring an open Context are called on a non-open Context.
ContextNotOpenException()
- Constructor for exception org.eclipse.higgins.idas.
ContextNotOpenException
ContextNotOpenException(String)
- Constructor for exception org.eclipse.higgins.idas.
ContextNotOpenException
ContextNotOpenException(String, Throwable)
- Constructor for exception org.eclipse.higgins.idas.
ContextNotOpenException
ContextNotOpenException(Throwable)
- Constructor for exception org.eclipse.higgins.idas.
ContextNotOpenException
ContextOpenException
- Exception in
org.eclipse.higgins.idas
Thrown when IContext.open() is called on an already open context.
ContextOpenException()
- Constructor for exception org.eclipse.higgins.idas.
ContextOpenException
ContextOpenException(String)
- Constructor for exception org.eclipse.higgins.idas.
ContextOpenException
ContextOpenException(String, Throwable)
- Constructor for exception org.eclipse.higgins.idas.
ContextOpenException
ContextOpenException(Throwable)
- Constructor for exception org.eclipse.higgins.idas.
ContextOpenException
createAttribute(URI, IPropertyValue)
- Method in interface org.eclipse.higgins.idas.
IHasAttributes
Creates and adds an attribute for this object.
createAttribute(URI, Iterable<IPropertyValue>)
- Method in interface org.eclipse.higgins.idas.
IHasAttributes
Creates and adds an attribute for this object.
createAttribute(URI, IPropertyValue)
- Method in class org.eclipse.higgins.idas.impl.
BasicAttributeSet
createAttribute(URI, Iterable<IPropertyValue>)
- Method in class org.eclipse.higgins.idas.impl.
BasicAttributeSet
createContext(URI)
- Method in interface org.eclipse.higgins.idas.
IContextFactory
Using contextRef, creates an instance of
IContext
and returns it.
createMetadata(URI, IPropertyValue)
- Method in interface org.eclipse.higgins.idas.
IHasMetadata
Creates a metadata item which can be added to metadata held by this Object.
createMetadata(URI, IPropertyValue)
- Method in class org.eclipse.higgins.idas.impl.
BasicAttribute
createMetadata(URI, IPropertyValue)
- Method in class org.eclipse.higgins.idas.impl.
BasicMetadataSet
createRelationship(URI)
- Method in interface org.eclipse.higgins.idas.
IHasRelationships
Creates a relationship to another Object.
createSubject(URI, Iterable<IAttribute>)
- Method in interface org.eclipse.higgins.idas.
IContext
Creates and adds a Digital Subject to this Context.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
G
I
N
O
R
S
U
V
X
_