LsaNeighborhoodCondition

class LsaNeighborhoodCondition : LsaStandardCondition

Constructors

Link copied to clipboard
open fun LsaNeighborhoodCondition(    node: ILsaNode,     molecule: ILsaMolecule,     environment: Environment<List<ILsaMolecule>, out Any>)

Functions

Link copied to clipboard
open fun cloneCondition(node: Node<T>, reaction: Reaction<T>): Condition<T>
abstract fun cloneCondition(node: Node<List<ILsaMolecule>>, reaction: Reaction<List<ILsaMolecule>>): LsaAbstractCondition
open fun cloneCondition(node: Node<List<ILsaMolecule>>, r: Reaction<List<ILsaMolecule>>): LsaNeighborhoodCondition
abstract fun cloneCondition(node: Node<List<ILsaMolecule>>, reaction: Reaction<List<ILsaMolecule>>): ILsaCondition
Link copied to clipboard
open fun filter(    matchesList: List<Map<HashString, ITreeNode<out Any>>>,     validNodes: List<ILsaNode>,     retrieved: List<Map<ILsaNode, List<ILsaMolecule>>>): Boolean
abstract fun filter(    matches: List<Map<HashString, ITreeNode<out Any>>>,     validNodes: List<ILsaNode>,     retrieved: List<Map<ILsaNode, List<ILsaMolecule>>>): Boolean
When this method is called, the condition must filter the current matches and allowed nodes.
Link copied to clipboard
open fun getContext(): Context
abstract fun getContext(): Context
Link copied to clipboard
fun getInboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
fun getNode(): ILsaNode
Link copied to clipboard
fun getPropensityContribution(): Double
abstract fun getPropensityContribution(): Double
Link copied to clipboard
fun isValid(): Boolean
abstract fun isValid(): Boolean
Link copied to clipboard
open fun reactionReady()
Link copied to clipboard
open fun toString(): String
open fun toString(): String

Properties

Link copied to clipboard
val node: Node<T>