A B C D E F G H I J L M N O P R S T U V W

A

ABORT - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Constant
Actor - interface cz.cuni.mff.procasor.core.Actor.
Java content class for Actor element declaration.
ActorHelper - class cz.cuni.mff.procasor.core.helper.ActorHelper.
Class providing helper functions for the class Actor.
actorRoleNames - Static variable in class cz.cuni.mff.procasor.core.helper.ActorHelper
Constants representating roles.
actorRoleNamesDisplaying - Static variable in class cz.cuni.mff.procasor.core.helper.ActorHelper
Names of roles, that will be displayed in the gui.
addChidren(Entity, Entity) - Static method in class cz.cuni.mff.procasor.core.helper.EntityHelper
Add children entity to EntityList and sets parent of that entity to its new parent.
addWord(Semantics, int, String, String, String) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Add new word to the semantics.
allTokens() - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
Function which returns all token labels used in project.
analyseCondition(String) - Method in class cz.cuni.mff.procasor.treeAnalyser.ClassicTreeAnalyser
 
analyseCondition(String) - Method in interface cz.cuni.mff.procasor.treeAnalyser.TreeAnalyser
Analyses the given parse tree as a condition.
analyseStep(String) - Method in class cz.cuni.mff.procasor.treeAnalyser.ClassicTreeAnalyser
 
analyseStep(String) - Method in interface cz.cuni.mff.procasor.treeAnalyser.TreeAnalyser
Analyses the given parse tree as a use case step.

B

BranchStep - interface cz.cuni.mff.procasor.core.BranchStep.
Java content class for BranchStep element declaration.
BranchStepHelper - class cz.cuni.mff.procasor.core.helper.BranchStepHelper.
 

C

CONDITION - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Constant
CONDITION_LABEL - Static variable in class cz.cuni.mff.procasor.core.helper.WordHelper
Constant
ClassicTreeAnalyser - class cz.cuni.mff.procasor.treeAnalyser.ClassicTreeAnalyser.
Tree analyser can analyse a parse tree and resolute the importance and role of single words, detect role of the actors in this sentence and detect the action type of the sentence.
ClassicTreeAnalyser() - Constructor for class cz.cuni.mff.procasor.treeAnalyser.ClassicTreeAnalyser
Creates an Analyser
ConceptualObject - interface cz.cuni.mff.procasor.core.ConceptualObject.
Java content class for ConceptualObject element declaration.
canIncludeFailure(BranchStep) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Check if the branchStep is a condition and if the parent includes useCase.
checkStep(TypeSentence, List) - Static method in class cz.cuni.mff.procasor.procases.FitnessChecker
Checks the correctness and completeness of the semantic information of the step.
checkUseCase(UseCase) - Static method in class cz.cuni.mff.procasor.procases.FitnessChecker
Checks the correctness and completeness of the semantic information of the given use case.
close() - Method in class cz.cuni.mff.procasor.parsingTools.parser.Parser
Called when nothing is to be done and we want to clost the PipeLine Close input and output pipes of the PipeLine, we close the input stream, parsing tools recognize EOF signal on the input of their pipes and shutdown.
constructedToken(List, TypeSentence) - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This function should be called when the user mixed the words for selected token label.
create(Entity, UseCase, int) - Static method in class cz.cuni.mff.procasor.core.helper.ActorHelper
Creates actor of the chosen type belonging to selected use case.
create(String, String) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Creates new BranchStep and inicializes all parametrs.
create(String, String, UseCaseModel) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseHelper
Create use case wiht specified parameters
create(String, String, Entity) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseModelHelper
Creates new UseCaseModel and initializes all its attributes
create(String, String) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseStepHelper
Creates new UseCaseStep and inicializes all parametrs.
createActor() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of Actor
createBranchStep() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of BranchStep
createConceptualObject() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of ConceptualObject
createEntity() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of Entity
createEntity(String, String) - Static method in class cz.cuni.mff.procasor.core.helper.EntityHelper
Creates new entity.
createManualSemanticsFromGenerated(TypeSentence) - Static method in class cz.cuni.mff.procasor.core.helper.SentenceHelper
Creates new manual semantics duplicated from generated.
createProCase() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of ProCase
createProject() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of Project
createProject(String, String) - Static method in class cz.cuni.mff.procasor.core.helper.ProjectHelper
Creation of new project and initialization all parameters.
createSemantics() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of Semantics
createSemantics() - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Create new Semantics with type UNKNOWN
createSentence() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of Sentence
createTypeActor() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeActor
createTypeBranchStep() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeBranchStep
createTypeConceptualObject() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeConceptualObject
createTypeEntity() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeEntity
createTypeEntityEntityModelsType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeEntityEntityModelsType
createTypeProCase() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeProCase
createTypeProject() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeProject
createTypeProjectProjectConceptualObjectType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeProjectProjectConceptualObjectType
createTypeProjectProjectEntityType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeProjectProjectEntityType
createTypeSemantics() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeSemantics
createTypeSemanticsSemanticsWordsType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeSemanticsSemanticsWordsType
createTypeSentence() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeSentence
createTypeSentenceSentenceGeneratedSemanticsType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeSentenceSentenceGeneratedSemanticsType
createTypeSentenceSentenceManualSemanticsType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeSentenceSentenceManualSemanticsType
createTypeUseCase() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeUseCase
createTypeUseCaseModel() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeUseCaseModel
createTypeUseCaseModelUseCaseModelUseCasesType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeUseCaseModelUseCaseModelUseCasesType
createTypeUseCaseStep() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeUseCaseStep
createTypeUseCaseUseCaseActorType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeUseCaseUseCaseActorType
createTypeUseCaseUseCaseBranchStepsType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeUseCaseUseCaseBranchStepsType
createTypeUseCaseUseCaseProCaseType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeUseCaseUseCaseProCaseType
createTypeUseCaseUseCaseUseCaseStepsType() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeUseCaseUseCaseUseCaseStepsType
createTypeWord() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of TypeWord
createUseCase() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of UseCase
createUseCaseModel() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of UseCaseModel
createUseCaseStep() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of UseCaseStep
createWord() - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of Word
createWord(int, String, String, String) - Static method in class cz.cuni.mff.procasor.core.helper.WordHelper
Returns a new Word object with given parameters
cz.cuni.mff.procasor.core - package cz.cuni.mff.procasor.core
 
cz.cuni.mff.procasor.core.helper - package cz.cuni.mff.procasor.core.helper
 

D

doJob(TypeSentence, Entity, boolean) - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
 
doToken(Semantics, TypeSentence) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
This method build up the the token, from informations in the semantics.
doToken(TypeSentence) - Static method in class cz.cuni.mff.procasor.core.helper.SentenceHelper
Returns the token.

E

Entity - interface cz.cuni.mff.procasor.core.Entity.
Java content class for Entity element declaration.
EntityHelper - class cz.cuni.mff.procasor.core.helper.EntityHelper.
Helper class for Entity.
eliminateWrongChars(String) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Replaces all wrong characters ('{', '}', '*', ...) with ' '

F

FILE_DESCRIPTION - Static variable in class cz.cuni.mff.procasor.core.helper.ProjectHelper
Description of Procasor project file
FILE_EXTENSION - Static variable in class cz.cuni.mff.procasor.core.helper.ProjectHelper
Extension of saving project files.
FitnessChecker - class cz.cuni.mff.procasor.procases.FitnessChecker.
Provides methods for checking fitness of use cases and their individual steps.

G

GOTO - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Constant
GOTO_TARGET - Static variable in class cz.cuni.mff.procasor.core.helper.WordHelper
Constant
GUI_STEP_TYPES - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Names of the step types that will be shown in GUI (without condition)
GUI_STEP_TYPES_ALL - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Names of all step typas, that will be shown in GUI
GUI_WORD_TYPES - Static variable in class cz.cuni.mff.procasor.core.helper.WordHelper
Type of words to be shown in GUI
generateBehaviorProtocol(UseCaseModel) - Static method in class cz.cuni.mff.procasor.procases.ProcaseTasks
Creates a behavior protocol for a use case model of an entity.
generateIndentedProcase(UseCase, String) - Static method in class cz.cuni.mff.procasor.procases.ProcaseTasks
Generates Pro-case for the given use case, uses the given indentation.
generateProcase(UseCase) - Static method in class cz.cuni.mff.procasor.procases.ProcaseTasks
Generates Pro-case for the given use case.
generateUMLStateMachine(Entity, UseCase) - Static method in class cz.cuni.mff.procasor.procases.ProcaseTasks
Creates a UML State Machine for the given use case
generateUMLStateMachines(Project, Writer) - Static method in class cz.cuni.mff.procasor.procases.ProcaseTasks
Writes UML State Machines for all use cases in the project.
getActionsTypeCharacter(Semantics) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Returns the first character of token - which indicates the type of action.
getActiveTypeOfSentence(TypeSentence) - Static method in class cz.cuni.mff.procasor.core.helper.SentenceHelper
Returns type of sentence "" if type is empty
getActor() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase.UseCaseActorType
Gets the value of the Actor property.
getActorEntity() - Method in interface cz.cuni.mff.procasor.core.TypeActor
Gets the value of the actorEntity property.
getActorRole() - Method in interface cz.cuni.mff.procasor.core.TypeActor
Gets the value of the actorRole property.
getActorRole(Actor) - Static method in class cz.cuni.mff.procasor.core.helper.ActorHelper
Returns role of the actor
getBranchStep() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase.UseCaseBranchStepsType
Gets the value of the BranchStep property.
getBranchStepChildren() - Method in interface cz.cuni.mff.procasor.core.TypeBranchStep
Gets the value of the BranchStepChildren property.
getBranchStepId() - Method in interface cz.cuni.mff.procasor.core.TypeBranchStep
Gets the value of the branchStepId property.
getBranchStepParent() - Method in interface cz.cuni.mff.procasor.core.TypeBranchStep
Gets the value of the BranchStepParent property.
getBranchStepTypeOfBranch() - Method in interface cz.cuni.mff.procasor.core.TypeBranchStep
Gets the value of the branchStepTypeOfBranch property.
getBranchStepUseCaseStep() - Method in interface cz.cuni.mff.procasor.core.TypeBranchStep
Gets the value of the BranchStepUseCaseStep property.
getConceptualObject() - Method in interface cz.cuni.mff.procasor.core.TypeProject.ProjectConceptualObjectType
Gets the value of the ConceptualObject property.
getConceptualObjectName() - Method in interface cz.cuni.mff.procasor.core.TypeConceptualObject
Gets the value of the conceptualObjectName property.
getEntity() - Method in interface cz.cuni.mff.procasor.core.TypeProject.ProjectEntityType
Gets the value of the Entity property.
getEntityAcronym() - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Gets the value of the entityAcronym property.
getEntityChildren() - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Gets the value of the EntityChildren property.
getEntityDescription() - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Gets the value of the entityDescription property.
getEntityId() - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Gets the value of the entityId property.
getEntityModels() - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Gets the value of the entityModels property.
getEntityName() - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Gets the value of the entityName property.
getEntityParent() - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Gets the value of the entityParent property.
getEntityRegistered() - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Gets the value of the EntityRegistered property.
getExtensionStepMark(BranchStep) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Generates new stepMark, that extends step from parameter.
getExtensionStepMark(UseCaseStep) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseStepHelper
Generates new stepMark, that extends step from parameter.
getGuiIdentifesAs(Word) - Static method in class cz.cuni.mff.procasor.core.helper.WordHelper
Returns identifies as for showing in gui.
getNextStepMark(BranchStep) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Generates new stepMark, that follows step from parameter.
getNextStepMark(UseCaseStep) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseStepHelper
Generates new stepMark, that follows step from parameter.
getPercentsOfCommonToPerfomLerning() - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This return the actual percents of similarity when these tokens are marked as similar.
getPrioriteTokens() - Method in class cz.cuni.mff.procasor.tokenizer.TokenizerResults
This function returns the List of priorite tokens.
getProCase() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase.UseCaseProCaseType
Gets the value of the proCase property.
getProCaseText() - Method in interface cz.cuni.mff.procasor.core.TypeProCase
Gets the value of the proCaseText property.
getProjectConceptualObject() - Method in interface cz.cuni.mff.procasor.core.TypeProject
Gets the value of the projectConceptualObject property.
getProjectDescription() - Method in interface cz.cuni.mff.procasor.core.TypeProject
Gets the value of the projectDescription property.
getProjectEntity() - Method in interface cz.cuni.mff.procasor.core.TypeProject
Gets the value of the projectEntity property.
getProjectName() - Method in interface cz.cuni.mff.procasor.core.TypeProject
Gets the value of the projectName property.
getProperty(String) - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Get the specified property.
getSemantics() - Method in interface cz.cuni.mff.procasor.core.TypeSentence.SentenceGeneratedSemanticsType
Gets the value of the semantics property.
getSemantics() - Method in interface cz.cuni.mff.procasor.core.TypeSentence.SentenceManualSemanticsType
Gets the value of the semantics property.
getSemanticsEventToken() - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Gets the value of the semanticsEventToken property.
getSemanticsGotoTarget() - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Gets the value of the semanticsGotoTarget property.
getSemanticsId() - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Gets the value of the semanticsId property.
getSemanticsIndirectObject() - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Gets the value of the semanticsIndirectObject property.
getSemanticsSentenceType() - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Gets the value of the semanticsSentenceType property.
getSemanticsSubject() - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Gets the value of the semanticsSubject property.
getSemanticsWords() - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Gets the value of the semanticsWords property.
getSentenceActiveSemantics() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceActiveSemantics property.
getSentenceGeneratedSemantics() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceGeneratedSemantics property.
getSentenceLastAnalyzedText() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceLastAnalyzedText property.
getSentenceManualSemantics() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceManualSemantics property.
getSentenceParseTreeXML() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceParseTreeXML property.
getSentenceStepMark() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceStepMark property.
getSentenceSubUseCase() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceSubUseCase property.
getSentenceText() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceText property.
getSentenceType(Semantics) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Gets the sentence's type.
getSizeOfList() - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This return the length of the token list which is returned in TokenizerResults
getStepByMark(UseCase, String) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseHelper
Get step with specified mark
getTokenList() - Method in class cz.cuni.mff.procasor.tokenizer.TokenizerResults
This function returns the List of similar tokens.
getUseCase() - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel.UseCaseModelUseCasesType
Gets the value of the UseCase property.
getUseCaseAcronym() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Gets the value of the useCaseAcronym property.
getUseCaseActor() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Gets the value of the useCaseActor property.
getUseCaseBranchSteps() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Gets the value of the useCaseBranchSteps property.
getUseCaseDescription() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Gets the value of the useCaseDescription property.
getUseCaseId() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Gets the value of the useCaseId property.
getUseCaseModel() - Method in interface cz.cuni.mff.procasor.core.TypeEntity.EntityModelsType
Gets the value of the UseCaseModel property.
getUseCaseModelDescription() - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Gets the value of the useCaseModelDescription property.
getUseCaseModelId() - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Gets the value of the useCaseModelId property.
getUseCaseModelName() - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Gets the value of the useCaseModelName property.
getUseCaseModelSuD() - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Gets the value of the useCaseModelSuD property.
getUseCaseModelUseCaseExpression() - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Gets the value of the useCaseModelUseCaseExpression property.
getUseCaseModelUseCases() - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Gets the value of the useCaseModelUseCases property.
getUseCaseName() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Gets the value of the useCaseName property.
getUseCaseProCase() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Gets the value of the useCaseProCase property.
getUseCaseStep() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase.UseCaseUseCaseStepsType
Gets the value of the UseCaseStep property.
getUseCaseStepId() - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseStep
Gets the value of the useCaseStepId property.
getUseCaseStepStepBranches() - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseStep
Gets the value of the UseCaseStepStepBranches property.
getUseCaseUseCaseModel() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Gets the value of the useCaseUseCaseModel property.
getUseCaseUseCaseSteps() - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Gets the value of the useCaseUseCaseSteps property.
getWord() - Method in interface cz.cuni.mff.procasor.core.TypeSemantics.SemanticsWordsType
Gets the value of the Word property.
getWord(Semantics, int) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Gets word from semantics
getWordIdentifiedAs(Word) - Static method in class cz.cuni.mff.procasor.core.helper.WordHelper
Gets the words role identified by the analyser.
getWordIdentifiesAs() - Method in interface cz.cuni.mff.procasor.core.TypeWord
Gets the value of the wordIdentifiesAs property.
getWordIndexInSentence() - Method in interface cz.cuni.mff.procasor.core.TypeWord
Gets the value of the wordIndexInSentence property.
getWordIndexInToken() - Method in interface cz.cuni.mff.procasor.core.TypeWord
Gets the value of the wordIndexInToken property.
getWordLemma() - Method in interface cz.cuni.mff.procasor.core.TypeWord
Gets the value of the wordLemma property.
getWordPOS() - Method in interface cz.cuni.mff.procasor.core.TypeWord
Gets the value of the wordPOS property.
getWordWord() - Method in interface cz.cuni.mff.procasor.core.TypeWord
Gets the value of the wordWord property.
grammarInfo - Static variable in class cz.cuni.mff.procasor.core.ObjectFactory
 

H

hasSubject(Semantics) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Check if semantics has a subject

I

IMPORT_LOCATION - Static variable in class cz.cuni.mff.procasor.core.helper.ProjectHelper
Location for importing projects
INCLUDE_USECASE - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Constant
INDIRECT_OBJECT - Static variable in class cz.cuni.mff.procasor.core.helper.WordHelper
Constant
INTERNAL_ACTION - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Constant
includesStepNonDigitLetter(String) - Static method in class cz.cuni.mff.procasor.core.helper.SentenceHelper
Returns true if mark includes non-digit char.
init() - Method in class cz.cuni.mff.procasor.parsingTools.parser.Parser
Description: Building the PipeLine.
isAcronymCorrect(Entity, String, Project) - Static method in class cz.cuni.mff.procasor.core.helper.EntityHelper
Check if the acronym of entity is correct.(if is unique and contains possible chars)
isAcronymCorrect(UseCase, String, UseCaseModel) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseHelper
Check if the acronym of use case is correct.
isBranchStepHandlesIncludedUseCaseFailure() - Method in interface cz.cuni.mff.procasor.core.TypeBranchStep
Gets the value of the branchStepHandlesIncludedUseCaseFailure property.
isCondition(BranchStep) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Check if branchStep is condition or not.
isExpressionCorrect(UseCaseModel, String) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseModelHelper
Checks expression of model and returns error or null
isGeneratedActiv(TypeSentence) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Chceck what type of semantics is activ
isNameCorrect(Entity, String, Project) - Static method in class cz.cuni.mff.procasor.core.helper.EntityHelper
Check if the name of entity is correct.
isNameCorrect(UseCase, String, UseCaseModel) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseHelper
Check if name of use case is correct (if is unique).
isRunning - Variable in class cz.cuni.mff.procasor.parsingTools.parser.Parser
true if the Pipeline is running
isSentenceAnalyzed() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceAnalyzed property.
isSentenceHasConflict() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceHasConflict property.
isSentenceIsStepMarkCorrect() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceIsStepMarkCorrect property.
isSentenceTokenByHand() - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Gets the value of the sentenceTokenByHand property.
isStarting - Variable in class cz.cuni.mff.procasor.parsingTools.parser.Parser
true if the Pipeline is starting
isStepMarkCorrect(UseCaseStep, UseCase) - Static method in class cz.cuni.mff.procasor.core.helper.SentenceHelper
Checks whether the Mark of the UsecaseStep is correct.
isStepMarkCorrect(BranchStep, UseCase) - Static method in class cz.cuni.mff.procasor.core.helper.SentenceHelper
To each BranchStep are found his parents (can be more than one) and the lists of parents to this branchStep is filled.
isTypeExtension(BranchStep) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Returns true, if branch step is extension.

J

join(String, TypeSentence) - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This function should be called when two tokens were merged.

L

loadProject(File) - Static method in class cz.cuni.mff.procasor.core.helper.ProjectHelper
Load project using JAXB from file in paramater.

M

markWord(Semantics, int, int) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Set word type from position index to new role.
minimalSemantics(String) - Method in class cz.cuni.mff.procasor.treeAnalyser.ClassicTreeAnalyser
 
minimalSemantics(String) - Method in interface cz.cuni.mff.procasor.treeAnalyser.TreeAnalyser
Creates a Semantics object for the sentence.

N

NOT_IMPORTANT - Static variable in class cz.cuni.mff.procasor.core.helper.WordHelper
Constant
newInstance(Class) - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Create an instance of the specified Java content interface.

O

ObjectFactory - class cz.cuni.mff.procasor.core.ObjectFactory.
This object contains factory methods for each Java content interface and Java element interface generated in the cz.cuni.mff.procasor.core package.
ObjectFactory() - Constructor for class cz.cuni.mff.procasor.core.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cz.cuni.mff.procasor.core

P

PRIMARY_ACTOR - Static variable in class cz.cuni.mff.procasor.core.helper.ActorHelper
Constant
Parser - class cz.cuni.mff.procasor.parsingTools.parser.Parser.
The class where runs parsing tools.
Parser(ParserMessageSender) - Constructor for class cz.cuni.mff.procasor.parsingTools.parser.Parser
Constructor Creates instance of InfoQueue for recieving InfoRecord instances from Parsing tools.
ProCase - interface cz.cuni.mff.procasor.core.ProCase.
Java content class for ProCase element declaration.
ProcaseTasks - class cz.cuni.mff.procasor.procases.ProcaseTasks.
Interface for the cz.cuni.mff.procasor.procases package.
Project - interface cz.cuni.mff.procasor.core.Project.
Java content class for Project element declaration.
ProjectHelper - class cz.cuni.mff.procasor.core.helper.ProjectHelper.
Helper class for Project.
parse(String) - Method in class cz.cuni.mff.procasor.parsingTools.parser.Parser
This method is used by user to process the sentence.

R

REPRESENTATIVE_OBJECT - Static variable in class cz.cuni.mff.procasor.core.helper.WordHelper
Constant
REQUEST_RECEIVED - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Constant
REQUEST_SENT - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Constant
reMarkSteps(UseCase, BranchStep, String) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Remarks branch mark and all it children.
reMarkSteps(UseCase, UseCaseStep, String) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseStepHelper
Remarks useCaseSteps.
remove(UseCase, BranchStep) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Remove branchStep from the project.
remove(Entity, Project) - Static method in class cz.cuni.mff.procasor.core.helper.EntityHelper
Remove entity from project.
remove(UseCase, Project) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseHelper
Remove useCase from the whole project.
remove(UseCaseModel, Project) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseModelHelper
Remove useCaseModel from project
remove(UseCase, UseCaseStep) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseStepHelper
Remove uasCaseStep from project.
removeActor(Actor, UseCase) - Static method in class cz.cuni.mff.procasor.core.helper.ActorHelper
Remove actor from useCase
removeEntityFromUseCase(UseCase, Entity) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseHelper
Remove entity form all steps in useCase.
removingEntity(Entity) - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This function change the state of tokens' internal structures if the entity is removed.
removingModel(UseCaseModel) - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This function change the state of tokens' internal structures if the model is removed.
removingSentence(TypeSentence) - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This function change the state of tokens' internal structures if the sentence is removed.
removingUseCase(UseCase) - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This function change the state of tokens' internal structures if the use case is removed.
restart() - Method in class cz.cuni.mff.procasor.parsingTools.parser.Parser
Method close the PipeLine and creates another.
returnToGeneratedSemnatics(TypeSentence) - Static method in class cz.cuni.mff.procasor.core.helper.SentenceHelper
Remove manual semantics and sets as active generated semantics.
running - Variable in class cz.cuni.mff.procasor.parsingTools.parser.Parser
0 - the pipeline is not running, 1 - the pipeline is running

S

SAVE_LOCATION - Static variable in class cz.cuni.mff.procasor.core.helper.ProjectHelper
Location for saving and opening projects
SUBJECT - Static variable in class cz.cuni.mff.procasor.core.helper.WordHelper
Constant
SUPPORTING_ACTOR - Static variable in class cz.cuni.mff.procasor.core.helper.ActorHelper
Constant
SYSTEM_UNDER_DESIGN - Static variable in class cz.cuni.mff.procasor.core.helper.ActorHelper
Constant
Semantics - interface cz.cuni.mff.procasor.core.Semantics.
Java content class for Semantics element declaration.
SemanticsHelper - class cz.cuni.mff.procasor.core.helper.SemanticsHelper.
Helper class for Semnatics
Sentence - interface cz.cuni.mff.procasor.core.Sentence.
Java content class for Sentence element declaration.
SentenceHelper - class cz.cuni.mff.procasor.core.helper.SentenceHelper.
Class with static methods for work with Sentence class
save(BranchStep, UseCase, int) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Generate id for branch step and add this step to the UseCase to the specified postion.
save(Entity, Project) - Static method in class cz.cuni.mff.procasor.core.helper.EntityHelper
Generate new id for entity and add entity to the project.
save(Project, String) - Static method in class cz.cuni.mff.procasor.core.helper.ProjectHelper
Save project to file (projectname .
save(UseCase) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseHelper
Sets id for useCase and adds useCase to to model.
save(UseCaseModel) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseModelHelper
Sets id for model.
save(UseCaseStep, UseCase, int) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseStepHelper
Generate id for useCaseStep and add this step to the UseCase to the specified postion
setAcronym(UseCase, String) - Static method in class cz.cuni.mff.procasor.core.helper.UseCaseHelper
Sets acronym to the use case
setActorEntity(Object) - Method in interface cz.cuni.mff.procasor.core.TypeActor
Sets the value of the actorEntity property.
setActorRole(String) - Method in interface cz.cuni.mff.procasor.core.TypeActor
Sets the value of the actorRole property.
setActorRole(Actor, int) - Static method in class cz.cuni.mff.procasor.core.helper.ActorHelper
Sets role to the actor.
setBranchStepHandlesIncludedUseCaseFailure(boolean) - Method in interface cz.cuni.mff.procasor.core.TypeBranchStep
Sets the value of the branchStepHandlesIncludedUseCaseFailure property.
setBranchStepId(String) - Method in interface cz.cuni.mff.procasor.core.TypeBranchStep
Sets the value of the branchStepId property.
setBranchStepTypeOfBranch(String) - Method in interface cz.cuni.mff.procasor.core.TypeBranchStep
Sets the value of the branchStepTypeOfBranch property.
setConceptualObjectName(String) - Method in interface cz.cuni.mff.procasor.core.TypeConceptualObject
Sets the value of the conceptualObjectName property.
setEntityAcronym(String) - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Sets the value of the entityAcronym property.
setEntityDescription(String) - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Sets the value of the entityDescription property.
setEntityId(String) - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Sets the value of the entityId property.
setEntityModels(TypeEntity.EntityModelsType) - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Sets the value of the entityModels property.
setEntityName(String) - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Sets the value of the entityName property.
setEntityParent(Object) - Method in interface cz.cuni.mff.procasor.core.TypeEntity
Sets the value of the entityParent property.
setFirstLetterToLowerCase(String) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Sets first letter of string to lower case
setParent(Entity, Entity) - Static method in class cz.cuni.mff.procasor.core.helper.EntityHelper
Set parent and check all children if parent isn't among children (in this case parent is removed from children).
setPercentsOfCommonToPerfomLerning(int) - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This function change the variable which determinates wheather too tokens are similiar or not.
setPipeLine() - Method in class cz.cuni.mff.procasor.parsingTools.parser.Parser
Creates apropriate filters for reading and writing data from the pipes, which are connected directly to the PipeLine.
setProCase(TypeProCase) - Method in interface cz.cuni.mff.procasor.core.TypeUseCase.UseCaseProCaseType
Sets the value of the proCase property.
setProCaseText(String) - Method in interface cz.cuni.mff.procasor.core.TypeProCase
Sets the value of the proCaseText property.
setProject(Project) - Method in class cz.cuni.mff.procasor.treeAnalyser.ClassicTreeAnalyser
 
setProject(Project) - Method in interface cz.cuni.mff.procasor.treeAnalyser.TreeAnalyser
Sets active project.
setProjectConceptualObject(TypeProject.ProjectConceptualObjectType) - Method in interface cz.cuni.mff.procasor.core.TypeProject
Sets the value of the projectConceptualObject property.
setProjectDescription(String) - Method in interface cz.cuni.mff.procasor.core.TypeProject
Sets the value of the projectDescription property.
setProjectEntity(TypeProject.ProjectEntityType) - Method in interface cz.cuni.mff.procasor.core.TypeProject
Sets the value of the projectEntity property.
setProjectName(String) - Method in interface cz.cuni.mff.procasor.core.TypeProject
Sets the value of the projectName property.
setProperty(String, Object) - Method in class cz.cuni.mff.procasor.core.ObjectFactory
Set the specified property.
setSemantics(TypeSemantics) - Method in interface cz.cuni.mff.procasor.core.TypeSentence.SentenceGeneratedSemanticsType
Sets the value of the semantics property.
setSemantics(TypeSemantics) - Method in interface cz.cuni.mff.procasor.core.TypeSentence.SentenceManualSemanticsType
Sets the value of the semantics property.
setSemanticsEventToken(String) - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Sets the value of the semanticsEventToken property.
setSemanticsGotoTarget(Object) - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Sets the value of the semanticsGotoTarget property.
setSemanticsId(String) - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Sets the value of the semanticsId property.
setSemanticsIndirectObject(Object) - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Sets the value of the semanticsIndirectObject property.
setSemanticsSentenceType(String) - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Sets the value of the semanticsSentenceType property.
setSemanticsSubject(Object) - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Sets the value of the semanticsSubject property.
setSemanticsWords(TypeSemantics.SemanticsWordsType) - Method in interface cz.cuni.mff.procasor.core.TypeSemantics
Sets the value of the semanticsWords property.
setSentenceActiveSemantics(Object) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceActiveSemantics property.
setSentenceAnalyzed(boolean) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceAnalyzed property.
setSentenceGeneratedSemantics(TypeSentence.SentenceGeneratedSemanticsType) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceGeneratedSemantics property.
setSentenceHasConflict(boolean) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceHasConflict property.
setSentenceIsStepMarkCorrect(boolean) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceIsStepMarkCorrect property.
setSentenceLastAnalyzedText(String) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceLastAnalyzedText property.
setSentenceManualSemantics(TypeSentence.SentenceManualSemanticsType) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceManualSemantics property.
setSentenceParseTreeXML(String) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceParseTreeXML property.
setSentenceStepMark(String) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceStepMark property.
setSentenceSubUseCase(Object) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceSubUseCase property.
setSentenceText(String) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceText property.
setSentenceTokenByHand(boolean) - Method in interface cz.cuni.mff.procasor.core.TypeSentence
Sets the value of the sentenceTokenByHand property.
setSentenceType(Semantics, int) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Sets the sentence's type.
setSizeOfList(int) - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This change the length of the token list which is returned in TokenizerResults
setTools() - Method in class cz.cuni.mff.procasor.parsingTools.parser.Parser
Method for building the PipeLine inside the Parser.
setTypeExtension(BranchStep) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Sets parametr typeOfBranchStep to extension.
setTypeOfBranchStep(BranchStep, String) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Sets type to the branch step.
setTypeVariation(BranchStep) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Sets parametr typeOfBranchStep to variation.
setUseCase(UseCase) - Method in class cz.cuni.mff.procasor.treeAnalyser.ClassicTreeAnalyser
 
setUseCase(UseCase) - Method in interface cz.cuni.mff.procasor.treeAnalyser.TreeAnalyser
Sets active use case, that will be used to gather actor information from.
setUseCaseAcronym(String) - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Sets the value of the useCaseAcronym property.
setUseCaseActor(TypeUseCase.UseCaseActorType) - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Sets the value of the useCaseActor property.
setUseCaseBranchSteps(TypeUseCase.UseCaseBranchStepsType) - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Sets the value of the useCaseBranchSteps property.
setUseCaseDescription(String) - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Sets the value of the useCaseDescription property.
setUseCaseId(String) - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Sets the value of the useCaseId property.
setUseCaseModelDescription(String) - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Sets the value of the useCaseModelDescription property.
setUseCaseModelId(String) - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Sets the value of the useCaseModelId property.
setUseCaseModelName(String) - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Sets the value of the useCaseModelName property.
setUseCaseModelSuD(Object) - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Sets the value of the useCaseModelSuD property.
setUseCaseModelUseCaseExpression(String) - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Sets the value of the useCaseModelUseCaseExpression property.
setUseCaseModelUseCases(TypeUseCaseModel.UseCaseModelUseCasesType) - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseModel
Sets the value of the useCaseModelUseCases property.
setUseCaseName(String) - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Sets the value of the useCaseName property.
setUseCaseProCase(TypeUseCase.UseCaseProCaseType) - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Sets the value of the useCaseProCase property.
setUseCaseStepId(String) - Method in interface cz.cuni.mff.procasor.core.TypeUseCaseStep
Sets the value of the useCaseStepId property.
setUseCaseUseCaseModel(Object) - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Sets the value of the useCaseUseCaseModel property.
setUseCaseUseCaseSteps(TypeUseCase.UseCaseUseCaseStepsType) - Method in interface cz.cuni.mff.procasor.core.TypeUseCase
Sets the value of the useCaseUseCaseSteps property.
setWordIdentifiedAs(Word, int) - Static method in class cz.cuni.mff.procasor.core.helper.WordHelper
Sets the words identified role in sentence.
setWordIdentifiesAs(String) - Method in interface cz.cuni.mff.procasor.core.TypeWord
Sets the value of the wordIdentifiesAs property.
setWordIndexInSentence(int) - Method in interface cz.cuni.mff.procasor.core.TypeWord
Sets the value of the wordIndexInSentence property.
setWordIndexInToken(int) - Method in interface cz.cuni.mff.procasor.core.TypeWord
Sets the value of the wordIndexInToken property.
setWordLemma(String) - Method in interface cz.cuni.mff.procasor.core.TypeWord
Sets the value of the wordLemma property.
setWordPOS(String) - Method in interface cz.cuni.mff.procasor.core.TypeWord
Sets the value of the wordPOS property.
setWordWord(String) - Method in interface cz.cuni.mff.procasor.core.TypeWord
Sets the value of the wordWord property.

T

TERMINATE_BRANCH - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Constant
TERMINATE_USECASE - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Constant
TYPE_EXTENSION - Static variable in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Type of branchStep - extension
TYPE_VARIATION - Static variable in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Type of branchStep - variation
TokenizerResults - class cz.cuni.mff.procasor.tokenizer.TokenizerResults.
Class used to return results of tokenizer work.
TokenizerResults(List, List, String, String) - Constructor for class cz.cuni.mff.procasor.tokenizer.TokenizerResults
Constructor
Tokens - interface cz.cuni.mff.procasor.tokenizer.Tokens.
 
TreeAnalyser - interface cz.cuni.mff.procasor.treeAnalyser.TreeAnalyser.
Tree analyser can analyse a parse tree and resolute the importance and role of single words, detect role of the actors in this sentence and detect the action type of the sentence.
TypeActor - interface cz.cuni.mff.procasor.core.TypeActor.
Java content class for typeActor complex type.
TypeBranchStep - interface cz.cuni.mff.procasor.core.TypeBranchStep.
Java content class for typeBranchStep complex type.
TypeConceptualObject - interface cz.cuni.mff.procasor.core.TypeConceptualObject.
Java content class for typeConceptualObject complex type.
TypeEntity - interface cz.cuni.mff.procasor.core.TypeEntity.
Java content class for typeEntity complex type.
TypeEntity.EntityModelsType - interface cz.cuni.mff.procasor.core.TypeEntity.EntityModelsType.
Java content class for anonymous complex type.
TypeProCase - interface cz.cuni.mff.procasor.core.TypeProCase.
Java content class for typeProCase complex type.
TypeProject - interface cz.cuni.mff.procasor.core.TypeProject.
Java content class for typeProject complex type.
TypeProject.ProjectConceptualObjectType - interface cz.cuni.mff.procasor.core.TypeProject.ProjectConceptualObjectType.
Java content class for anonymous complex type.
TypeProject.ProjectEntityType - interface cz.cuni.mff.procasor.core.TypeProject.ProjectEntityType.
Java content class for anonymous complex type.
TypeSemantics - interface cz.cuni.mff.procasor.core.TypeSemantics.
Java content class for typeSemantics complex type.
TypeSemantics.SemanticsWordsType - interface cz.cuni.mff.procasor.core.TypeSemantics.SemanticsWordsType.
Java content class for anonymous complex type.
TypeSentence - interface cz.cuni.mff.procasor.core.TypeSentence.
Java content class for typeSentence complex type.
TypeSentence.SentenceGeneratedSemanticsType - interface cz.cuni.mff.procasor.core.TypeSentence.SentenceGeneratedSemanticsType.
Java content class for anonymous complex type.
TypeSentence.SentenceManualSemanticsType - interface cz.cuni.mff.procasor.core.TypeSentence.SentenceManualSemanticsType.
Java content class for anonymous complex type.
TypeUseCase - interface cz.cuni.mff.procasor.core.TypeUseCase.
Java content class for typeUseCase complex type.
TypeUseCase.UseCaseActorType - interface cz.cuni.mff.procasor.core.TypeUseCase.UseCaseActorType.
Java content class for anonymous complex type.
TypeUseCase.UseCaseBranchStepsType - interface cz.cuni.mff.procasor.core.TypeUseCase.UseCaseBranchStepsType.
Java content class for anonymous complex type.
TypeUseCase.UseCaseProCaseType - interface cz.cuni.mff.procasor.core.TypeUseCase.UseCaseProCaseType.
Java content class for anonymous complex type.
TypeUseCase.UseCaseUseCaseStepsType - interface cz.cuni.mff.procasor.core.TypeUseCase.UseCaseUseCaseStepsType.
Java content class for anonymous complex type.
TypeUseCaseModel - interface cz.cuni.mff.procasor.core.TypeUseCaseModel.
Java content class for typeUseCaseModel complex type.
TypeUseCaseModel.UseCaseModelUseCasesType - interface cz.cuni.mff.procasor.core.TypeUseCaseModel.UseCaseModelUseCasesType.
Java content class for anonymous complex type.
TypeUseCaseStep - interface cz.cuni.mff.procasor.core.TypeUseCaseStep.
Java content class for typeUseCaseStep complex type.
TypeWord - interface cz.cuni.mff.procasor.core.TypeWord.
Java content class for typeWord complex type.
tokensAndSentences() - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This function returns the Map of token labels and the sentences in which the token label was used.
tryToSetTypeFromParent(BranchStep) - Static method in class cz.cuni.mff.procasor.core.helper.BranchStepHelper
Try to set up type of branchStep (var or ext) from parent, if this si possible.

U

UNKNOWN - Static variable in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Constant
UseCase - interface cz.cuni.mff.procasor.core.UseCase.
Java content class for UseCase element declaration.
UseCaseHelper - class cz.cuni.mff.procasor.core.helper.UseCaseHelper.
Helper class for UseCase
UseCaseModel - interface cz.cuni.mff.procasor.core.UseCaseModel.
Java content class for UseCaseModel element declaration.
UseCaseModelHelper - class cz.cuni.mff.procasor.core.helper.UseCaseModelHelper.
Helper class for UseCaseModel.
UseCaseStep - interface cz.cuni.mff.procasor.core.UseCaseStep.
Java content class for UseCaseStep element declaration.
UseCaseStepHelper - class cz.cuni.mff.procasor.core.helper.UseCaseStepHelper.
Helper class for UseCaseStep.

V

VERB - Static variable in class cz.cuni.mff.procasor.core.helper.WordHelper
Constant
version - Static variable in class cz.cuni.mff.procasor.core.ObjectFactory
 

W

Word - interface cz.cuni.mff.procasor.core.Word.
Java content class for Word element declaration.
WordHelper - class cz.cuni.mff.procasor.core.helper.WordHelper.
Class with static methods for work with Word class.
wordCount(Semantics) - Static method in class cz.cuni.mff.procasor.core.helper.SemanticsHelper
Return count of words from semantics
writtenByHand(String, TypeSentence) - Method in interface cz.cuni.mff.procasor.tokenizer.Tokens
This function should be called when the user has written the token label by hand.

A B C D E F G H I J L M N O P R S T U V W