final case class RoleAtomJoinNode(atom: RoleAtom, children: List[BetaNode], spec: JoinNodeSpec) extends JoinNode[RoleAssertion] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RoleAtomJoinNode
- Serializable
- Serializable
- Product
- Equals
- JoinNode
- BetaParent
- BetaNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RoleAtomJoinNode(atom: RoleAtom, children: List[BetaNode], spec: JoinNodeSpec)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
activateChildren(newTokens: List[Token], reasoner: ReasonerState): ReasonerState
- Attributes
- protected[this]
- Definition Classes
- JoinNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val atom: RoleAtom
-
val
children: List[BetaNode]
- Definition Classes
- RoleAtomJoinNode → BetaParent
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findAssertionsForToken: (Token, RoleAlphaMemory) ⇒ List[RoleAssertion]
- val findTokensForAssertion: (RoleAssertion, BetaMemory) ⇒ List[Token]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
leftActivate(token: Token, reasoner: ReasonerState): ReasonerState
- Definition Classes
- RoleAtomJoinNode → BetaNode
-
val
leftParentSpec: JoinNodeSpec
- Attributes
- protected[this]
- Definition Classes
- JoinNode
-
val
matchVariables: Set[Variable]
- Attributes
- protected[this]
- Definition Classes
- JoinNode
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
parentBoundVariables: Set[Variable]
- Attributes
- protected[this]
- Definition Classes
- JoinNode
-
def
rightActivate(assertion: RoleAssertion, reasoner: ReasonerState): ReasonerState
- Definition Classes
- RoleAtomJoinNode → JoinNode
-
val
spec: JoinNodeSpec
- Definition Classes
- RoleAtomJoinNode → JoinNode
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
thisPattern: RuleAtom
- Attributes
- protected[this]
- Definition Classes
- JoinNode
-
val
thisPatternVariables: Set[Variable]
- Attributes
- protected[this]
- Definition Classes
- JoinNode
-
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
- @native() @throws( ... )