Click or drag to resize

contentMatchCollection Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Kolekcija sa pronadjenim Regex match-ovima
Inheritance Hierarchy
SystemObject
  System.Collections.ConcurrentConcurrentDictionaryString, contentMatch
    aceConcurrentDictionarycontentMatch
      imbNLP.Core.contentStructure.corecontentMatchCollection

Namespace:  imbNLP.Core.contentStructure.core
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public class contentMatchCollection : aceConcurrentDictionary<contentMatch>

The contentMatchCollection type exposes the following members.

Constructors
  NameDescription
Public methodcontentMatchCollection
Initializes a new instance of the contentMatchCollection class
Top
Properties
  NameDescription
Public propertyallocation
index -- koji Match zauzima koje karaktere
Public propertyCount (Inherited from ConcurrentDictionaryString, contentMatch.)
Public propertyIsEmpty (Inherited from ConcurrentDictionaryString, contentMatch.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from ConcurrentDictionaryString, contentMatch.)
Public propertyKeys (Inherited from ConcurrentDictionaryString, contentMatch.)
Public propertyscrambled
sadrzaj koji je prekrecen
Public propertysourceContent
izvorni sadrzaj
Public propertyValues (Inherited from ConcurrentDictionaryString, contentMatch.)
Top
Methods
  NameDescription
Public methodAdd(String, UTP) (Inherited from aceConcurrentDictionarycontentMatch.)
Public methodAdd(Enum, Match)
Public methodAdd(Regex, Enum)
Izvršava Regex i na osnovu rezultata upisuje contentMatch item u kolekciju i prepravlja content
Public methodAdd(String, Regex, Enum, String)
Upisuje u sebe rezultate i vraca verziju ulaznog stringa u kojoj su presvrljana sva pojavljivanja pogodaka
Public methodAddOrUpdate(TKey, FuncTKey, TValue, FuncTKey, TValue, TValue) (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodAddOrUpdate(TKey, TValue, FuncTKey, TValue, TValue) (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodallocated
Vraca sve contentMatch instance koje se nalaze od indexa do kraja lengtha
Public methodClear (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodContainsKey (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOrAdd(TKey, FuncTKey, TValue) (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodGetOrAdd(TKey, TValue) (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisAllocated(Match)
Da li je za dati Regex Match vec sve rezervisano
Public methodisAllocated(Int32, Int32)
Public methodlastAlocatedCharIndex
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToArray (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryAdd (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodTryGetValue (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodTryRemove (Inherited from ConcurrentDictionaryString, contentMatch.)
Public methodTryUpdate
Compares the existing value for the specified key with a specified value, and if they are equal, updates the key with a third value.
(Inherited from ConcurrentDictionaryString, contentMatch.)
Top
See Also