├── .classpath ├── .gitignore ├── .project ├── .settings ├── org.eclipse.core.resources.prefs └── org.eclipse.jdt.core.prefs ├── COPYING.txt ├── README.md ├── astapatch ├── JP │ └── co │ │ └── esm │ │ └── caddies │ │ ├── golf │ │ └── geom2D │ │ │ └── Tpl2d.java │ │ ├── jomt │ │ └── jmodel │ │ │ ├── JomtPresentation.java │ │ │ └── ModelManageInfo.java │ │ └── uml │ │ ├── Foundation │ │ ├── Core │ │ │ ├── UModelElementImp.java │ │ │ └── UPresentation.java │ │ └── ExtensionMechanisms │ │ │ └── UTaggedValueImp.java │ │ └── util │ │ └── ExObservable.java └── assets │ └── model │ ├── judeProfiles │ ├── judeUserIcons │ └── styleMap ├── astastub ├── JP │ └── co │ │ └── esm │ │ └── caddies │ │ ├── er │ │ ├── ERAttribute.java │ │ ├── ERAttributeImp.java │ │ ├── EREntity.java │ │ ├── EREntityImp.java │ │ ├── ERIndex.java │ │ ├── ERIndexImp.java │ │ ├── ERRelationship.java │ │ ├── ERRelationshipEndImp.java │ │ ├── ERRelationshipImp.java │ │ ├── ERSubtypeRelationship.java │ │ ├── ERSubtypeRelationshipImp.java │ │ ├── UERDiagramImp.java │ │ └── exception │ │ │ └── ERException.java │ │ ├── golf │ │ ├── geom2D │ │ │ ├── Arc2d.java │ │ │ ├── CubicCurve2d.java │ │ │ ├── Ellipse2d.java │ │ │ ├── Line2d.java │ │ │ ├── Pnt2d.java │ │ │ ├── Rectangle2d.java │ │ │ ├── RoundRectangle2d.java │ │ │ └── Vec2d.java │ │ ├── model │ │ │ ├── BadEntityException.java │ │ │ ├── BadTransactionException.java │ │ │ ├── EntityRoot.java │ │ │ ├── EntityStoreException.java │ │ │ └── SaveFailedException.java │ │ └── util │ │ │ ├── AssertionFailError.java │ │ │ ├── CancelException.java │ │ │ ├── GolfProperties.java │ │ │ ├── NonCompatibleException.java │ │ │ ├── ProgressDialog.java │ │ │ ├── l.java │ │ │ └── m.java │ │ ├── jomt │ │ ├── jmodel │ │ │ ├── ActivationPresentation.java │ │ │ ├── ArtifactPresentation.java │ │ │ ├── AssociationClassAnchorPresentation.java │ │ │ ├── AssociationClassPresentation.java │ │ │ ├── AssociationPathPresentation.java │ │ │ ├── AssociationPresentation.java │ │ │ ├── BinaryRelationPresentation.java │ │ │ ├── CellPresentation.java │ │ │ ├── ChoicePresentation.java │ │ │ ├── ClassifierInStatePresentation.java │ │ │ ├── ClassifierPresentation.java │ │ │ ├── ClassifierRolePresentation.java │ │ │ ├── CombinedFragmentPresentation.java │ │ │ ├── ComponentInstancePresentation.java │ │ │ ├── ComponentPresentation.java │ │ │ ├── CompositeJomtPresentation.java │ │ │ ├── CompositeStatePresentation.java │ │ │ ├── ConnectorPresentation.java │ │ │ ├── ContainmentGroupPresentation.java │ │ │ ├── ContainmentPresentation.java │ │ │ ├── CustomProperty.java │ │ │ ├── DecisionPresentation.java │ │ │ ├── DeepHistoryPresentation.java │ │ │ ├── DependencyPresentation.java │ │ │ ├── DurationConstraintPresentation.java │ │ │ ├── EREntityPresentation.java │ │ │ ├── ERRelationshipPresentation.java │ │ │ ├── ERSubtypeRelationshipGroupPresentation.java │ │ │ ├── ERSubtypeRelationshipPresentation.java │ │ │ ├── EntryPointPresentation.java │ │ │ ├── ExitPointPresentation.java │ │ │ ├── ExtendPresentation.java │ │ │ ├── FilledTransparentRectPresentation.java │ │ │ ├── FinalStatePresentation.java │ │ │ ├── ForkPresentation.java │ │ │ ├── FramePresentation.java │ │ │ ├── GatePresentation.java │ │ │ ├── GeneralizationGroupPresentation.java │ │ │ ├── GeneralizationPresentation.java │ │ │ ├── GroupPresentation.java │ │ │ ├── HeaderCellPresentation.java │ │ │ ├── Hyperlink.java │ │ │ ├── IActivationPresentation.java │ │ │ ├── IAssociationPresentation.java │ │ │ ├── IHeaderCellPresentation.java │ │ │ ├── IImagePresentation.java │ │ │ ├── ILabelPresentation.java │ │ │ ├── ILinkPresentation.java │ │ │ ├── IMMBoundaryPresentation.java │ │ │ ├── IMMEdgePresentation.java │ │ │ ├── IMMTopicPresentation.java │ │ │ ├── IMessagePresentation.java │ │ │ ├── IQualifierBoxPresentation.java │ │ │ ├── IRectPresentation.java │ │ │ ├── ISwimlanePresentation.java │ │ │ ├── ITerminationPresentation.java │ │ │ ├── ImagePresentation.java │ │ │ ├── IncludePresentation.java │ │ │ ├── InitialStatePresentation.java │ │ │ ├── InstancePresentation.java │ │ │ ├── InteractionUsePresentation.java │ │ │ ├── JoinPresentation.java │ │ │ ├── JudeC_PlusCustomProperty.java │ │ │ ├── JudeC_SharpCustomProperty.java │ │ │ ├── JudeCustomProperty.java │ │ │ ├── JudeJavaCustomProperty.java │ │ │ ├── JunctionPointPresentation.java │ │ │ ├── LabelPresentation.java │ │ │ ├── LinePresentation.java │ │ │ ├── LinkPresentation.java │ │ │ ├── MMBoundaryPresentation.java │ │ │ ├── MMEdgePresentation.java │ │ │ ├── MMLinkPresentation.java │ │ │ ├── MMTopicPresentation.java │ │ │ ├── MergePresentation.java │ │ │ ├── MessageCLPresentation.java │ │ │ ├── MessagePresentation.java │ │ │ ├── MindmapStyleTemplate.java │ │ │ ├── MindmapStyleTemplateItem.java │ │ │ ├── ModelParameters.java │ │ │ ├── ModelPresentation.java │ │ │ ├── NodeInstancePresentation.java │ │ │ ├── NodePresentation.java │ │ │ ├── NoteAnchorPresentation.java │ │ │ ├── NotePresentation.java │ │ │ ├── ObjectClassPresentation.java │ │ │ ├── ObjectLinkPresentation.java │ │ │ ├── ObjectPresentation.java │ │ │ ├── PackagePresentation.java │ │ │ ├── PartPresentation.java │ │ │ ├── PathPresentation.java │ │ │ ├── PolyLinePresentation.java │ │ │ ├── PortPresentation.java │ │ │ ├── PresentationException.java │ │ │ ├── ProjectProperty.java │ │ │ ├── PseudoStatePresentation.java │ │ │ ├── QualifierBoxPresentation.java │ │ │ ├── RectPresentation.java │ │ │ ├── RequirementPresentation.java │ │ │ ├── ShallowHistoryPresentation.java │ │ │ ├── SimpleStatePresentation.java │ │ │ ├── StateInvariantPresentation.java │ │ │ ├── StatePresentation.java │ │ │ ├── StateVertexPresentation.java │ │ │ ├── StubStatePresentation.java │ │ │ ├── SubmachineStatePresentation.java │ │ │ ├── SubsystemPresentation.java │ │ │ ├── SwimlanePresentation.java │ │ │ ├── Template.java │ │ │ ├── TemplateBindingPresentation.java │ │ │ ├── TemplateItem.java │ │ │ ├── TerminationPresentation.java │ │ │ ├── TestCasePresentation.java │ │ │ ├── TextPresentation.java │ │ │ ├── TimeConstraintPresentation.java │ │ │ ├── TotalHeaderCellPresentation.java │ │ │ ├── TransitionPresentation.java │ │ │ ├── UCDescriptionTemplate.java │ │ │ ├── UCDescriptionTemplateItem.java │ │ │ ├── UTableRowPresentation.java │ │ │ ├── UsagePresentation.java │ │ │ ├── UseCasePresentation.java │ │ │ └── ValueCellPresentation.java │ │ └── jutil │ │ │ └── JFont.java │ │ ├── matrix │ │ └── UMatrixDiagramImp.java │ │ ├── table │ │ └── UModelElementTableImp.java │ │ └── uml │ │ ├── BehavioralElements │ │ ├── ActivityGraphs │ │ │ ├── UActionStateImp.java │ │ │ ├── UActivityDiagramImp.java │ │ │ ├── UActivityGraph.java │ │ │ ├── UActivityGraphImp.java │ │ │ ├── UActivityParameterNodeImp.java │ │ │ ├── UClassifierInStateImp.java │ │ │ ├── UObjectFlowStateImp.java │ │ │ ├── UPartition.java │ │ │ ├── UPartitionImp.java │ │ │ └── USubactivityStateImp.java │ │ ├── Collaborations │ │ │ ├── UAssociationEndRoleImp.java │ │ │ ├── UAssociationRole.java │ │ │ ├── UAssociationRoleImp.java │ │ │ ├── UClassifierRoleImp.java │ │ │ ├── UCollaboration.java │ │ │ ├── UCollaborationDiagramImp.java │ │ │ ├── UCollaborationImp.java │ │ │ ├── UCombinedFragment.java │ │ │ ├── UCombinedFragmentImp.java │ │ │ ├── UDurationConstraintImp.java │ │ │ ├── UGateImp.java │ │ │ ├── UInteraction.java │ │ │ ├── UInteractionConstraint.java │ │ │ ├── UInteractionConstraintImp.java │ │ │ ├── UInteractionDiagramImp.java │ │ │ ├── UInteractionFragmentImp.java │ │ │ ├── UInteractionImp.java │ │ │ ├── UInteractionOperand.java │ │ │ ├── UInteractionOperandImp.java │ │ │ ├── UInteractionOperator.java │ │ │ ├── UInteractionUse.java │ │ │ ├── UInteractionUseImp.java │ │ │ ├── UMessage.java │ │ │ ├── UMessageEnd.java │ │ │ ├── UMessageEndImp.java │ │ │ ├── UMessageImp.java │ │ │ ├── USequenceDiagramImp.java │ │ │ ├── UStateInvariantImp.java │ │ │ └── UTimeConstraintImp.java │ │ ├── CommonBehavior │ │ │ ├── UAction.java │ │ │ ├── UActionImp.java │ │ │ ├── UActionSequence.java │ │ │ ├── UActionSequenceImp.java │ │ │ ├── UArgumentImp.java │ │ │ ├── UAssignmentActionImp.java │ │ │ ├── UAttributeLinkImp.java │ │ │ ├── UCallActionImp.java │ │ │ ├── UComponentInstance.java │ │ │ ├── UComponentInstanceImp.java │ │ │ ├── UCreateActionImp.java │ │ │ ├── UDateValueImp.java │ │ │ ├── UDestroyActionImp.java │ │ │ ├── UInstance.java │ │ │ ├── UInstanceImp.java │ │ │ ├── ULink.java │ │ │ ├── ULinkEnd.java │ │ │ ├── ULinkEndImp.java │ │ │ ├── ULinkImp.java │ │ │ ├── ULinkObjectImp.java │ │ │ ├── UNodeInstance.java │ │ │ ├── UNodeInstanceImp.java │ │ │ ├── UReceptionImp.java │ │ │ ├── UReturnActionImp.java │ │ │ ├── USendActionImp.java │ │ │ ├── USignal.java │ │ │ ├── USignalImp.java │ │ │ ├── UStimulusImp.java │ │ │ ├── UTerminateActionImp.java │ │ │ └── UUninterpretedActionImp.java │ │ ├── StateMachines │ │ │ ├── UCallEventImp.java │ │ │ ├── UChangeEventImp.java │ │ │ ├── UCompositeState.java │ │ │ ├── UCompositeStateImp.java │ │ │ ├── UEvent.java │ │ │ ├── UEventImp.java │ │ │ ├── UFinalStateImp.java │ │ │ ├── UFlowFinalNodeImp.java │ │ │ ├── UGuard.java │ │ │ ├── UGuardImp.java │ │ │ ├── UPseudostateImp.java │ │ │ ├── USignalEventImp.java │ │ │ ├── USimpleStateImp.java │ │ │ ├── UState.java │ │ │ ├── UStateChartDiagramImp.java │ │ │ ├── UStateImp.java │ │ │ ├── UStateMachine.java │ │ │ ├── UStateMachineImp.java │ │ │ ├── UStateVertex.java │ │ │ ├── UStateVertexImp.java │ │ │ ├── UStubStateImp.java │ │ │ ├── USubmachineStateImp.java │ │ │ ├── USynchStateImp.java │ │ │ ├── UTimeEventImp.java │ │ │ ├── UTransition.java │ │ │ └── UTransitionImp.java │ │ └── UseCases │ │ │ ├── UActorImp.java │ │ │ ├── UExtendImp.java │ │ │ ├── UExtensionPointImp.java │ │ │ ├── UIncludeImp.java │ │ │ ├── UUseCase.java │ │ │ ├── UUseCaseImp.java │ │ │ └── UUseCaseInstanceImp.java │ │ ├── Foundation │ │ ├── Core │ │ │ ├── IUPresentation.java │ │ │ ├── UArtifactImp.java │ │ │ ├── UAssociation.java │ │ │ ├── UAssociationClassImp.java │ │ │ ├── UAssociationEnd.java │ │ │ ├── UAssociationEndImp.java │ │ │ ├── UAssociationImp.java │ │ │ ├── UAttribute.java │ │ │ ├── UAttributeImp.java │ │ │ ├── UBehavioralFeature.java │ │ │ ├── UBehavioralFeatureImp.java │ │ │ ├── UClassImp.java │ │ │ ├── UClassifier.java │ │ │ ├── UClassifierImp.java │ │ │ ├── UClassifierTemplateParameterImp.java │ │ │ ├── UCommentImp.java │ │ │ ├── UComponent.java │ │ │ ├── UComponentImp.java │ │ │ ├── UConnectableElement.java │ │ │ ├── UConnectableElementImp.java │ │ │ ├── UConnectorEndImp.java │ │ │ ├── UConnectorImp.java │ │ │ ├── UConstraint.java │ │ │ ├── UConstraintImp.java │ │ │ ├── UDataTypeImp.java │ │ │ ├── UDependencyImp.java │ │ │ ├── UDiagram.java │ │ │ ├── UDiagramImp.java │ │ │ ├── UElement.java │ │ │ ├── UElementImp.java │ │ │ ├── UElementOwnership.java │ │ │ ├── UElementOwnershipImp.java │ │ │ ├── UElementResidenceImp.java │ │ │ ├── UFeatureImp.java │ │ │ ├── UGeneralizableElement.java │ │ │ ├── UGeneralizableElementImp.java │ │ │ ├── UGeneralizationImp.java │ │ │ ├── UInterfaceImp.java │ │ │ ├── UMethodImp.java │ │ │ ├── UModelElement.java │ │ │ ├── UNamespace.java │ │ │ ├── UNamespaceImp.java │ │ │ ├── UNodeImp.java │ │ │ ├── UObjectImp.java │ │ │ ├── UOperation.java │ │ │ ├── UOperationImp.java │ │ │ ├── UParameterImp.java │ │ │ ├── UParameterableElement.java │ │ │ ├── UParameterableElementImp.java │ │ │ ├── UPortImp.java │ │ │ ├── UProperty.java │ │ │ ├── UPropertyImp.java │ │ │ ├── URelationshipImp.java │ │ │ ├── UStructuralFeatureImp.java │ │ │ ├── UTemplateBinding.java │ │ │ ├── UTemplateBindingImp.java │ │ │ ├── UTemplateParameter.java │ │ │ ├── UTemplateParameterImp.java │ │ │ ├── UTemplateParameterSubstition.java │ │ │ ├── UTemplateParameterSubstitionImp.java │ │ │ ├── UTemplateSignature.java │ │ │ ├── UTemplateSignatureImp.java │ │ │ ├── UTemplateableElement.java │ │ │ ├── UTemplateableElementImp.java │ │ │ └── UUsageImp.java │ │ ├── DataTypes │ │ │ ├── UActionExpression.java │ │ │ ├── UAggregationKind.java │ │ │ ├── UArgListsExpression.java │ │ │ ├── UBooleanExpression.java │ │ │ ├── UCallConcurrencyKind.java │ │ │ ├── UChangeableKind.java │ │ │ ├── UDataType.java │ │ │ ├── UEnumeration.java │ │ │ ├── UExpression.java │ │ │ ├── UGeometry.java │ │ │ ├── UIterationExpression.java │ │ │ ├── ULocationReference.java │ │ │ ├── UMessageDirectionKind.java │ │ │ ├── UMultiplicity.java │ │ │ ├── UMultiplicityRange.java │ │ │ ├── UName.java │ │ │ ├── UObjectSetExpression.java │ │ │ ├── UOperationDirectionKind.java │ │ │ ├── UParameterDirectionKind.java │ │ │ ├── UPrimitive.java │ │ │ ├── UProcedureExpression.java │ │ │ ├── UPseudostateKind.java │ │ │ ├── UScopeKind.java │ │ │ ├── UTimeExpression.java │ │ │ ├── UUninterpreted.java │ │ │ └── UVisibilityKind.java │ │ └── ExtensionMechanisms │ │ │ ├── UStereotype.java │ │ │ └── UStereotypeImp.java │ │ ├── ModelManagement │ │ ├── UElementReferenceImp.java │ │ ├── UModelImp.java │ │ ├── UPackageImp.java │ │ └── USubsystemImp.java │ │ ├── SimpleUML │ │ └── IllegalParameterException.java │ │ ├── exception │ │ ├── IllegalAssociationEndException.java │ │ ├── IllegalGeneralizationMergeException.java │ │ ├── IllegalMergeException.java │ │ ├── IllegalModelTypeException.java │ │ ├── UMLNotFoundException.java │ │ ├── UMLNotSetException.java │ │ ├── UMLSemanticsException.java │ │ └── UMLStructuralException.java │ │ ├── java │ │ ├── JUDependencyImp.java │ │ ├── JUParameterImp.java │ │ ├── JUPrimitive.java │ │ └── JUStereotypeImp.java │ │ ├── mindmap │ │ └── UMindMapDiagramImp.java │ │ └── util │ │ ├── ChangesPropagator.java │ │ └── IExObservable.java └── org │ └── slf4j │ └── Logger.java ├── data ├── general │ └── decision │ │ ├── Decision_20171230160458.xml │ │ ├── Decision_20171230160458.xml.pcx │ │ ├── Decision_20171230160505.xml │ │ ├── Decision_20171230160505.xml.pcx │ │ ├── Decision_20171230160820.xml │ │ └── Decision_20171230160820.xml.pcx └── statechart │ ├── end │ ├── STM_End_20171226225614.xml │ ├── STM_End_20171226225614.xml.pcx │ ├── STM_End_20171226225658.xml │ └── STM_End_20171226225658.xml.pcx │ ├── exit │ ├── State_Exit_20171227034000.xml │ ├── State_Exit_20171227034000.xml.pcx │ ├── State_Exit_20171227034009.xml │ └── State_Exit_20171227034009.xml.pcx │ ├── start │ ├── STM_Start_20171226225548.xml │ ├── STM_Start_20171226225548.xml.pcx │ ├── STM_Start_20171226225647.xml │ ├── STM_Start_20171226225647.xml.pcx │ ├── STM_Start_20171227022531.xml │ └── STM_Start_20171227022531.xml.pcx │ ├── state │ ├── STM_State_20171226225739.xml │ └── STM_State_20171226225739.xml.pcx │ └── state_brief │ ├── STM_State_Brief_20171227033720.xml │ ├── STM_State_Brief_20171227033720.xml.pcx │ ├── State_Brief_20180102005426.xml │ └── State_Brief_20180102005426.xml.pcx ├── doc ├── AstahStateChart.md ├── Key.xcf ├── Mouse.xcf ├── ProcessSTM.gif └── SketchUML_CheatSheet_en_US.xcf ├── lib └── xpp3-1.1.4.jar └── src ├── assets └── cheatsheet │ └── en_US.png ├── de └── dubs │ └── dollarn │ ├── Category.java │ ├── Gesture.java │ ├── GraphicLauncher.java │ ├── Launcher.java │ ├── Multistroke.java │ ├── NBestList.java │ ├── NDollarParameters.java │ ├── NDollarRecognizer.java │ ├── PointR.java │ ├── RectangleR.java │ ├── SamplesCollection.java │ ├── SizeR.java │ └── Utils.java └── net └── aegistudio └── sketchuml ├── AstahPersistence.java ├── Background.java ├── BackgroundGrid.java ├── BackgroundNull.java ├── Command.java ├── Configuration.java ├── DefaultHistory.java ├── History.java ├── Main.java ├── Persistence.java ├── RadioMenuItemGroup.java ├── SketchPersistence.java ├── abstraction ├── Entity.java ├── EntityAdapter.java ├── EntityEntry.java ├── LinkEntry.java ├── LinkView.java ├── PropertyPanel.java ├── PropertyView.java ├── RegularRenderer.java ├── RenderUtils.java ├── SketchRenderHint.java ├── SketchView.java └── Template.java ├── astaxpt ├── AstahExportable.java ├── AstahFileFormat.java ├── AstahProject.java ├── AstahSquareFitter.java ├── AstahUuidGenerator.java └── DefaultUuidGenerator.java ├── framework ├── BoundSlider.java ├── CandidatePanel.java ├── CheatSheetGraphics.java ├── CommandDeleteEntity.java ├── CommandDeleteLink.java ├── ComponentEditPanel.java ├── DefaultSketchModel.java ├── EntityComponentPanel.java ├── LinkComponentPanel.java ├── PathEditor.java ├── SketchEntityComponent.java ├── SketchLinkComponent.java ├── SketchModel.java ├── SketchPanel.java └── SketchSelectionModel.java ├── general ├── EntityDecision.java └── EntityMetaDecision.java ├── path ├── BezierEvaluator.java ├── BezierPath.java ├── BezierPathStrider.java ├── BezierPathView.java ├── BoundingBox.java ├── DefaultPath.java ├── DefaultPathManager.java ├── LinePiece.java ├── ParameterAxial.java ├── ParameterConstant.java ├── ParameterInterpolate.java ├── ParametricBezierEvaluator.java ├── ParametricLinePiece.java ├── PathManager.java ├── PathView.java ├── TrifoldAbstractLiftPath.java ├── TrifoldLiftPath.java ├── TrifoldLinePath.java ├── TrifoldPath.java ├── TrifoldPathEditor.java ├── TrifoldPathManager.java ├── TrifoldProxyPath.java ├── TrifoldRectPath.java ├── TrifoldRoundLiftPath.java ├── TrifoldRoundRectPath.java └── TrifoldZigzagPath.java ├── statechart ├── AstahStateChart.java ├── EntityMetaStateObject.java ├── EntityStateEnd.java ├── EntityStateExit.java ├── EntityStateObject.java ├── EntityStateStart.java ├── LinkMetaStateTransition.java ├── LinkStateTransition.java ├── StateEntity.java ├── TemplateStateChart.java └── TransitionEntity.java └── stroke ├── MultistrokeInputStream.java ├── MultistrokeOutputStream.java ├── SketchInstance.java └── SketchRecognizer.java /.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | bin 2 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | SketchUML 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding/=UTF-8 3 | -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 4 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 | org.eclipse.jdt.core.compiler.compliance=1.8 6 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 | org.eclipse.jdt.core.compiler.debug.localVariable=generate 8 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate 9 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 | org.eclipse.jdt.core.compiler.source=1.8 12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | SketchUML 2 | ========= 3 |
5 | *(Draw a process state chart with SketchUML, the title and menu bar is not recorded.)* 6 | 7 | SketchUML is a pen-based interaction UML (Unified Modeling Language) diagram editor, 8 | which converts the shapes user drawn into software UML objects. 9 | 10 | To use SketchUML, the user first imagine the shape of a figure and draw it on the software. 11 | The software then recognizes the stroke and provides a list of objects the user likely means. 12 | The user selects the object he/she truly means from the list. SketchUML convert the 13 | stroke into software object according to the selection, and the user could edit on the 14 | properties of the object. 15 | -------------------------------------------------------------------------------- /astapatch/assets/model/judeProfiles: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | jude.profiles 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /astapatch/assets/model/judeUserIcons: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | jude.usericons 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/er/ERAttribute.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.er; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ERAttribute {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/er/EREntity.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.er; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface EREntity {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/er/EREntityImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.er; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class EREntityImp extends JP.co.esm.caddies.uml.Foundation.Core.UClassifierImp 14 | implements java.io.Serializable, JP.co.esm.caddies.er.EREntity { 15 | public static final long serialVersionUID = -8569327821110185818L; 16 | 17 | public java.util.List erIndexes = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/er/ERIndex.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.er; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ERIndex {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/er/ERRelationship.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.er; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ERRelationship {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/er/ERRelationshipEndImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.er; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ERRelationshipEndImp extends JP.co.esm.caddies.uml.Foundation.Core.UAssociationEndImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7288984575304156546L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/er/ERSubtypeRelationship.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.er; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ERSubtypeRelationship {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/er/UERDiagramImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.er; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UERDiagramImp extends JP.co.esm.caddies.uml.Foundation.Core.UDiagramImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 3921288585312873042L; 15 | 16 | public java.lang.String notation; 17 | 18 | public java.lang.String modelType; 19 | 20 | public java.lang.String displayLevel; 21 | 22 | public boolean alignStartPos; 23 | } 24 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/er/exception/ERException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.er.exception; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ERException extends java.lang.RuntimeException 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -4595921542999213131L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/geom2D/Arc2d.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.geom2D; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class Arc2d extends java.awt.geom.Arc2D.Double 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7430323600383889012L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/geom2D/CubicCurve2d.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.geom2D; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class CubicCurve2d extends java.awt.geom.CubicCurve2D.Double 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -843132154678462095L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/geom2D/Ellipse2d.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.geom2D; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class Ellipse2d extends java.awt.geom.Ellipse2D.Double 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6971625142150490183L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/geom2D/Line2d.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.geom2D; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class Line2d extends java.awt.geom.Line2D.Double 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -667866398936318363L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/geom2D/Pnt2d.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.geom2D; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class Pnt2d extends JP.co.esm.caddies.golf.geom2D.Tpl2d 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 6850356293460176920L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/geom2D/Rectangle2d.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.geom2D; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class Rectangle2d extends java.awt.geom.Rectangle2D.Double 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7643357189831458654L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/geom2D/RoundRectangle2d.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.geom2D; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class RoundRectangle2d extends java.awt.geom.RoundRectangle2D.Double 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2638789192675248235L; 15 | 16 | public double arcRatio; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/geom2D/Vec2d.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.geom2D; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class Vec2d extends JP.co.esm.caddies.golf.geom2D.Tpl2d 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7359967703503917941L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/model/BadEntityException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.model; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class BadEntityException extends JP.co.esm.caddies.golf.model.EntityStoreException 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8770692178442318227L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/model/BadTransactionException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.model; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class BadTransactionException extends JP.co.esm.caddies.golf.model.EntityStoreException 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2708933856070871178L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/model/EntityRoot.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.model; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class EntityRoot extends java.lang.Object 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = -8923638540981700012L; 16 | 17 | public java.util.HashSet store; 18 | 19 | public java.util.HashMap entry; 20 | } 21 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/model/EntityStoreException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.model; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class EntityStoreException extends java.lang.RuntimeException 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7005412447583680130L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/model/SaveFailedException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.model; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class SaveFailedException extends JP.co.esm.caddies.golf.model.EntityStoreException 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2181644283645657772L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/util/AssertionFailError.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.util; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class AssertionFailError extends java.lang.Error 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7594582609930046769L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/util/CancelException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.util; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class CancelException extends java.lang.Exception 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 604623769241966137L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/util/GolfProperties.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.util; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class GolfProperties extends java.util.Properties 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1290335842992144324L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/util/NonCompatibleException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.util; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class NonCompatibleException extends java.lang.Exception 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 6454496571020870802L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/util/l.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.util; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface l {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/golf/util/m.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.golf.util; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface m {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ArtifactPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ArtifactPresentation extends JP.co.esm.caddies.jomt.jmodel.ClassifierPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1160016315923872457L; 15 | 16 | public boolean nameVisibility; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/AssociationClassAnchorPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class AssociationClassAnchorPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2032314566210314560L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/AssociationClassPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class AssociationClassPresentation extends JP.co.esm.caddies.jomt.jmodel.ClassifierPresentation 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = -5406107725052893892L; 16 | 17 | public java.util.List points = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/AssociationPathPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class AssociationPathPresentation extends JP.co.esm.caddies.jomt.jmodel.AssociationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7528252684211448479L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/CellPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class CellPresentation extends JP.co.esm.caddies.jomt.jmodel.JomtPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -3853123571472165171L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ChoicePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ChoicePresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8324535870837384034L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ClassifierInStatePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ClassifierInStatePresentation extends JP.co.esm.caddies.jomt.jmodel.ClassifierPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7982072624789068220L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ClassifierRolePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ClassifierRolePresentation extends JP.co.esm.caddies.jomt.jmodel.ObjectPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2251032349573330057L; 15 | 16 | public double lifelineLength; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ComponentInstancePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class ComponentInstancePresentation extends JP.co.esm.caddies.jomt.jmodel.InstancePresentation 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = -8653720074283378748L; 16 | 17 | public java.util.List subElements = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ComponentPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class ComponentPresentation extends JP.co.esm.caddies.jomt.jmodel.ClassifierPresentation 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = 3886472912586197508L; 16 | 17 | public java.util.List subElements = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/CompositeJomtPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class CompositeJomtPresentation extends JP.co.esm.caddies.jomt.jmodel.JomtPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 4054890495186835072L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/CompositeStatePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class CompositeStatePresentation extends JP.co.esm.caddies.jomt.jmodel.StatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2807843092999751621L; 15 | 16 | public double[] horizontalRegionOffsets; 17 | 18 | public double[] verticalRegionOffsets; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ConnectorPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ConnectorPresentation extends JP.co.esm.caddies.jomt.jmodel.AssociationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6491890739052897289L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ContainmentGroupPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ContainmentGroupPresentation extends JP.co.esm.caddies.jomt.jmodel.CompositeJomtPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 406583971300238850L; 15 | 16 | public int bundledDirection; 17 | 18 | public double sourceEndX; 19 | 20 | public double sourceEndY; 21 | } 22 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ContainmentPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ContainmentPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1373653204169897366L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/CustomProperty.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class CustomProperty extends JP.co.esm.caddies.golf.util.GolfProperties 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2614416233994955015L; 15 | 16 | public java.lang.String fileName; 17 | 18 | public java.beans.PropertyChangeSupport propChangeSupport; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/DecisionPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class DecisionPresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 5286162735800455863L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/DeepHistoryPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class DeepHistoryPresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 3225416259148003273L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/DependencyPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class DependencyPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -4855614669122982292L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/DurationConstraintPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class DurationConstraintPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 3873033629197428262L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ERRelationshipPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ERRelationshipPresentation extends JP.co.esm.caddies.jomt.jmodel.AssociationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8246674056750993271L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ERSubtypeRelationshipGroupPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ERSubtypeRelationshipGroupPresentation extends JP.co.esm.caddies.jomt.jmodel.GeneralizationGroupPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2031377678020025346L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ERSubtypeRelationshipPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ERSubtypeRelationshipPresentation extends JP.co.esm.caddies.jomt.jmodel.GeneralizationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -965263804371251085L; 15 | 16 | public JP.co.esm.caddies.jomt.jmodel.ILabelPresentation rect; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/EntryPointPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class EntryPointPresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1613874376334008051L; 15 | 16 | public JP.co.esm.caddies.jomt.jmodel.ILabelPresentation namePresentation; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ExitPointPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ExitPointPresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -869009115861011307L; 15 | 16 | public JP.co.esm.caddies.jomt.jmodel.ILabelPresentation namePresentation; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ExtendPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ExtendPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8536220414495842702L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/FilledTransparentRectPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class FilledTransparentRectPresentation extends JP.co.esm.caddies.jomt.jmodel.RectPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -781894635607806374L; 15 | 16 | public boolean isFilled; 17 | 18 | public float alpha; 19 | 20 | public int rimWidth; 21 | } 22 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/FinalStatePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class FinalStatePresentation extends JP.co.esm.caddies.jomt.jmodel.StatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7568051249719237742L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ForkPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ForkPresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 3551279065299698592L; 15 | 16 | public boolean isSwimlaneIndepent; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/FramePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class FramePresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 3333927766571945314L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/GatePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class GatePresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6608290270689959227L; 15 | 16 | public JP.co.esm.caddies.jomt.jmodel.IMessagePresentation messagePs; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/GeneralizationGroupPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class GeneralizationGroupPresentation extends JP.co.esm.caddies.jomt.jmodel.CompositeJomtPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -8847410394546021085L; 15 | 16 | public int bundledDirection; 17 | 18 | public double sourceEndX; 19 | 20 | public double sourceEndY; 21 | } 22 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/GeneralizationPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class GeneralizationPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 6962151558466775836L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/GroupPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class GroupPresentation extends JP.co.esm.caddies.jomt.jmodel.CompositeJomtPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 56523756163290459L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/Hyperlink.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class Hyperlink extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7686931783625932084L; 15 | 16 | public java.lang.String type; 17 | 18 | public java.lang.String name; 19 | 20 | public java.lang.String path; 21 | 22 | public java.lang.String comment; 23 | } 24 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IActivationPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IActivationPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IAssociationPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IAssociationPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IHeaderCellPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IHeaderCellPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IImagePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IImagePresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ILabelPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ILabelPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ILinkPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ILinkPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IMMBoundaryPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IMMBoundaryPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IMMEdgePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IMMEdgePresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IMMTopicPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IMMTopicPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IMessagePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IMessagePresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IQualifierBoxPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IQualifierBoxPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IRectPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IRectPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ISwimlanePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ISwimlanePresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ITerminationPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ITerminationPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/IncludePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class IncludePresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -570347212746422962L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/InitialStatePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class InitialStatePresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 4690364638652627410L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/InstancePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class InstancePresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2232452873395465485L; 15 | 16 | public boolean instanceTypeVisibility; 17 | 18 | public boolean instanceNameVisibility; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/InteractionUsePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class InteractionUsePresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1411274787217657828L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/JoinPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class JoinPresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 9214645497537807273L; 15 | 16 | public boolean isSwimlaneIndepent; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/JudeC_PlusCustomProperty.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class JudeC_PlusCustomProperty extends JP.co.esm.caddies.jomt.jmodel.JudeCustomProperty 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 5121722948251936609L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/JudeC_SharpCustomProperty.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class JudeC_SharpCustomProperty extends JP.co.esm.caddies.jomt.jmodel.JudeCustomProperty 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6103842408076241893L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/JudeCustomProperty.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class JudeCustomProperty extends JP.co.esm.caddies.golf.util.GolfProperties 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2714495263547157439L; 15 | 16 | public java.util.ResourceBundle defaultResourceBundle; 17 | 18 | public java.lang.String fileName; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/JudeJavaCustomProperty.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class JudeJavaCustomProperty extends JP.co.esm.caddies.jomt.jmodel.JudeCustomProperty 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -3425629910626750923L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/JunctionPointPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class JunctionPointPresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1979677115032208454L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/LabelPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class LabelPresentation extends JP.co.esm.caddies.jomt.jmodel.RectPresentation 13 | implements java.io.Serializable, JP.co.esm.caddies.jomt.jmodel.ILabelPresentation { 14 | public static final long serialVersionUID = -5404483991848190661L; 15 | 16 | public java.lang.String label; 17 | 18 | public boolean visibility; 19 | 20 | public boolean doAutoResize; 21 | } 22 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/LinePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class LinePresentation extends JP.co.esm.caddies.jomt.jmodel.JomtPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -582497952433499079L; 15 | 16 | public int bodyColor; 17 | 18 | public java.awt.Color baseColor; 19 | 20 | public int lineType; 21 | 22 | public int lineStartArrow; 23 | 24 | public int lineEndArrow; 25 | } 26 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/LinkPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class LinkPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable, JP.co.esm.caddies.jomt.jmodel.ILinkPresentation { 14 | public static final long serialVersionUID = 2212191479300976650L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/MergePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class MergePresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -577175615705292933L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/MindmapStyleTemplate.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class MindmapStyleTemplate extends JP.co.esm.caddies.jomt.jmodel.Template 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = -5767817859421744995L; 16 | 17 | public java.lang.String key; 18 | 19 | public java.util.Map itemMap = new java.util.HashMap(); 20 | } 21 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/MindmapStyleTemplateItem.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class MindmapStyleTemplateItem extends JP.co.esm.caddies.jomt.jmodel.TemplateItem 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 789118272106485886L; 15 | 16 | public java.lang.String itemValue; 17 | 18 | public java.lang.String key; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ModelParameters.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class ModelParameters extends java.util.Hashtable 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = -5636014736637202350L; 16 | 17 | public int actionType; 18 | 19 | public JP.co.esm.caddies.uml.Foundation.Core.UElement model; 20 | 21 | public java.lang.Class classType; 22 | } 23 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ModelPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ModelPresentation extends JP.co.esm.caddies.jomt.jmodel.PackagePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7638890533942641587L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/NodeInstancePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class NodeInstancePresentation extends JP.co.esm.caddies.jomt.jmodel.InstancePresentation 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = 8941188606589008175L; 16 | 17 | public java.util.List subElements = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/NodePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class NodePresentation extends JP.co.esm.caddies.jomt.jmodel.ClassifierPresentation 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = 3929218447013730165L; 16 | 17 | public java.util.List subElements = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/NoteAnchorPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class NoteAnchorPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8648616591812293013L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.Core.UModelElement annotatedElement; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/NotePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class NotePresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 4694203944709468171L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ObjectLinkPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ObjectLinkPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2212191479300976650L; 15 | 16 | public JP.co.esm.caddies.jomt.jmodel.ILabelPresentation roleAPresentation; 17 | 18 | public JP.co.esm.caddies.jomt.jmodel.ILabelPresentation roleBPresentation; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ObjectPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ObjectPresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7699298180141174565L; 15 | 16 | public boolean baseVisibility; 17 | 18 | public boolean nameVisibility; 19 | 20 | public boolean isActive; 21 | 22 | public boolean iconNotation; 23 | } 24 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/PackagePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class PackagePresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = 986379074056164002L; 16 | 17 | public java.util.List subElements = new java.util.ArrayList(); 18 | 19 | public int pathVisibility; 20 | 21 | public boolean withinBodyName; 22 | } 23 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/PartPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class PartPresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -8587326685519659167L; 15 | 16 | public boolean typeVisibility; 17 | 18 | public boolean nameVisibility; 19 | 20 | public boolean multiplicityVisibility; 21 | 22 | public boolean isInternalPart; 23 | } 24 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/PolyLinePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class PolyLinePresentation extends JP.co.esm.caddies.jomt.jmodel.LinePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -5345322049294038590L; 15 | 16 | public JP.co.esm.caddies.golf.geom2D.Pnt2d[] points; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/PresentationException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class PresentationException extends java.lang.Exception 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6847538882692632952L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ProjectProperty.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ProjectProperty extends java.util.Properties 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8082091898610101530L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/PseudoStatePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class PseudoStatePresentation extends JP.co.esm.caddies.jomt.jmodel.StateVertexPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2976999150964488323L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/QualifierBoxPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class QualifierBoxPresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable, JP.co.esm.caddies.jomt.jmodel.IQualifierBoxPresentation { 14 | public static final long serialVersionUID = -1838022182851069782L; 15 | 16 | public JP.co.esm.caddies.jomt.jmodel.IAssociationPresentation associationPresentation; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/RectPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class RectPresentation extends JP.co.esm.caddies.jomt.jmodel.JomtPresentation 13 | implements java.io.Serializable, JP.co.esm.caddies.jomt.jmodel.IRectPresentation { 14 | public static final long serialVersionUID = -582497952433499079L; 15 | 16 | public double width; 17 | 18 | public double height; 19 | 20 | public java.awt.Color baseColor; 21 | } 22 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/RequirementPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class RequirementPresentation extends JP.co.esm.caddies.jomt.jmodel.ClassifierPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1263947610206418300L; 15 | 16 | public boolean requirementTextIDBlockVisibility; 17 | 18 | public boolean requirementTextVisibility; 19 | 20 | public boolean requirementIdVisibility; 21 | } 22 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ShallowHistoryPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ShallowHistoryPresentation extends JP.co.esm.caddies.jomt.jmodel.PseudoStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -3084121499773705967L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/SimpleStatePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class SimpleStatePresentation extends JP.co.esm.caddies.jomt.jmodel.StatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1104792225784671574L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/StateInvariantPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class StateInvariantPresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1089409636216881230L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/StatePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class StatePresentation extends JP.co.esm.caddies.jomt.jmodel.StateVertexPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 963871240682417937L; 15 | 16 | public boolean allActionVisibility; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/StateVertexPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class StateVertexPresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 4721914834621860821L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/StubStatePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class StubStatePresentation extends JP.co.esm.caddies.jomt.jmodel.StateVertexPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7393288561475033250L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/SubmachineStatePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class SubmachineStatePresentation extends JP.co.esm.caddies.jomt.jmodel.CompositeStatePresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 9011298764144327369L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/Template.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class Template extends java.lang.Object 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = 4556593962289907469L; 16 | 17 | public java.util.List templateItems = new java.util.ArrayList(); 18 | 19 | public java.lang.String name; 20 | } 21 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/TemplateBindingPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class TemplateBindingPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6903769365481127641L; 15 | 16 | public JP.co.esm.caddies.jomt.jmodel.ILabelPresentation boundInfoPresentation; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/TemplateItem.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class TemplateItem extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7420456348591398375L; 15 | 16 | public java.lang.String tag; 17 | 18 | public java.lang.String label; 19 | 20 | public java.lang.String option; 21 | } 22 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/TerminationPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class TerminationPresentation extends JP.co.esm.caddies.jomt.jmodel.RectPresentation 13 | implements java.io.Serializable, JP.co.esm.caddies.jomt.jmodel.ITerminationPresentation { 14 | public static final long serialVersionUID = 6563353271834085938L; 15 | 16 | public JP.co.esm.caddies.jomt.jmodel.IActivationPresentation relatedAp; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/TestCasePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class TestCasePresentation extends JP.co.esm.caddies.jomt.jmodel.ClassifierPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7892608637089808959L; 15 | 16 | public boolean testcaseDetailBlockVisibility; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/TextPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class TextPresentation extends JP.co.esm.caddies.jomt.jmodel.LabelPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -8871990796453639829L; 15 | 16 | public java.lang.String text; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/TimeConstraintPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class TimeConstraintPresentation extends JP.co.esm.caddies.jomt.jmodel.JomtPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -4784507608311155492L; 15 | 16 | public JP.co.esm.caddies.golf.geom2D.Pnt2d[] points; 17 | 18 | public JP.co.esm.caddies.jomt.jmodel.ILabelPresentation namePresentation; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/TotalHeaderCellPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class TotalHeaderCellPresentation extends JP.co.esm.caddies.jomt.jmodel.HeaderCellPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1972774643166498401L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/TransitionPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class TransitionPresentation extends JP.co.esm.caddies.jomt.jmodel.BinaryRelationPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 282392447573938866L; 15 | 16 | public JP.co.esm.caddies.jomt.jmodel.ILabelPresentation weightPresentation; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/UCDescriptionTemplate.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UCDescriptionTemplate extends JP.co.esm.caddies.jomt.jmodel.Template 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8994801503979655172L; 15 | 16 | public java.lang.String key; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/UCDescriptionTemplateItem.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UCDescriptionTemplateItem extends JP.co.esm.caddies.jomt.jmodel.TemplateItem 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1514979605764855090L; 15 | 16 | public int initialLineHeight; 17 | 18 | public boolean editable; 19 | 20 | public java.lang.String initialValue; 21 | 22 | public java.lang.String description; 23 | } 24 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/UTableRowPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UTableRowPresentation extends JP.co.esm.caddies.jomt.jmodel.JomtPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7953781109709670788L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/UsagePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UsagePresentation extends JP.co.esm.caddies.jomt.jmodel.DependencyPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1615976998854311146L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/UseCasePresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UseCasePresentation extends JP.co.esm.caddies.jomt.jmodel.ClassifierPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 5485714905344378580L; 15 | 16 | public boolean withinOvalName; 17 | 18 | public boolean stereotypeAboveOval; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/jomt/jmodel/ValueCellPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.jomt.jmodel; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ValueCellPresentation extends JP.co.esm.caddies.jomt.jmodel.CellPresentation 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -770081332495230595L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/table/UModelElementTableImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.table; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UModelElementTableImp extends JP.co.esm.caddies.uml.Foundation.Core.UDiagramImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7122949088874185838L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/ActivityGraphs/UActivityDiagramImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.ActivityGraphs; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UActivityDiagramImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UStateChartDiagramImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1180966599453412129L; 15 | 16 | public int verticalMaxLevel; 17 | 18 | public int horizontalMaxLevel; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/ActivityGraphs/UActivityGraph.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.ActivityGraphs; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UActivityGraph {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/ActivityGraphs/UActivityParameterNodeImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.ActivityGraphs; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UActivityParameterNodeImp extends JP.co.esm.caddies.uml.BehavioralElements.ActivityGraphs.UObjectFlowStateImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -3030646271774099337L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/ActivityGraphs/UPartition.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.ActivityGraphs; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UPartition {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UAssociationRole.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UAssociationRole {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UCollaboration.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UCollaboration {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UCollaborationDiagramImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UCollaborationDiagramImp extends JP.co.esm.caddies.uml.BehavioralElements.Collaborations.UInteractionDiagramImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1214657730486635169L; 15 | 16 | public boolean returnValueVisible; 17 | 18 | public boolean returnValueVariableVisible; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UCombinedFragment.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UCombinedFragment {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UDurationConstraintImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UDurationConstraintImp extends JP.co.esm.caddies.uml.Foundation.Core.UConstraintImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -3945421976611713408L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UInteraction.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UInteraction {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UInteractionConstraint.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UInteractionConstraint {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UInteractionOperand.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UInteractionOperand {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UInteractionOperator.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UInteractionOperator extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2410295983479901673L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UInteractionUse.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UInteractionUse {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UMessage.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UMessage {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UMessageEnd.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UMessageEnd {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UStateInvariantImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UStateInvariantImp extends JP.co.esm.caddies.uml.BehavioralElements.Collaborations.UInteractionFragmentImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2445188489273618144L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/Collaborations/UTimeConstraintImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.Collaborations; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UTimeConstraintImp extends JP.co.esm.caddies.uml.Foundation.Core.UConstraintImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1390126079931361496L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UAction.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UAction {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UActionSequence.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UActionSequence {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UArgumentImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UArgumentImp extends JP.co.esm.caddies.uml.Foundation.Core.UElementImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -3509860322508683888L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UExpression value; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UAssignmentActionImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UAssignmentActionImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UActionImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2056653374797831537L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UCallActionImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UCallActionImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UActionImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2789230847793737324L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UComponentInstance.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UComponentInstance {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UCreateActionImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UCreateActionImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UActionImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -8512909169034016596L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UDateValueImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UDateValueImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UInstanceImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1924973606754319785L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UDestroyActionImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UDestroyActionImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UActionImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 3881132929275496907L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UInstance.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UInstance {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/ULink.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ULink {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/ULinkEnd.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ULinkEnd {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/ULinkObjectImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ULinkObjectImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.ULinkImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8900225828917999712L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UNodeInstance.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UNodeInstance {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UReceptionImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UReceptionImp extends JP.co.esm.caddies.uml.Foundation.Core.UBehavioralFeatureImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 4945014927030618840L; 15 | 16 | public boolean polymorphic; 17 | 18 | public java.lang.String specification; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UReturnActionImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UReturnActionImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UActionImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -8633945862211362119L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/USendActionImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class USendActionImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UActionImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2718358396064443112L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/USignal.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface USignal {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UTerminateActionImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UTerminateActionImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UActionImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -3481815163796069224L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/CommonBehavior/UUninterpretedActionImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UUninterpretedActionImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UActionImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6192618461941652411L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UCallEventImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UCallEventImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UEventImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 5302956392427322854L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.Core.UOperation operation; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UChangeEventImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UChangeEventImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UEventImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -877401692798495820L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UBooleanExpression changeExpression; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UCompositeState.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UCompositeState {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UEvent.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UEvent {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UEventImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UEventImp extends JP.co.esm.caddies.uml.Foundation.Core.UModelElementImp 13 | implements java.io.Serializable, JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UEvent { 14 | public static final long serialVersionUID = 5843902167686975029L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UFinalStateImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UFinalStateImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UStateImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -3479067430018879617L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UFlowFinalNodeImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UFlowFinalNodeImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UFinalStateImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7070837673036506094L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UGuard.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UGuard {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UGuardImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UGuardImp extends JP.co.esm.caddies.uml.Foundation.Core.UModelElementImp 13 | implements java.io.Serializable, JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UGuard { 14 | public static final long serialVersionUID = -970871892479305563L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UBooleanExpression expression; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UPseudostateImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UPseudostateImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UStateVertexImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2786582475081817945L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UPseudostateKind kind; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/USignalEventImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class USignalEventImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UEventImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2410073720002868777L; 15 | 16 | public JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.USignal signal; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/USimpleStateImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class USimpleStateImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UStateImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 5320629442179182924L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UState.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UState {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UStateChartDiagramImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UStateChartDiagramImp extends JP.co.esm.caddies.uml.Foundation.Core.UDiagramImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2098902235614466883L; 15 | 16 | public JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UStateMachine stateMachine; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UStateMachine.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UStateMachine {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UStateVertex.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UStateVertex {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UStubStateImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UStubStateImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UStateVertexImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2742437124187593695L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UName referenceState; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/USubmachineStateImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class USubmachineStateImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UCompositeStateImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8473792130490978725L; 15 | 16 | public JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UStateMachine submachine; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/USynchStateImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class USynchStateImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UStateVertexImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -4283806688511964300L; 15 | 16 | public int bound; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UTimeEventImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UTimeEventImp extends JP.co.esm.caddies.uml.BehavioralElements.StateMachines.UEventImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1200126902461827169L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UTimeExpression when; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/StateMachines/UTransition.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.StateMachines; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UTransition {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/UseCases/UActorImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.UseCases; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UActorImp extends JP.co.esm.caddies.uml.Foundation.Core.UClassifierImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -8183612343032662008L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/UseCases/UIncludeImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.UseCases; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UIncludeImp extends JP.co.esm.caddies.uml.Foundation.Core.URelationshipImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 6646683401731805496L; 15 | 16 | public JP.co.esm.caddies.uml.BehavioralElements.UseCases.UUseCase base; 17 | 18 | public JP.co.esm.caddies.uml.BehavioralElements.UseCases.UUseCase addition; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/UseCases/UUseCase.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.UseCases; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UUseCase {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/BehavioralElements/UseCases/UUseCaseInstanceImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.BehavioralElements.UseCases; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UUseCaseInstanceImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UInstanceImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -5572373180890972736L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/IUPresentation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IUPresentation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UArtifactImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class UArtifactImp extends JP.co.esm.caddies.uml.Foundation.Core.UClassifierImp 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = -1077889029400916044L; 16 | 17 | public java.util.List implementationLocation = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UAssociation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UAssociation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UAssociationEnd.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UAssociationEnd {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UAttribute.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UAttribute {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UBehavioralFeature.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UBehavioralFeature {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UClassImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UClassImp extends JP.co.esm.caddies.uml.Foundation.Core.UClassifierImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7064070946169884990L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UClassifier.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UClassifier {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UClassifierTemplateParameterImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UClassifierTemplateParameterImp extends JP.co.esm.caddies.uml.Foundation.Core.UTemplateParameterImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2270413991799184102L; 15 | 16 | public boolean allowSubstitutable; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UCommentImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class UCommentImp extends JP.co.esm.caddies.uml.Foundation.Core.UModelElementImp 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = -8993269414381549519L; 16 | 17 | public java.util.List annotatedElement = new java.util.ArrayList(); 18 | 19 | public java.lang.String body; 20 | } 21 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UComponent.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UComponent {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UConnectableElement.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UConnectableElement {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UConnectableElementImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class UConnectableElementImp extends JP.co.esm.caddies.uml.Foundation.Core.UModelElementImp 14 | implements java.io.Serializable, JP.co.esm.caddies.uml.Foundation.Core.UConnectableElement { 15 | public static final long serialVersionUID = 881929276883271527L; 16 | 17 | public java.util.List connectorEnd = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UConnectorEndImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UConnectorEndImp extends JP.co.esm.caddies.uml.BehavioralElements.Collaborations.UAssociationEndRoleImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 3952174218885350574L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.Core.UProperty partWithPort; 17 | 18 | public JP.co.esm.caddies.uml.Foundation.Core.UConnectableElement role; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UConnectorImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UConnectorImp extends JP.co.esm.caddies.uml.BehavioralElements.Collaborations.UAssociationRoleImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -3249357554074099150L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.Core.UClassifier owner; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UConstraint.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UConstraint {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UDataTypeImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UDataTypeImp extends JP.co.esm.caddies.uml.Foundation.Core.UClassifierImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 3085226668479309088L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UDiagram.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UDiagram {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UDiagramImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class UDiagramImp extends JP.co.esm.caddies.uml.Foundation.Core.UModelElementImp 14 | implements java.io.Serializable, JP.co.esm.caddies.uml.Foundation.Core.UDiagram { 15 | public static final long serialVersionUID = 2440481016904270269L; 16 | 17 | public java.lang.String type; 18 | 19 | public java.util.Map styleMap = new java.util.HashMap(); 20 | } 21 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UElement.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UElement {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UElementOwnership.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UElementOwnership {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UGeneralizableElement.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UGeneralizableElement {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UInterfaceImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UInterfaceImp extends JP.co.esm.caddies.uml.Foundation.Core.UClassifierImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6520704837981428605L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UMethodImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UMethodImp extends JP.co.esm.caddies.uml.Foundation.Core.UBehavioralFeatureImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2969494533392072917L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UProcedureExpression body; 17 | 18 | public JP.co.esm.caddies.uml.Foundation.Core.UOperation specification; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UModelElement.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UModelElement {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UNamespace.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UNamespace {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UNamespaceImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class UNamespaceImp extends JP.co.esm.caddies.uml.Foundation.Core.UModelElementImp 14 | implements java.io.Serializable, JP.co.esm.caddies.uml.Foundation.Core.UNamespace { 15 | public static final long serialVersionUID = -4870648327327272487L; 16 | 17 | public java.util.List ownedElementOwnership = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UNodeImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class UNodeImp extends JP.co.esm.caddies.uml.Foundation.Core.UClassifierImp 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = -8524005346899772003L; 16 | 17 | public java.util.List deployedComponent = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UObjectImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UObjectImp extends JP.co.esm.caddies.uml.BehavioralElements.CommonBehavior.UInstanceImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 5255250535694124945L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UOperation.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UOperation {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UParameterableElement.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UParameterableElement {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UPortImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UPortImp extends JP.co.esm.caddies.uml.Foundation.Core.UPropertyImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2385634807197767249L; 15 | 16 | public boolean isService; 17 | 18 | public boolean isBehavior; 19 | 20 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UExpression initialValue; 21 | } 22 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UProperty.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UProperty {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/URelationshipImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class URelationshipImp extends JP.co.esm.caddies.uml.Foundation.Core.UModelElementImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7595204780880960020L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UTemplateBinding.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UTemplateBinding {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UTemplateParameter.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UTemplateParameter {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UTemplateParameterSubstition.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UTemplateParameterSubstition {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UTemplateSignature.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UTemplateSignature {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UTemplateableElement.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UTemplateableElement {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/Core/UUsageImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.Core; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UUsageImp extends JP.co.esm.caddies.uml.Foundation.Core.UDependencyImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6947024334124477750L; 15 | 16 | public int iconType; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UActionExpression.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UActionExpression extends JP.co.esm.caddies.uml.Foundation.DataTypes.UExpression 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 94136935141367290L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UAggregationKind.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UAggregationKind extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -259514805478361755L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UArgListsExpression.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class UArgListsExpression extends JP.co.esm.caddies.uml.Foundation.DataTypes.UExpression 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = -1669164807746231335L; 16 | 17 | public java.util.List listObjs = new java.util.ArrayList(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UBooleanExpression.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UBooleanExpression extends JP.co.esm.caddies.uml.Foundation.DataTypes.UExpression 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1669164807746231334L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UCallConcurrencyKind.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UCallConcurrencyKind extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1146486953560621303L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UChangeableKind.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UChangeableKind extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7325085696726097661L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UDataType.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UDataType extends JP.co.esm.caddies.uml.Foundation.Core.UClassifierImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -376671310584686850L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UEnumeration.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UEnumeration extends JP.co.esm.caddies.uml.Foundation.DataTypes.UDataType 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2428922861821440034L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UExpression.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UExpression extends JP.co.esm.caddies.uml.Foundation.Core.UParameterableElementImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8271663839569138121L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UName language; 17 | 18 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UUninterpreted body; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UGeometry.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UGeometry extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 4855035599242093751L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UIterationExpression.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UIterationExpression extends JP.co.esm.caddies.uml.Foundation.DataTypes.UExpression 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -782768103748604253L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/ULocationReference.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class ULocationReference extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 5529352888438304489L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UMessageDirectionKind.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UMessageDirectionKind extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 425324957156521993L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UMultiplicity.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class UMultiplicity extends java.lang.Object 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = 7663152683801487786L; 16 | 17 | public java.lang.String uid; 18 | 19 | public java.lang.String id; 20 | 21 | public java.util.List multiplicityRange = new java.util.ArrayList(); 22 | } 23 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UName.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UName extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1949240144812983484L; 15 | 16 | public java.lang.String body; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UObjectSetExpression.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UObjectSetExpression extends JP.co.esm.caddies.uml.Foundation.DataTypes.UExpression 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 6184966321984229181L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UOperationDirectionKind.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UOperationDirectionKind extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1476859309969483518L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UParameterDirectionKind.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UParameterDirectionKind extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 643674089496049851L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UPrimitive.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UPrimitive extends JP.co.esm.caddies.uml.Foundation.DataTypes.UDataType 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8591467658310926673L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UProcedureExpression.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UProcedureExpression extends JP.co.esm.caddies.uml.Foundation.DataTypes.UExpression 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -7258114834110984756L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UPseudostateKind.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UPseudostateKind extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -259514805478361755L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UScopeKind.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UScopeKind extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -5444178176734825717L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UTimeExpression.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UTimeExpression extends JP.co.esm.caddies.uml.Foundation.DataTypes.UExpression 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -4786669840807495903L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UUninterpreted.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UUninterpreted extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 4567259601029369395L; 15 | 16 | public java.lang.String body; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/DataTypes/UVisibilityKind.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.DataTypes; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UVisibilityKind extends java.lang.Object 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 7214656188605742422L; 15 | 16 | public java.lang.String label; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/Foundation/ExtensionMechanisms/UStereotype.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.Foundation.ExtensionMechanisms; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface UStereotype {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/ModelManagement/UElementReferenceImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.ModelManagement; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UElementReferenceImp extends JP.co.esm.caddies.uml.Foundation.Core.UElementImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 452829466939523314L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UVisibilityKind visibility; 17 | 18 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UName alias; 19 | } 20 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/ModelManagement/UModelImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.ModelManagement; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | @SuppressWarnings("rawtypes") 13 | public class UModelImp extends JP.co.esm.caddies.uml.ModelManagement.UPackageImp 14 | implements java.io.Serializable { 15 | public static final long serialVersionUID = -6810303441827904595L; 16 | 17 | public java.util.Map styleMap = new java.util.HashMap(); 18 | } 19 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/SimpleUML/IllegalParameterException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.SimpleUML; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class IllegalParameterException extends java.lang.Exception 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 8073933059649158201L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/exception/IllegalAssociationEndException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.exception; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class IllegalAssociationEndException extends java.lang.Exception 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 672288911307252226L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/exception/IllegalGeneralizationMergeException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.exception; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class IllegalGeneralizationMergeException extends java.lang.Exception 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1944067557399492912L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/exception/IllegalMergeException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.exception; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class IllegalMergeException extends java.lang.Exception 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 2560282683346740418L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/exception/IllegalModelTypeException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.exception; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class IllegalModelTypeException extends java.lang.Exception 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1910489069617999951L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/exception/UMLNotFoundException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.exception; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UMLNotFoundException extends java.lang.RuntimeException 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 1882962277741446991L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/exception/UMLNotSetException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.exception; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UMLNotSetException extends java.lang.RuntimeException 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1668788780511112750L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/exception/UMLSemanticsException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.exception; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UMLSemanticsException extends java.lang.RuntimeException 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -2179164811873804934L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/exception/UMLStructuralException.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.exception; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class UMLStructuralException extends java.lang.RuntimeException 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -5403311304188140943L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/java/JUDependencyImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.java; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class JUDependencyImp extends JP.co.esm.caddies.uml.Foundation.Core.UDependencyImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6451901668519758173L; 15 | 16 | public int type; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/java/JUParameterImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.java; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class JUParameterImp extends JP.co.esm.caddies.uml.Foundation.Core.UParameterImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -6548250354090213753L; 15 | 16 | public JP.co.esm.caddies.uml.Foundation.DataTypes.UMultiplicity multiplicity; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/java/JUPrimitive.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.java; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class JUPrimitive extends JP.co.esm.caddies.uml.Foundation.DataTypes.UPrimitive 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = -1414893426322397060L; 15 | } 16 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/java/JUStereotypeImp.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.java; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public class JUStereotypeImp extends JP.co.esm.caddies.uml.Foundation.ExtensionMechanisms.UStereotypeImp 13 | implements java.io.Serializable { 14 | public static final long serialVersionUID = 4173060910466613632L; 15 | 16 | public int iconType; 17 | } 18 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/util/ChangesPropagator.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.util; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface ChangesPropagator {} 13 | -------------------------------------------------------------------------------- /astastub/JP/co/esm/caddies/uml/util/IExObservable.java: -------------------------------------------------------------------------------- 1 | package JP.co.esm.caddies.uml.util; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface IExObservable {} 13 | -------------------------------------------------------------------------------- /astastub/org/slf4j/Logger.java: -------------------------------------------------------------------------------- 1 | package org.slf4j; 2 | 3 | /** 4 | * This file is auto-generated from java packages through 5 | * reflection and will never contain piece of original 6 | * source of astah-community. These code should never be 7 | * utilized for commercial purpose. 8 | * 9 | * @author Haoran Luo 10 | */ 11 | 12 | public interface Logger {} 13 | -------------------------------------------------------------------------------- /data/general/decision/Decision_20171230160458.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/general/decision/Decision_20171230160458.xml.pcx -------------------------------------------------------------------------------- /data/general/decision/Decision_20171230160505.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/general/decision/Decision_20171230160505.xml.pcx -------------------------------------------------------------------------------- /data/general/decision/Decision_20171230160820.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/general/decision/Decision_20171230160820.xml.pcx -------------------------------------------------------------------------------- /data/statechart/end/STM_End_20171226225614.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/statechart/end/STM_End_20171226225614.xml.pcx -------------------------------------------------------------------------------- /data/statechart/end/STM_End_20171226225658.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/statechart/end/STM_End_20171226225658.xml.pcx -------------------------------------------------------------------------------- /data/statechart/exit/State_Exit_20171227034000.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/statechart/exit/State_Exit_20171227034000.xml.pcx -------------------------------------------------------------------------------- /data/statechart/exit/State_Exit_20171227034009.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/statechart/exit/State_Exit_20171227034009.xml.pcx -------------------------------------------------------------------------------- /data/statechart/start/STM_Start_20171226225548.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/statechart/start/STM_Start_20171226225548.xml.pcx -------------------------------------------------------------------------------- /data/statechart/start/STM_Start_20171226225647.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/statechart/start/STM_Start_20171226225647.xml.pcx -------------------------------------------------------------------------------- /data/statechart/start/STM_Start_20171227022531.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/statechart/start/STM_Start_20171227022531.xml.pcx -------------------------------------------------------------------------------- /data/statechart/state/STM_State_20171226225739.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/statechart/state/STM_State_20171226225739.xml.pcx -------------------------------------------------------------------------------- /data/statechart/state_brief/STM_State_Brief_20171227033720.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/statechart/state_brief/STM_State_Brief_20171227033720.xml.pcx -------------------------------------------------------------------------------- /data/statechart/state_brief/State_Brief_20180102005426.xml.pcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/data/statechart/state_brief/State_Brief_20180102005426.xml.pcx -------------------------------------------------------------------------------- /doc/Key.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/doc/Key.xcf -------------------------------------------------------------------------------- /doc/Mouse.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/doc/Mouse.xcf -------------------------------------------------------------------------------- /doc/ProcessSTM.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/doc/ProcessSTM.gif -------------------------------------------------------------------------------- /doc/SketchUML_CheatSheet_en_US.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/doc/SketchUML_CheatSheet_en_US.xcf -------------------------------------------------------------------------------- /lib/xpp3-1.1.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/lib/xpp3-1.1.4.jar -------------------------------------------------------------------------------- /src/assets/cheatsheet/en_US.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aegistudio/SketchUML/8dbb161aeedca73d5b60c133af28334e7f3bfbe2/src/assets/cheatsheet/en_US.png -------------------------------------------------------------------------------- /src/net/aegistudio/sketchuml/BackgroundNull.java: -------------------------------------------------------------------------------- 1 | package net.aegistudio.sketchuml; 2 | 3 | import java.awt.Graphics2D; 4 | 5 | import net.aegistudio.sketchuml.abstraction.SketchRenderHint; 6 | 7 | public class BackgroundNull implements Background { 8 | 9 | @Override 10 | public void renderBackground(Graphics2D g2d, 11 | SketchRenderHint renderHint, 12 | double offsetX, double offsetY, 13 | double width, double height) { 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/net/aegistudio/sketchuml/Command.java: -------------------------------------------------------------------------------- 1 | package net.aegistudio.sketchuml; 2 | 3 | /** 4 | * A reversible closure of action that is capable 5 | * of being done or undone. 6 | * 7 | * @author Haoran Luo 8 | */ 9 | public interface Command { 10 | public void execute(); 11 | 12 | public void undo(); 13 | 14 | public String name(); 15 | } 16 | -------------------------------------------------------------------------------- /src/net/aegistudio/sketchuml/astaxpt/AstahSquareFitter.java: -------------------------------------------------------------------------------- 1 | package net.aegistudio.sketchuml.astaxpt; 2 | 3 | import java.awt.geom.Rectangle2D; 4 | import java.util.function.Function; 5 | 6 | public class AstahSquareFitter implements Function { 7 | 8 | @Override 9 | public Rectangle2D apply(Rectangle2D source2d) { 10 | double squareSize = Math.min(source2d.getWidth(), source2d.getHeight()); 11 | double halfSize = 0.5 * squareSize; 12 | 13 | Rectangle2D rectangle2d = new Rectangle2D.Double(); 14 | rectangle2d.setRect(source2d.getCenterX() - halfSize, 15 | source2d.getCenterY() - halfSize, 16 | squareSize, squareSize); 17 | return rectangle2d; 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /src/net/aegistudio/sketchuml/astaxpt/AstahUuidGenerator.java: -------------------------------------------------------------------------------- 1 | package net.aegistudio.sketchuml.astaxpt; 2 | 3 | /** 4 | * Generate essential entity id for astah's entities. 5 | * 6 | * @author Haoran Luo 7 | */ 8 | public interface AstahUuidGenerator { 9 | /** 10 | * (This method should be implemented thread-safely) 11 | * 12 | * @return the next string of representing a distinct id. 13 | */ 14 | public String nextUuid(); 15 | } 16 | -------------------------------------------------------------------------------- /src/net/aegistudio/sketchuml/framework/SketchEntityComponent.java: -------------------------------------------------------------------------------- 1 | package net.aegistudio.sketchuml.framework; 2 | 3 | import java.awt.geom.Rectangle2D; 4 | 5 | import net.aegistudio.sketchuml.abstraction.Entity; 6 | import net.aegistudio.sketchuml.abstraction.EntityEntry; 7 | 8 | public class SketchEntityComponent { 9 | public int x, y, w, h; 10 | 11 | public final EntityEntry entry; 12 | 13 | public final Entity entity; 14 | 15 | public SketchEntityComponent(EntityEntry entry, Entity entity) { 16 | this.entity = entity; 17 | this.entry = entry; 18 | } 19 | 20 | public Rectangle2D getBoundRectangle() { 21 | return new Rectangle2D.Double(x, y, w, h); 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /src/net/aegistudio/sketchuml/path/ParameterConstant.java: -------------------------------------------------------------------------------- 1 | package net.aegistudio.sketchuml.path; 2 | 3 | import de.dubs.dollarn.PointR; 4 | 5 | public class ParameterConstant implements ParametricLinePiece.Parameter { 6 | private final PointR point; 7 | public ParameterConstant(PointR point) { 8 | this.point = point; 9 | } 10 | 11 | @Override 12 | public double x(double[] vector) { 13 | return point.X; 14 | } 15 | 16 | @Override 17 | public double y(double[] vector) { 18 | return point.Y; 19 | } 20 | 21 | @Override 22 | public double dxdai(int i, double[] vector) { 23 | return 0; 24 | } 25 | 26 | @Override 27 | public double dydai(int i, double[] vector) { 28 | return 0; 29 | } 30 | } 31 | --------------------------------------------------------------------------------