Beispiel #1
0
 public Perception(PerceptionModel perceptionId, double beliefValue, double certainty,
                   XmlPersistentCollectionHolder <string, Agent, AgentsManager> affectedAgents,
                   XmlPersistentCollectionHolder <string, Agent, AgentsManager> targetTrustees,
                   XmlPersistentCollectionHolder <string, FeatureModel, FeaturesManager> featuresToSpawn,
                   BeliefType typeOfBelief) : this(perceptionId)
 {
     BeliefValue        = beliefValue;
     Certainty          = certainty;
     AffectedAgents     = affectedAgents;
     TargetTrustees     = targetTrustees;
     FeaturesToSpawn    = featuresToSpawn;
     TypeOfBeliefSource = TypeOfBeliefSource;
 }
Beispiel #2
0
 public Perception(PerceptionModel perceptionId) : this()
 {
     PerceptionId = perceptionId;
 }