Serializablepublic class ConstraintEvent extends EventObject
Constraint during
simulation.source| Constructor | 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 | Description |
|---|---|---|
org.sbml.jsbml.Constraint |
getSource() |
|
double |
getTime() |
toStringpublic 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 EventObjectCopyright © 2007–2018. All rights reserved.