Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R > Member List

This is the complete list of members for org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >, including all inherited members.

addLabel(Label label)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
addLayer(L layer)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
addListener(Listener listener)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
addListener(Collection< Listener > listener)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
addNode(N node)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
addRelation(Relation<? extends N, ? extends N > relation)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
approximatedNodeDegreeorg.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
basicAddLabel(Label label)org.corpus_tools.salt.graph.impl.LabelableElementImpl
basicAddLayer(L layer)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
basicAddNode(N node)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
basicAddRelation(Relation<? extends Node, ? extends Node > relation)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
basicRemoveLabel(String qName)org.corpus_tools.salt.graph.impl.LabelableElementImpl
basicRemoveLayer(L layer)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
basicRemoveNode(N node)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
basicRemoveRelation(Relation<? extends N, ? extends N > rel)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
containsLabel(String qName)org.corpus_tools.salt.graph.impl.LabelableElementImpl
containsLayer(String layerId)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
containsNode(String nodeId)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
containsRelation(String relationId)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
delegateorg.corpus_tools.salt.graph.impl.LabelableElementImplprotected
EXPECTED_NUMBER_OF_LABELSorg.corpus_tools.salt.graph.impl.LabelableElementImplstatic
expectedNodesorg.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
expectedRelationsorg.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
getDelegate()org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
getId()org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
getIdentifier()org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
getIndexMgr()org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getInRelations(String nodeId)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getLabel(String qName)org.corpus_tools.salt.graph.impl.LabelableElementImpl
getLabel(String namespace, String name)org.corpus_tools.salt.graph.impl.LabelableElementImpl
getLabels()org.corpus_tools.salt.graph.impl.LabelableElementImpl
getLabelsByNamespace(String namespace)org.corpus_tools.salt.graph.impl.LabelableElementImpl
getLayer(String layerId)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getLayers()org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getListener()org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getNode(String nodeId)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getNodes()org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getOutRelations(String nodeId)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getOwner()org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getRelation(String relationId)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getRelations()org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
getRelations(String sourceNodeId, String targetNodeId)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
GraphImpl(Graph< N, R, L > delegate)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
GraphImpl() (defined in org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
GraphImpl(int expectedNodes, int expectedRelations)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
IdentifiableElementImpl() (defined in org.corpus_tools.salt.graph.impl.IdentifiableElementImpl)org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
IdentifiableElementImpl(IdentifiableElement delegate) (defined in org.corpus_tools.salt.graph.impl.IdentifiableElementImpl)org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
indexMgrorg.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
init()org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
LabelableElementImpl() (defined in org.corpus_tools.salt.graph.impl.LabelableElementImpl)org.corpus_tools.salt.graph.impl.LabelableElementImpl
LabelableElementImpl(LabelableElement delegatee)org.corpus_tools.salt.graph.impl.LabelableElementImpl
listenerList (defined in org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected
removeAll()org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
removeLabel(String qName)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
org::corpus_tools::salt::graph::impl::LabelableElementImpl.removeLabel(String namespace, String name)org.corpus_tools.salt.graph.impl.LabelableElementImpl
removeLayer(L layer)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
removeListener(Listener listener)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
removeNode(N node)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
removeRelation(Relation<? extends N, ? extends N > relation)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
removeRelations()org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
setId(String id)org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
setIdentifier(Identifier identifier)org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
setOwner(Graph<?, ?, ?> owner)org.corpus_tools.salt.extensions.notification.graph.impl.GraphNotifierImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >
sizeLabels()org.corpus_tools.salt.graph.impl.LabelableElementImpl
toString() (defined in org.corpus_tools.salt.graph.impl.IdentifiableElementImpl)org.corpus_tools.salt.graph.impl.IdentifiableElementImpl
update(Object oldValue, Object container, UPDATE_TYPE updateType)org.corpus_tools.salt.graph.impl.GraphImpl< N extends Node, R extends Relation< N, N, L extends Layer< N, R >protected