コード例 #1
0
ファイル: CSGScale.cpp プロジェクト: kirichoi/roadrunner
/*
 * Accepts the given SBMLVisitor.
 */
bool
CSGScale::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #2
0
/*
 * Accepts the given SBMLVisitor.
 *
 * @return the result of calling <code>v.visit()</code>, which indicates
 * whether or not the Visitor would like to visit the Model's next Rule
 * (if available).
 */
bool
AssignmentRule::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #3
0
ファイル: PolygonObject.cpp プロジェクト: kirichoi/roadrunner
/*
 * Accepts the given SBMLVisitor.
 */
bool
PolygonObject::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #4
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
ImageData::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #5
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
AnalyticVolume::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #6
0
/*
 * Accepts the given SBMLVisitor.
 *
 * @return the result of calling <code>v.visit()</code>, which indicates
 * whether or not the Visitor would like to visit the parent Model's or
 * KineticLaw's next Parameter (if available).
 */
bool
Parameter::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #7
0
ファイル: Trigger.cpp プロジェクト: TotteKarlsson/roadrunner
/*
 * Accepts the given SBMLVisitor.
 */
bool
Trigger::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #8
0
ファイル: CSGRotation.cpp プロジェクト: kirichoi/roadrunner
/*
 * Accepts the given SBMLVisitor.
 */
bool
CSGRotation::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #9
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
AdvectionCoefficient::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #10
0
ファイル: Member.cpp プロジェクト: kirichoi/roadrunner
/*
 * Accepts the given SBMLVisitor.
 */
bool
Member::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #11
0
ファイル: Delay.cpp プロジェクト: Alcibiades586/roadrunner
/*
 * Accepts the given SBMLVisitor.
 */
bool
Delay::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #12
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
CoordinateReference::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #13
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
SpeciesTypeInstance::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #14
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
DomainType::accept (SBMLVisitor& v) const
{
  // return false;
  return v.visit(*this);
}
コード例 #15
0
/** @cond doxygenLibsbmlInternal */
bool
ListOfObjectives::accept(SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #16
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
SpatialSymbolReference::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #17
0
/** @cond doxygenLibsbmlInternal */
bool
RateRule::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #18
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
DefaultTerm::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #19
0
ファイル: Point.cpp プロジェクト: 0u812/libsbml.js.frozen
/*
 * Accepts the given SBMLVisitor.
 *
 * @return the result of calling <code>v.visit()</code>, which indicates
 * whether or not the Visitor would like to visit the SBML object's next
 * sibling object (if available).
 */
bool Point::accept (SBMLVisitor& v) const
{
    return v.visit(*this);
}
コード例 #20
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
AdjacentDomains::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #21
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
QualitativeSpecies::accept (SBMLVisitor& v) const
{
    return v.visit(*this);
}
コード例 #22
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
OutwardBindingSite::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #23
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
SpeciesFeatureValue::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #24
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
GeneProductRef::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #25
0
ファイル: Output.cpp プロジェクト: sbmlteam/python-libsbml
/** @cond doxygenLibsbmlInternal */
bool
Output::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #26
0
/*
 * Accepts the given SBMLVisitor.
 *
 * @return the result of calling <code>v.visit()</code>, which indicates
 * whether or not the Visitor would like to visit the Model's next
 * InitialAssignment (if available).
 */
bool
InitialAssignment::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #27
0
/** @cond doxygenLibsbmlInternal */
bool
EventAssignment::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #28
0
/*
 * Accepts the given SBMLVisitor.
 *
 * @return the result of calling <code>v.visit()</code>, which indicates
 * whether or not the Visitor would like to visit the Model's next
 * CompartmentType (if available).
 */
bool
CompartmentType::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #29
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
Dimension::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}
コード例 #30
0
/*
 * Accepts the given SBMLVisitor.
 */
bool
CSGPseudoPrimitive::accept (SBMLVisitor& v) const
{
  return v.visit(*this);
}