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/Parser/SubParsers/Expression/ExpressionParserT.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.Expression;
import HPalang.Core.M... | 1,160 | 25.386364 | 104 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/Parser/antlr/HPalangBaseListener.java | // Generated from HPalang.txt by ANTLR 4.7
package HPalang.Parser.antlr;
import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;
/**
* This class provides an empty implementation of {@link HPalangListener},
* which can be extended to ... | 14,998 | 25.453263 | 85 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/Parser/antlr/HPalangLexer.java | // Generated from HPalang.txt by ANTLR 4.7
package HPalang.Parser.antlr;
import org.antlr.v4.runtime.Lexer;
import org.antlr.v4.runtime.CharStream;
import org.antlr.v4.runtime.Token;
import org.antlr.v4.runtime.TokenStream;
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.atn.*;
import org.antlr.v4.runtime.df... | 7,956 | 44.99422 | 97 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/Parser/antlr/HPalangListener.java | // Generated from HPalang.txt by ANTLR 4.7
package HPalang.Parser.antlr;
import org.antlr.v4.runtime.tree.ParseTreeListener;
/**
* This interface defines a complete listener for a parse tree produced by
* {@link HPalangParser}.
*/
public interface HPalangListener extends ParseTreeListener {
/**
* Enter a parse t... | 15,763 | 32.117647 | 74 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/Parser/antlr/HPalangParser.java | // Generated from HPalang.txt by ANTLR 4.7
package HPalang.Parser.antlr;
import org.antlr.v4.runtime.atn.*;
import org.antlr.v4.runtime.dfa.DFA;
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.misc.*;
import org.antlr.v4.runtime.tree.*;
import java.util.List;
import java.util.Iterator;
import java.util.Array... | 68,215 | 28.998241 | 139 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/ActorConvertor.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.SpaceEx.Convertor;
import HPalang.Core.Variable;
import HPalang.SpaceEx.Core.BaseComponent;
import HPalang.SpaceEx.Cor... | 6,219 | 32.989071 | 115 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/ActorHandlersCreator.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.SpaceEx.Convertor;
import HPalang.Core.MessageHandler;
import HPalang.Core.Variable;
import HPalang.SpaceEx.Core.BaseC... | 4,460 | 36.175 | 135 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/ActorModelData.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.SpaceEx.Convertor;
import HPalang.Core.ActorLocator;
import HPalang.Core.ActorLocators.ParametricActorLocator;
import ... | 17,092 | 29.360568 | 115 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/ActorQueueCreator.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.SpaceEx.Convertor;
import HPalang.SpaceEx.Convertor.Utilities.ProcessableTransitionBuilder;
import HPalang.Core.Messag... | 9,754 | 41.413043 | 159 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/ActorQueueData.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.SpaceEx.Convertor;
import HPalang.Core.Message;
import HPalang.Core.MessageHandler;
import HPalang.Core.VariableParame... | 8,143 | 25.355987 | 109 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/ActorTypeConvertor.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.SpaceEx.Convertor;
import HPalang.SpaceEx.Core.BaseComponent;
import HPalang.SpaceEx.Core.LabelParameter;
import HPala... | 1,727 | 27.8 | 92 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/ActorTypeModelData.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.SpaceEx.Convertor;
import HPalang.Core.ActorType;
/**
*
* @author Iman Jahandideh
*/
public class ActorTypeModelDa... | 508 | 15.966667 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/ActorVariablesCreator.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.SpaceEx.Convertor;
import HPalang.Core.Variable;
import HPalang.Core.Variables.IntegerVariable;
import HPalang.SpaceEx... | 1,811 | 29.711864 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/CANCreator.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.SpaceEx.Convertor;
import HPalang.SpaceEx.Convertor.QueueCreationUtilities.QueueLocation;
import HPalang.SpaceEx.Core.... | 825 | 22.6 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/CommunicationLabel.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.SpaceEx.Convertor;
import HPalang.Core.Equalitable;
/**
*
* @author Iman Jahandideh
*/
public class CommunicationL... | 1,155 | 18.931034 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/Convertor.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.SpaceEx.Convertor;
import HPalang.SpaceEx.Core.SpaceExModel;
/**
*
* @author Iman Jahandideh
*/
public abstract cl... | 505 | 19.24 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/HPalangModelData.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.SpaceEx.Convertor;
import HPalang.Core.Actor;
import HPalang.Core.ActorType;
import HPalang.Core.SoftwareActor;
import... | 2,604 | 27.315217 | 97 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/HPalangToCompositionalSXConvertor.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.SpaceEx.Convertor;
import HPalang.Core.Message;
import HPalang.Core.SoftwareActor;
import HPalang.Core.ModelDefinition... | 6,094 | 34.028736 | 120 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/SXExpressionFixer.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.SpaceEx.Convertor;
import HPalang.Core.ContinuousExpressions.ConstantContinuousExpression;
import HPalang.Core.Continu... | 6,177 | 27.470046 | 135 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/SpaceExToXMLConvertor.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.SpaceEx.Convertor;
import HPalang.SpaceEx.Core.SpaceExModel;
import java.io.StringWriter;
import java.util.logging.Lev... | 1,836 | 31.803571 | 96 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/SpaceExToXMLConvertorVisitor.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.SpaceEx.Convertor;
import HPalang.SpaceEx.Core.BaseComponent;
import HPalang.SpaceEx.Core.Component;
import HPalang.Sp... | 7,263 | 35.873096 | 119 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/StatementToLocationConvertor.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.SpaceEx.Convertor;
import HPalang.Core.ContinuousExpressions.ConstantContinuousExpression;
import HPalang.Core.Discret... | 9,308 | 37.466942 | 146 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/QueueCreationUtilities/IdleQueueLocation.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.SpaceEx.Convertor.QueueCreationUtilities;
import HPalang.SpaceEx.Convertor.ActorModelData;
import HPalang.SpaceEx.Core... | 772 | 19.891892 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/QueueCreationUtilities/QueueLocation.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.SpaceEx.Convertor.QueueCreationUtilities;
import HPalang.SpaceEx.Convertor.ActorModelData;
import HPalang.SpaceEx.Conv... | 863 | 23.685714 | 86 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/QueueCreationUtilities/UrgentQueueLocation.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.SpaceEx.Convertor.QueueCreationUtilities;
import HPalang.SpaceEx.Convertor.ActorModelData;
import HPalang.SpaceEx.Core... | 1,365 | 27.458333 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/QueueCreationUtilities/WaitingQueueLocation.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.SpaceEx.Convertor.QueueCreationUtilities;
import HPalang.SpaceEx.Convertor.ActorModelData;
import HPalang.Core.Continu... | 986 | 27.2 | 82 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/StatementConversionUtilities/AssignmentLocation.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.SpaceEx.Convertor.StatementConversionUtilities;
import HPalang.Core.DiscreteExpressions.BinaryExpression;
import HPala... | 2,840 | 35.896104 | 114 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/StatementConversionUtilities/DelayLocation.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.SpaceEx.Convertor.StatementConversionUtilities;
import HPalang.Core.Statements.DelayStatement;
import HPalang.SpaceEx.... | 1,372 | 28.212766 | 89 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/StatementConversionUtilities/EndLocation.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.SpaceEx.Convertor.StatementConversionUtilities;
import HPalang.SpaceEx.Convertor.ActorModelData;
import HPalang.SpaceE... | 661 | 21.827586 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/StatementConversionUtilities/NotImplementedLocation.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.SpaceEx.Convertor.StatementConversionUtilities;
import HPalang.Core.Statement;
import HPalang.SpaceEx.Core.HybridLabel... | 749 | 19.27027 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/StatementConversionUtilities/SendLocation.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.SpaceEx.Convertor.StatementConversionUtilities;
import HPalang.Core.Statements.SendStatement;
import HPalang.Core.Vari... | 1,804 | 30.666667 | 98 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/StatementConversionUtilities/StartLocation.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.SpaceEx.Convertor.StatementConversionUtilities;
import HPalang.SpaceEx.Convertor.ActorModelData;
import HPalang.SpaceE... | 666 | 21.233333 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/StatementConversionUtilities/StatementLocation.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.SpaceEx.Convertor.StatementConversionUtilities;
import HPalang.SpaceEx.Convertor.ActorModelData;
import HPalang.SpaceE... | 670 | 25.84 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/StatementConversionUtilities/UrgentLocation.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.SpaceEx.Convertor.StatementConversionUtilities;
import HPalang.SpaceEx.Convertor.ActorModelData;
import HPalang.SpaceE... | 1,063 | 24.333333 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/Utilities/MiscUtilities.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.SpaceEx.Convertor.Utilities;
/**
*
* @author Iman Jahandideh
*/
public class MiscUtilities
{
public static Stri... | 427 | 21.526316 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/Utilities/ProcessableLocation.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.SpaceEx.Convertor.Utilities;
import HPalang.SpaceEx.Convertor.ActorModelData;
import HPalang.SpaceEx.Core.HybridLabel;... | 855 | 22.777778 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/Utilities/ProcessableTransition.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.SpaceEx.Convertor.Utilities;
import HPalang.SpaceEx.Convertor.QueueCreationUtilities.QueueLocation;
import HPalang.Spa... | 1,422 | 30.622222 | 128 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/Utilities/ProcessableTransitionBuilder.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.SpaceEx.Convertor.Utilities;
import HPalang.SpaceEx.Core.HybridLabel;
import java.util.LinkedList;
import java.util.Li... | 2,125 | 25.246914 | 99 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Convertor/Utilities/TransitionCreationUtilities.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.SpaceEx.Convertor.Utilities;
import HPalang.SpaceEx.Convertor.QueueCreationUtilities.QueueLocation;
import HPalang.Spa... | 1,653 | 34.956522 | 153 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/BaseComponent.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.SpaceEx.Core;
import java.util.Collection;
/**
*
* @author Iman Jahandideh
*/
public class BaseComponent extends ... | 1,692 | 20.987013 | 103 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/Component.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.SpaceEx.Core;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.List... | 1,229 | 19.5 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/ComponentInstance.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.SpaceEx.Core;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
/**
*
* @author Iman Jah... | 1,217 | 18.967213 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/Flow.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.SpaceEx.Core;
import HPalang.Core.ContinuousExpressions.DifferentialEquation;
/**
*
* @author Iman Jahandideh
*/
p... | 664 | 19.151515 | 85 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/Graph.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.SpaceEx.Core;
/**
*
* @author Iman Jahandideh
* @param <NodeT>
* @param <LabelT>
* @param <TransitionT>
*/
publi... | 436 | 22 | 111 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/GraphListener.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.SpaceEx.Core;
/**
*
* @author Iman Jahandideh
*/
public interface GraphListener<NodeT extends Node>
{
public vo... | 350 | 20.9375 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/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.SpaceEx.Core;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
/**
*
* @author Iman... | 1,149 | 19.175439 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/HybridTransition.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.SpaceEx.Core;
/**
*
* @author Iman Jahandideh
*/
public class HybridTransition extends HPalang.SpaceEx.Core.Transi... | 946 | 24.594595 | 114 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/HybridTransitionBuilder.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.SpaceEx.Core;
import java.util.LinkedList;
import java.util.List;
/**
*
* @author Iman Jahandideh
*/
public class ... | 1,743 | 22.253333 | 89 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/Label.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.SpaceEx.Core;
/**
*
* @author Iman Jahandideh
*/
public class Label
{
}
| 282 | 16.6875 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/LabelParameter.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.SpaceEx.Core;
/**
*
* @author Iman Jahandideh
*/
public class LabelParameter extends Parameter
{
public LabelP... | 508 | 18.576923 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/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.SpaceEx.Core;
import HPalang.Core.ContinuousExpressions.Invarient;
import java.util.Collection;
import java.util.Linke... | 1,336 | 18.1 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/ModelVisitor.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.SpaceEx.Core;
/**
*
* @author Iman Jahandideh
*/
public interface ModelVisitor
{
public void Visit(SpaceExModel... | 673 | 28.304348 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/NetworkComponent.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.SpaceEx.Core;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
/**
*
* @author Iman... | 842 | 19.071429 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/Node.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.SpaceEx.Core;
/**
*
* @author Iman Jahandideh
*/
public class Node
{
}
| 281 | 16.625 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/Parameter.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.SpaceEx.Core;
import HPalang.Core.Equalitable;
/**
*
* @author Iman Jahandideh
*/
public abstract class Parameter ... | 941 | 19.042553 | 83 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/RealParameter.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.SpaceEx.Core;
import HPalang.Core.ContinuousVariable;
/**
*
* @author Iman Jahandideh
*/
public class RealParamete... | 1,016 | 19.755102 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/SimpleGraph.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.SpaceEx.Core;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.Link... | 3,194 | 23.767442 | 113 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/SpaceExModel.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.SpaceEx.Core;
import HPalang.Core.Equalitable;
import java.util.LinkedList;
import java.util.List;
/**
*
* @author ... | 974 | 18.5 | 80 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/Transition.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.SpaceEx.Core;
/**
*
* @author Iman Jahandideh
*/
public class Transition<NodeT extends Node, LabelT extends Label>
... | 1,543 | 22.753846 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/SpaceEx/Core/Visitable.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.SpaceEx.Core;
/**
*
* @author Iman Jahandideh
*/
public interface Visitable
{
public void Accept(ModelVisitor v... | 331 | 19.75 | 79 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/Utilities/EqualitableArrayDeque.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.Utilities;
import java.util.ArrayDeque;
/**
*
* @author Iman Jahandideh
*/
public class EqualitableArrayDeque<T> e... | 1,173 | 21.576923 | 80 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/Utilities/Queue.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.Utilities;
import HPalang.Core.EqualitableAndClonable;
import java.util.Deque;
import java.util.Iterator;
import java.... | 1,945 | 16.853211 | 85 | java |
HybridRebeca | HybridRebeca-master/src/HPalang/Utilities/StopWatch.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.Utilities;
/**
*
* @author Iman Jahandideh
*/
public class StopWatch
{
private long startTime;
public void ... | 634 | 17.142857 | 79 | java |
HybridRebeca | HybridRebeca-master/test/Builders/ModeBuilder.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 Builders;
import static HPalang.Core.CreationUtilities.CreateTrivialFlaseGuard;
import HPalang.Core.ContinuousExpressions.Diff... | 1,196 | 26.204545 | 149 | java |
HybridRebeca | HybridRebeca-master/test/Builders/ProgramDefinitionBuilder.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 Builders;
import HPalang.Core.SoftwareActor;
import HPalang.Core.ModelDefinition;
import java.util.LinkedList;
import java.uti... | 811 | 20.945946 | 79 | java |
HybridRebeca | HybridRebeca-master/test/Builders/SoftwareActorBuilder.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 Builders;
import HPalang.Core.SoftwareActor;
import HPalang.Core.MessageHandler;
import HPalang.Core.SoftwareActorType;
import... | 1,693 | 25.888889 | 85 | java |
HybridRebeca | HybridRebeca-master/test/Builders/SpaceExModelBuilder.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 Builders;
import HPalang.SpaceEx.Core.SpaceExModel;
/**
*
* @author Iman Jahandideh
*/
public class SpaceExModelBuilder
{
... | 446 | 18.434783 | 79 | java |
HybridRebeca | HybridRebeca-master/test/Builders/StateInfoBuilder.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 Builders;
import HPalang.LTSGeneration.RunTimeStates.GlobalRunTimeState;
import HPalang.LTSGeneration.StateInfo;
import HPalan... | 1,079 | 26 | 87 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/ActorTest.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;
import Mocks.EmptyMessage;
import java.util.Collections;
import static org.hamcrest.CoreMatchers.equalTo;
import... | 2,517 | 29.337349 | 94 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/CANSpecificationTest.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;
import Mocks.EmptyMessage;
import TestUtilities.CoreUtility;
import static TestUtilities.CoreUtility.CreateSofwa... | 1,917 | 32.649123 | 99 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/ExpressionScopeUnwrapperTest.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;
import HPalang.LTSGeneration.ExpressionScopeUnwrapper;
import HPalang.Core.DiscreteExpressions.BinaryExpression;... | 2,816 | 31.37931 | 109 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/MessageArgumentsTest.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;
import static TestUtilities.NetworkingUtility.*;
import static org.hamcrest.CoreMatchers.equalTo;
import static ... | 2,686 | 30.611765 | 84 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/MessagePacketTest.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;
import TestUtilities.CoreUtility;
import Mocks.EmptyMessage;
import org.junit.Test;
import static org.junit.Asse... | 1,074 | 27.289474 | 98 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/MessageParametersTest.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;
import HPalang.Core.Variables.IntegerVariable;
import static org.hamcrest.CoreMatchers.equalTo;
import static or... | 1,783 | 28.245902 | 79 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/ModeTest.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;
import HPalang.Core.ContinuousExpressions.DifferentialEquation;
import static HPalang.Core.CreationUtilities.Cre... | 1,393 | 29.304348 | 100 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/SimpleContinuousVariablePoolTest.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;
import HPalang.Core.Variables.RealVariable;
import static org.hamcrest.CoreMatchers.*;
import org.hamcrest.core.... | 2,024 | 27.125 | 79 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/Messages/MessageWithBodyTest.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.Messages;
import HPalang.Core.Message;
import HPalang.Core.Statement;
import HPalang.Core.Statements.DelayStateme... | 1,697 | 31.037736 | 117 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/Messages/NormalMessageTest.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.Messages;
import HPalang.Core.Message;
import HPalang.Core.MessageHandler;
import HPalang.Core.Statement;
import ... | 979 | 25.486486 | 88 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/Statements/AtomicBlockStatementTest.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.Statements;
import HPalang.Core.Statement;
import Mocks.EmptyStatement;
import java.util.Collection;
import java.... | 996 | 26.694444 | 133 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/Statements/DelayStatementTest.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.Statements;
import HPalang.Core.Statements.DelayStatement;
import static org.hamcrest.CoreMatchers.equalTo;
impor... | 712 | 23.586207 | 79 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/Statements/MessageTeardownStatementTest.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.Statements;
import HPalang.Core.MessageParameters;
import HPalang.Core.Statement;
import HPalang.Core.Variable;
i... | 2,281 | 32.558824 | 90 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/Statements/ResumeStatementTest.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.Statements;
import HPalang.Core.Statements.ResumeStatement;
import static org.hamcrest.CoreMatchers.equalTo;
impo... | 702 | 23.241379 | 79 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/Core/Statements/SendStatementTest.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.Statements;
import HPalang.Core.ActorLocator;
import HPalang.Core.Message;
import HPalang.Core.MessageArguments;
... | 2,774 | 38.084507 | 117 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/HybridAutomataGeneration/HybridAutomatonGeneratorTest.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.HybridAutomataGeneration.Mocks.SOSRuleMonitor;
import HPalang.Core.Transition... | 2,231 | 35.590164 | 107 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/HybridAutomataGeneration/HybridAutomatonTest.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.DifferentialEquation;
import HPalang.Core.Discrete... | 1,734 | 27.916667 | 79 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/HybridAutomataGeneration/LocationTest.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.DifferentialEquation;
import HPalang.Core.Continu... | 1,435 | 28.306122 | 83 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/HybridAutomataGeneration/Mocks/SOSRuleMonitor.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.Mocks;
import HPalang.HybridAutomataGeneration.HybridAutomatonGenerator;
import HPalang.Hybri... | 1,125 | 27.871795 | 87 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/CompositeStateTest.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 org.junit.Test;
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.*;
/*... | 3,746 | 26.152174 | 100 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/LTSGeneratorTest.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.LabeledTransitionSystem;
import HPalang.LTSGeneration.Labels.Softw... | 2,791 | 33.9 | 116 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/LTSUtilityTest.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 org.junit.Test;
import static org.junit.Assert.*;
/**
*
* @author Iman Jahandideh
*/
public ... | 406 | 15.958333 | 79 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/LabeledTransitionSystemTest.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.Core.TransitionSystem.Transition;
import HPa... | 4,947 | 36.203008 | 114 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/TransitionTest.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.Core.TransitionSystem.SimpleLTSState;
import... | 1,330 | 33.128205 | 116 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/RunTimeStates/ContinuousBehaviorContainerTest.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.State... | 3,004 | 34.352941 | 140 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/RunTimeStates/ContinuousBehaviorTest.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.State... | 935 | 30.2 | 137 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/RunTimeStates/ContinuousStateTest.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.PhysicalActor;
import org.junit.Test;
import static org.junit.Assert.... | 1,179 | 28.5 | 95 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/RunTimeStates/EventsStateTest.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.SimpleRealVariablePool;
import HPalang.Core.Variables.RealVariable;
i... | 2,045 | 31.47619 | 105 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/RunTimeStates/GlobalRunTimeStateTest.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 TestUtilities.CoreUtility;
import static TestUt... | 2,248 | 39.160714 | 130 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/RunTimeStates/NetworkStateTest.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.MessageArguments;
import HPalan... | 2,883 | 34.604938 | 112 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/RunTimeStates/PhysicalActorStateTest.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 Builders.ModeBuilder;
import HPalang.Core.Mode;
import HPalang.Core.PhysicalActor;... | 2,579 | 29.714286 | 106 | java |
HybridRebeca | HybridRebeca-master/test/HPalang/LTSGeneration/RunTimeStates/SoftwareActorStateTest.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 static TestUtilities.CoreUtility.CreateSofwareA... | 2,196 | 28.689189 | 79 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.