edu
.
knowitall
.
openparse
ExtractionPartMatcher
sealed abstract
class
ExtractionPartMatcher
extends
CaptureNodeMatcher
[
DependencyNode
]
A dependency node used to match an extraction part in a pattern extractor.
Linear Supertypes
CaptureNodeMatcher
[
DependencyNode
],
WrappedNodeMatcher
[
DependencyNode
],
NodeMatcher
[
DependencyNode
],
Matcher
[
DependencyNode
],
AnyRef
,
Any
Known Subclasses
ArgumentMatcher
,
RelationMatcher
,
SlotMatcher
Ordering
Alphabetic
By inheritance
Inherited
ExtractionPartMatcher
CaptureNodeMatcher
WrappedNodeMatcher
NodeMatcher
Matcher
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
ExtractionPartMatcher
(
alias:
String
)
new
ExtractionPartMatcher
(
alias:
String
,
matcher:
NodeMatcher
[
DependencyNode
]
)
Abstract Value Members
abstract
def
withMatcher
(
matcher:
NodeMatcher
[
DependencyNode
]
)
:
ExtractionPartMatcher
Concrete Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
apply
(
node:
DependencyNode
)
:
Option
[
String
]
Definition Classes
NodeMatcher
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
baseNodeMatchers
:
Seq
[
BaseNodeMatcher
[
DependencyNode
]]
Definition Classes
WrappedNodeMatcher → NodeMatcher
def
canEqual
(
that:
Any
)
:
Boolean
Definition Classes
CaptureNodeMatcher → WrappedNodeMatcher
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
CaptureNodeMatcher → WrappedNodeMatcher → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
CaptureNodeMatcher → AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
matchText
(
node:
DependencyNode
)
:
Option
[
String
]
Definition Classes
CaptureNodeMatcher → NodeMatcher
def
matches
(
node:
DependencyNode
)
:
Boolean
Definition Classes
NodeMatcher
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Matcher → AnyRef → Any
def
toStringF
(
f: (
String
) ⇒
String
)
:
String
Definition Classes
CaptureNodeMatcher → Matcher
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
CaptureNodeMatcher
[
DependencyNode
]
Inherited from
WrappedNodeMatcher
[
DependencyNode
]
Inherited from
NodeMatcher
[
DependencyNode
]
Inherited from
Matcher
[
DependencyNode
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped
A dependency node used to match an extraction part in a pattern extractor.