repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
HybridRebeca
HybridRebeca-master/src/HPalang/Core/ValuationContainers/NullValutationContainer.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Core.ValuationContainers; import HPalang.Core.Equalitable; import HPalang.Core.ShouldNotBeUsedException; import HPalan...
1,877
19.866667
111
java
HybridRebeca
HybridRebeca-master/src/HPalang/Core/ValuationContainers/SimpleValuationContainer.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Core.ValuationContainers; import HPalang.Core.Equalitable; import HPalang.Core.ValuationContainer; import HPalang.Core...
2,431
21.943396
113
java
HybridRebeca
HybridRebeca-master/src/HPalang/Core/Variables/FloatVariable.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Core.Variables; import HPalang.Core.Variable; import HPalang.Core.VariableVisitor; /** * * @author Iman Jahandideh ...
582
18.433333
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/Core/Variables/IntegerVariable.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Core.Variables; import HPalang.Core.Variable; import HPalang.Core.VariableVisitor; /** * * @author Iman Jahandideh ...
611
20.103448
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/Core/Variables/RealVariable.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Core.Variables; import HPalang.Core.Variable; import HPalang.Core.VariableVisitor; /** * * @author Iman Jahandideh ...
570
18.689655
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/Examples/ComplexHeaterModel.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Examples; import HPalang.Core.ContinuousExpressions.DifferentialEquation; import HPalang.Core.Messages.SetModeMessage...
7,738
43.477011
121
java
HybridRebeca
HybridRebeca-master/src/HPalang/Examples/SimpleHeaterModel.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Examples; import HPalang.Core.*; import HPalang.Core.ContinuousExpressions.DifferentialEquation; import static HPalan...
3,296
31.643564
101
java
HybridRebeca
HybridRebeca-master/src/HPalang/Examples/WaterTankModel.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Examples; import HPalang.Core.*; import static HPalang.Core.ModelCreationUtilities.*; /** * * @author Iman Jahandid...
4,467
41.961538
141
java
HybridRebeca
HybridRebeca-master/src/HPalang/HybridAutomataGeneration/HybridAutomaton.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.HybridAutomataGeneration; import HPalang.Core.TransitionSystem.LabeledTransitionSystem; import java.util.ArrayList; im...
3,081
25.8
90
java
HybridRebeca
HybridRebeca-master/src/HPalang/HybridAutomataGeneration/HybridAutomatonGenerator.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.HybridAutomataGeneration; import HPalang.Core.Actor; import HPalang.Core.ActorType; import HPalang.Core.Message; impor...
5,044
31.973856
117
java
HybridRebeca
HybridRebeca-master/src/HPalang/HybridAutomataGeneration/HybridLabel.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.HybridAutomataGeneration; import HPalang.Core.TransitionSystem.Label; import HPalang.LTSGeneration.Labels.Guard; impor...
962
20.4
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/HybridAutomataGeneration/Location.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.HybridAutomataGeneration; import HPalang.Core.ContinuousExpressions.Invarient; import HPalang.Core.ContinuousExpressio...
1,917
23.589744
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/HybridAutomataGeneration/SOSRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.HybridAutomataGeneration; import HPalang.LTSGeneration.RunTimeStates.GlobalRunTimeState; import HPalang.LTSGeneration....
625
30.3
134
java
HybridRebeca
HybridRebeca-master/src/HPalang/HybridAutomataGeneration/SOSRules/ConversionRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.HybridAutomataGeneration.SOSRules; import HPalang.Core.ContinuousExpressions.ConstantContinuousExpression; import HPal...
10,652
38.309963
138
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/BasicPostOrderExpressionConvertor.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.ContinuousExpressions.DifferentialEquation; import HPalang.Core.ContinuousExpressio...
1,437
23.793103
86
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/BasicPostorderExpressionCrawler.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.ContinuousExpressions.ConstantContinuousExpression; import HPalang.Core.ContinuousE...
2,608
19.706349
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/CompositeState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import java.util.Collection; import java.util.LinkedList; import java.util.List; /** * * @author Ima...
619
25.956522
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/CompositeStateT.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.Equalitable; import java.util.ArrayList; import java.util.Collection; import java.u...
2,600
21.815789
113
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/ExpressionScopeUnwrapper.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.ContinuousExpressions.ConstantContinuousExpression; import HPalang.Core.ContinuousE...
5,496
27.780105
135
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/LTSGenerator.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Convertors.StringConversionUtilities; import HPalang.Core.TransitionSystem.Label; import...
3,139
35.511628
127
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/ModeDefinitionToGlobalStateConvertor.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.Actor; import HPalang.Core.ActorLocators.DirectActorLocator; import HPalang.Core.Me...
2,558
37.19403
111
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/PostorderExpressionCrawler.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.ContinuousExpressions.ConstantContinuousExpression; import HPalang.Core.ContinuousE...
3,431
23.690647
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; /** * * @author Iman Jahandideh */ public interface SOSRule { public void TryApply(StateInfo glo...
369
22.125
84
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SimpleState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.Equalitable; /** * * @author Iman Jahandideh */ public abstract class SimpleSta...
785
22.117647
96
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/State.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.DeepClonable; import java.util.Collection; /** * * @author Iman Jahandideh */ p...
379
19
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/StateInfo.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.TransitionSystem.Transition; import HPalang.Core.Equalitable; import HPalang.LTSGen...
1,402
24.053571
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Trace.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.TransitionSystem.Transition; import HPalang.LTSGeneration.RunTimeStates.GlobalRunTi...
1,214
21.924528
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/TransitionCollector.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration; import HPalang.Core.TransitionSystem.Label; import HPalang.LTSGeneration.RunTimeStates.GlobalRunTimeSta...
479
24.263158
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Builders/GlobalRunTimeStateBuilder.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Builders; import HPalang.Core.CANSpecification; import HPalang.Core.NullRealVariablePool; import HPalang...
2,334
32.84058
97
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Builders/PhysicalActorStateBuilder.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Builders; import HPalang.Core.Mode; import HPalang.Core.PhysicalActor; import HPalang.Core.ValuationCont...
1,511
25.068966
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Builders/SoftwareActorStateBuilder.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Builders; import HPalang.Core.SoftwareActor; import HPalang.Core.Message; import HPalang.LTSGeneration.R...
1,943
27.173913
82
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Labels/ContinuousLabel.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Labels; import HPalang.Core.TransitionSystem.Label; import java.util.Collections; import java.util.Set; ...
793
22.352941
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Labels/Guard.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Labels; import HPalang.Core.Equalitable; import HPalang.Core.Expression; import HPalang.Core.ExpressionV...
2,012
25.142857
135
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Labels/GuardVisitor.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Labels; /** * * @author Iman Jahandideh */ public interface GuardVisitor { public void Visit(Guar...
331
19.75
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Labels/GuardedlLabel.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Labels; import HPalang.Core.TransitionSystem.Label; import HPalang.LTSGeneration.Labels.Reset; import ja...
1,026
18.75
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Labels/NetworkLabel.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Labels; import HPalang.Core.TransitionSystem.Label; /** * * @author Iman Jahandideh */ public class ...
473
18.75
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Labels/Reset.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Labels; import HPalang.Core.Equalitable; import HPalang.Core.Expression; import HPalang.Core.ValuationCo...
2,399
24.531915
135
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Labels/ResetVisitor.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Labels; /** * * @author Iman Jahandideh */ public interface ResetVisitor { public void Visit(Rese...
331
19.75
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Labels/SoftwareLabel.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Labels; import HPalang.Core.TransitionSystem.Label; import java.util.Set; /** * * @author Iman Jahand...
928
16.865385
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/ActorState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.Actor; import HPalang.Core.PhysicalActor; import HPalang.LTSGeneratio...
1,491
20.941176
82
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/ContinuousBehavior.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.ContinuousExpressions.DifferentialEquation; import HPalang.Core.Equal...
2,222
24.848837
108
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/ContinuousBehaviorContianer.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.EqualitableAndClonable; import java.util.ArrayList; import java.util....
2,138
26.779221
140
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/ContinuousState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.LTSGeneration.State; import HPalang.Core.PhysicalActor; import HPalang.LTS...
1,610
22.691176
89
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/DeadlockState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.LTSGeneration.SimpleState; /** * * @author Iman Jahandideh */ public c...
1,066
17.396552
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/DiscreteState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.LTSGeneration.State; import HPalang.Core.PhysicalActor; import HPalang.Cor...
1,640
23.863636
89
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/EventsState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.LTSGeneration.CompositeStateT; import HPalang.LTSGeneration.RunTimeStates....
1,972
20.445652
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/ExecutionQueueState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.Message; import HPalang.Core.Statement; import HPalang.LTSGeneration....
1,121
21.44
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/GlobalRunTimeState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.Actor; import HPalang.Core.PhysicalActor; import HPalang.Core.Softwar...
2,238
24.443182
106
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/MessageQueueState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.Message; import HPalang.Core.MessagePacket; import HPalang.LTSGenerat...
1,108
20.745098
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/NetworkState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.CANSpecification; import HPalang.Core.Message; import HPalang.Core.Me...
2,613
22.981651
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/PhysicalActorState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.Mode; import HPalang.LTSGeneration.CompositeStateT; import HPalang.Co...
1,569
19.933333
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/SoftwareActorState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.SoftwareActor; import HPalang.LTSGeneration.CompositeStateT; /** * ...
1,313
20.193548
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/ValuationState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.ValuationContainers.SimpleValuationContainer; import HPalang.Core.Val...
1,697
21.64
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/VariablePoolState.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates; import HPalang.Core.RealVariablePool; import HPalang.LTSGeneration.SimpleState; /** * ...
1,287
19.125
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/Event/Action.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates.Event; import HPalang.LTSGeneration.RunTimeStates.GlobalRunTimeState; /** * * @author I...
480
24.315789
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/Event/Event.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates.Event; import HPalang.Core.Equalitable; import HPalang.Core.Variables.RealVariable; /** ...
1,219
20.034483
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/Event/ResumeSoftwareActorAction.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates.Event; import HPalang.Core.Equalitable; import HPalang.Core.SoftwareActor; import HPalang....
1,166
22.816327
104
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/RunTimeStates/Event/SendPacketAndResetNetworkAction.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.RunTimeStates.Event; import HPalang.Core.Equalitable; import HPalang.Core.MessagePacket; import HPalang....
1,553
27.254545
116
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/ActorLevelRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.LTSGeneration.RunTimeStates.ActorState; import HPalang.LTSGeneration.RunTimeSta...
1,566
34.613636
132
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/AssignmentStatementRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Expression; import HPalang.LTSGeneration.ExpressionScopeUnwrapper; import ...
2,352
32.614286
125
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/AtomicBlockStatementRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Actor; import HPalang.Core.Statements.AtomicBlockStatement; import HPalang...
1,707
30.62963
122
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/CANScheduleRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.MessagePacket; import HPalang.LTSGeneration.Labels.NetworkLabel; import HP...
2,401
37.126984
135
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/ContinuousBehaviorExpirationRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Actor; import HPalang.Core.DiscreteExpressions.FalseConst; import HPalang....
2,234
38.210526
130
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/DelayStatementRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.ContinuousExpressions.ConstantContinuousExpression; import HPalang.LTSGene...
1,973
34.890909
138
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/EventExpirationRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.ContinuousExpressions.ConstantContinuousExpression; import HPalang.Core.Di...
2,854
38.109589
123
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/IfStatementRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Actor; import HPalang.Core.DiscreteExpressions.FalseConst; import HPalang....
3,365
42.714286
128
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/MessageSendRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Actor; import HPalang.Core.CANSpecification; import HPalang.Core.Communica...
12,248
42.43617
216
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/MessageTeardownStatementRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.DiscreteExpressions.VariableExpression; import HPalang.Core.Statements.Mes...
1,482
33.488372
130
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/ModeChangeStatementRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Statements.ModeChangeStatement; import HPalang.LTSGeneration.RunTimeStates...
833
25.0625
98
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/PhysicalActorFIFOMessageTakeRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Message; import HPalang.Core.MessagePacket; import HPalang.Core.Statements...
3,581
36.3125
143
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/PhysicalActorLevelRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.LTSGeneration.SOSRule; import HPalang.LTSGeneration.LTSGenerator; import HPalan...
1,404
34.125
140
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/PhysicalStatementRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Statement; import HPalang.LTSGeneration.LTSGenerator; import HPalang.LTSGe...
2,065
35.892857
130
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/PriorityBasedMessageTakeRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Message; import HPalang.Core.MessagePacket; import HPalang.Core.Statements...
3,177
38.234568
130
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/SimpleStatementRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Statement; import HPalang.LTSGeneration.Labels.SoftwareLabel; import HPala...
2,140
34.683333
128
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/SoftwareActorFIFOMessageTakeRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Message; import HPalang.Core.Message.MessageType; import HPalang.Core.Mess...
3,877
36.288462
143
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/SoftwareActorLevelRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.LTSGeneration.SOSRule; import HPalang.LTSGeneration.LTSGenerator; import HPalan...
1,328
33.076923
140
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/SoftwareStatementRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Statement; import HPalang.LTSGeneration.RunTimeStates.SoftwareActorState; ...
2,594
37.161765
136
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/Utilities.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules; import HPalang.Core.Actor; import HPalang.Core.ActorType; import HPalang.Core.DiscreteExpressi...
5,459
36.142857
116
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/MessageSendRules/CANMessageSendRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules.MessageSendRules; import HPalang.Core.CommunicationType; import HPalang.Core.Message; import HP...
1,560
30.857143
149
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/SOSRules/MessageSendRules/WireMessageSendRule.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.SOSRules.MessageSendRules; import HPalang.Core.CommunicationType; import HPalang.Core.Message; import HP...
1,956
33.946429
149
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Utilities/CreationUtility.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Utilities; import HPalang.Core.Actor; import HPalang.Core.CANSpecification; import HPalang.Core.Software...
1,896
29.596774
99
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Utilities/FillerUtility.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Utilities; import HPalang.Core.PhysicalActor; import HPalang.Core.SoftwareActor; import HPalang.LTSGener...
1,412
31.113636
108
java
HybridRebeca
HybridRebeca-master/src/HPalang/LTSGeneration/Utilities/QueryUtilities.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.LTSGeneration.Utilities; import HPalang.LTSGeneration.RunTimeStates.ActorState; import HPalang.LTSGeneration.RunTimeSt...
851
28.37931
102
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/Parser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser; import HPalang.Core.ModelDefinition; import HPalang.Parser.antlr.HPalangLexer; import HPalang.Parser.SubParser...
1,953
30.015873
95
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SingleLevelParseTreeWalker.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser; import org.antlr.v4.runtime.tree.ErrorNode; import org.antlr.v4.runtime.tree.ParseTree; import org.antlr.v4.ru...
1,712
25.765625
89
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser; import HPalang.Core.ModelDefinition; import HPalang.Parser.antlr.HPalangBaseListener; import org.antlr.v4.runt...
920
22.025
84
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/ActorFleshParser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers; import HPalang.Core.SoftwareActor; import HPalang.Core.MessageHandler; import HPalang.Parser.SubPar...
1,008
27.027778
82
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/ActorSkeletonParser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers; import HPalang.Core.SoftwareActor; import HPalang.Core.ContinuousVariable; import HPalang.Core.Mess...
1,469
25.727273
85
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/InnerListener.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers; import HPalang.Parser.antlr.HPalangBaseListener; import org.antlr.v4.runtime.ParserRuleContext; /*...
520
21.652174
92
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/MethodDefinitionParser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers; import HPalang.Parser.SubParsers.Expression.ExpressionParser; import HPalang.Parser.SubParsers.Expr...
3,311
35.8
150
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/MethodListener.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers; import HPalang.Core.Message; import HPalang.Core.MessageHandler; import HPalang.Core.Statements.Sen...
908
23.567568
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/ModelFleshParser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers; import HPalang.Parser.antlr.HPalangBaseListener; import HPalang.Core.ModelDefinition; import HPalan...
770
22.363636
82
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/ModelSkeletonParser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers; import HPalang.Core.SoftwareActor; import HPalang.Core.MainBlock; import HPalang.Core.ModelDefiniti...
1,018
25.128205
85
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/Expression/BinaryExpressionParser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers.Expression; import HPalang.Core.SoftwareActor; import HPalang.Core.DiscreteExpression; import HPalan...
1,436
30.23913
109
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/Expression/Expression0Pasrser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers.Expression; import HPalang.Core.SoftwareActor; import HPalang.Core.DiscreteExpression; import HPalan...
2,596
27.855556
130
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/Expression/Expression1Pasrser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers.Expression; import HPalang.Core.SoftwareActor; import HPalang.Core.ContinuousExpressions.ConstantCon...
2,010
29.014925
130
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/Expression/Expression2Pasrser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers.Expression; import HPalang.Core.SoftwareActor; import HPalang.Core.ContinuousExpressions.ConstantCon...
1,974
28.477612
130
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/Expression/Expression3Pasrser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers.Expression; import HPalang.Core.SoftwareActor; import HPalang.Core.ContinuousExpressions.ConstantCon...
2,783
28.305263
130
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/Expression/ExpressionHolder.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers.Expression; import HPalang.Core.Expression; /** * * @author Iman Jahandideh */ public class Expr...
618
19.633333
79
java
HybridRebeca
HybridRebeca-master/src/HPalang/Parser/SubParsers/Expression/ExpressionParser.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package HPalang.Parser.SubParsers.Expression; import HPalang.Core.SoftwareActor; import HPalang.Core.DiscreteExpressions.BinaryOperato...
1,726
26.412698
127
java