public class ConstraintEvent extends EventObject
Constraint
during simulation.Constructor and Description |
---|
ConstraintEvent(org.sbml.jsbml.Constraint source,
double violationTime)
Creates a new
ConstraintEvent for the given Constraint and the given point in
time. |
Modifier and Type | Method and Description |
---|---|
org.sbml.jsbml.Constraint |
getSource() |
double |
getTime() |
toString
public ConstraintEvent(org.sbml.jsbml.Constraint source, double violationTime)
ConstraintEvent
for the given Constraint
and the given point in
time.source
- the Constraint
, whose condition has been violated.violationTime
- the simulation time, at which the violation occurred.public double getTime()
public org.sbml.jsbml.Constraint getSource()
getSource
in class EventObject
Copyright © 2007–2021. All rights reserved.