|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GenericType in story.aesop.nodes |
---|
Methods in story.aesop.nodes that return GenericType | |
---|---|
GenericType |
Want.subTypes()
|
GenericType |
Theme.subTypes()
|
GenericType |
Example.subTypes()
|
GenericType |
Char.subTypes()
|
Uses of GenericType in story.dbcore.admin |
---|
Classes in story.dbcore.admin that implement GenericType | |
---|---|
class |
CommandType
Manually implemented enum for types. |
class |
TypeType
Manually implemented enum for types. |
Methods in story.dbcore.admin that return GenericType | |
---|---|
GenericType |
TypeType.getAsGeneric(java.lang.String string)
Return the corresponding TypeType for the given string as a GenericType object. |
GenericType |
CommandType.getAsGeneric(java.lang.String string)
Return the corresponding CommandType for the given string as a GenericType object. |
Uses of GenericType in story.dbcore.attributes |
---|
Constructors in story.dbcore.attributes with parameters of type GenericType | |
---|---|
TypeAttribute(GenericType type)
Constructor with GenericType and no initial value. |
|
TypeAttribute(GenericType type,
AttributeValue selected)
Constructor with initial value. |
Uses of GenericType in story.dbcore.grammars |
---|
Classes in story.dbcore.grammars that implement GenericType | |
---|---|
class |
VariableType
Manually implemented enum for types. |
Methods in story.dbcore.grammars that return GenericType | |
---|---|
GenericType |
VariableType.getAsGeneric(java.lang.String string)
Return the corresponding VariableType for the given string as a GenericType object. |
Uses of GenericType in story.dbcore.links |
---|
Classes in story.dbcore.links that implement GenericType | |
---|---|
class |
LinkDirection
Manually implemented enum for types. |
class |
LinkType
Manually implemented enum for types. |
Methods in story.dbcore.links that return GenericType | |
---|---|
GenericType |
LinkType.getAsGeneric(java.lang.String string)
Return the corresponding LinkType for the given string as a GenericType object. |
GenericType |
LinkDirection.getAsGeneric(java.lang.String string)
Return the corresponding LinkDirection for the given string as a GenericType object. |
Uses of GenericType in story.dbcore.misc |
---|
Classes in story.dbcore.misc that implement GenericType | |
---|---|
class |
ComparisonType
Manually implemented enum for types. |
class |
IDType
Manually implemented enum for types. |
Methods in story.dbcore.misc that return GenericType | |
---|---|
GenericType |
GenericType.getAsGeneric(java.lang.String string)
|
GenericType |
IDType.getAsGeneric(java.lang.String string)
Return the corresponding IDType for the given string as a GenericType object. |
GenericType |
ComparisonType.getAsGeneric(java.lang.String string)
Return the corresponding ComparisonType for the given string as a GenericType object. |
Uses of GenericType in story.dbcore.nodes |
---|
Classes in story.dbcore.nodes that implement GenericType | |
---|---|
class |
NodeType
Manually implemented enum for types. |
Methods in story.dbcore.nodes that return GenericType | |
---|---|
GenericType |
NodeType.getAsGeneric(java.lang.String string)
Return the corresponding NodeType for the given string as a GenericType object. |
GenericType |
NodeConfig.subTypes()
If you want this node type to support subtypes, return a GenericType for the enum you want to describe the possible subtypes. |
Uses of GenericType in story.dbcore.parameters |
---|
Constructors in story.dbcore.parameters with parameters of type GenericType | |
---|---|
NodeIsSubnodeTypeParameter(VariableID nodeReference,
GenericType subtype)
Constructor. |
Uses of GenericType in story.dbcore.repositories |
---|
Classes in story.dbcore.repositories that implement GenericType | |
---|---|
class |
RepositoryType
Manually implemented enum for types. |
Methods in story.dbcore.repositories that return GenericType | |
---|---|
GenericType |
RepositoryType.getAsGeneric(java.lang.String string)
Return the corresponding RepositoryType for the given string as a GenericType object. |
Uses of GenericType in story.flashback.nodes |
---|
Methods in story.flashback.nodes that return GenericType | |
---|---|
GenericType |
Venue.subTypes()
|
GenericType |
Reference.subTypes()
|
GenericType |
Area.subTypes()
|
Uses of GenericType in story.scheherazade.admin |
---|
Classes in story.scheherazade.admin that implement GenericType | |
---|---|
class |
StoryPointType
Manually implemented enum for types. |
Methods in story.scheherazade.admin that return GenericType | |
---|---|
GenericType |
StoryPointType.getAsGeneric(java.lang.String string)
Return the corresponding StoryPointType for the given string as a GenericType object. |
Uses of GenericType in story.scheherazade.elements |
---|
Classes in story.scheherazade.elements that implement GenericType | |
---|---|
class |
ConditionAssocType
Manually implemented enum for types. |
class |
CoreAction
Manually implemented enum for types. |
class |
CoreCondition
Manually implemented enum for types. |
class |
CoreModifier
Manually implemented enum for types. |
class |
StateTimeType
Manually implemented enum for types. |
class |
TimelineType
Manually implemented enum for types. |
Methods in story.scheherazade.elements that return GenericType | |
---|---|
GenericType |
TimelineType.getAsGeneric(java.lang.String string)
Return the corresponding TimelineType for the given string as a GenericType object. |
GenericType |
StateTimeType.getAsGeneric(java.lang.String string)
Return the corresponding StateTimeType for the given string as a GenericType object. |
GenericType |
CoreModifier.getAsGeneric(java.lang.String string)
Return the corresponding CoreModifier for the given string as a GenericType object. |
GenericType |
CoreCondition.getAsGeneric(java.lang.String string)
Return the corresponding CoreCondition for the given string as a GenericType object. |
GenericType |
CoreAction.getAsGeneric(java.lang.String string)
Return the corresponding CoreAction for the given string as a GenericType object. |
GenericType |
ConditionAssocType.getAsGeneric(java.lang.String string)
Return the corresponding ConditionAssocType for the given string as a GenericType object. |
Uses of GenericType in story.scheherazade.misc |
---|
Classes in story.scheherazade.misc that implement GenericType | |
---|---|
class |
Activation
Manually implemented enum for types. |
class |
CharacterGender
Manually implemented enum for types. |
class |
Conditionality
Manually implemented enum for types. |
class |
CoreGoal
Manually implemented enum for types. |
class |
InterpretativeArcType
Manually implemented enum for types. |
class |
InterpretativeNodeType
Manually implemented enum for types. |
class |
InterpValidationErrorType
Manually implemented enum for types. |
class |
ModifierScope
Manually implemented enum for types. |
class |
PredicateFlavor
Manually implemented enum for types. |
class |
PropDiscreteness
Manually implemented enum for types. |
class |
ScheherIDType
Manually implemented enum for types. |
Methods in story.scheherazade.misc that return GenericType | |
---|---|
GenericType |
ScheherIDType.getAsGeneric(java.lang.String string)
Return the corresponding ScheherIDType for the given string as a GenericType object. |
GenericType |
PropDiscreteness.getAsGeneric(java.lang.String string)
Return the corresponding PropDiscreteness for the given string as a GenericType object. |
GenericType |
PredicateFlavor.getAsGeneric(java.lang.String string)
Return the corresponding PredicateFlavor for the given string as a GenericType object. |
GenericType |
ModifierScope.getAsGeneric(java.lang.String string)
Return the corresponding ModifierScope for the given string as a GenericType object. |
GenericType |
InterpValidationErrorType.getAsGeneric(java.lang.String string)
Return the corresponding InterpValidationErrorType for the given string as a GenericType object. |
GenericType |
InterpretativeNodeType.getAsGeneric(java.lang.String string)
Return the corresponding InterpretativeNodeType for the given string as a GenericType object. |
GenericType |
InterpretativeArcType.getAsGeneric(java.lang.String string)
Return the corresponding InterpretativeArcType for the given string as a GenericType object. |
GenericType |
CoreGoal.getAsGeneric(java.lang.String string)
Return the corresponding CoreGoal for the given string as a GenericType object. |
GenericType |
Conditionality.getAsGeneric(java.lang.String string)
Return the corresponding Conditionality for the given string as a GenericType object. |
GenericType |
CharacterGender.getAsGeneric(java.lang.String string)
Return the corresponding CharacterGender for the given string as a GenericType object. |
GenericType |
Activation.getAsGeneric(java.lang.String string)
Return the corresponding Activation for the given string as a GenericType object. |
Uses of GenericType in story.scheherazade.nodes |
---|
Methods in story.scheherazade.nodes that return GenericType | |
---|---|
GenericType |
TransitionNode.subTypes()
|
GenericType |
TimelineNode.subTypes()
|
GenericType |
StateNode.subTypes()
|
GenericType |
SettingNode.subTypes()
|
GenericType |
NounNode.subTypes()
|
GenericType |
NarrativeNode.subTypes()
|
GenericType |
ModifierNode.subTypes()
|
GenericType |
InterpNode.subTypes()
|
GenericType |
ConditionNode.subTypes()
|
GenericType |
ActionNode.subTypes()
|
Uses of GenericType in story.scheherazade.parameters |
---|
Classes in story.scheherazade.parameters that implement GenericType | |
---|---|
class |
ActionTemporality
Manually implemented enum for types. |
class |
SCHVariableType
Manually implemented enum for types. |
class |
SemanticRole
Manually implemented enum for types. |
Methods in story.scheherazade.parameters that return GenericType | |
---|---|
GenericType |
SemanticRole.getAsGeneric(java.lang.String string)
Return the corresponding SemanticRole for the given string as a GenericType object. |
GenericType |
SCHVariableType.getAsGeneric(java.lang.String string)
Return the corresponding SCHVariableType for the given string as a GenericType object. |
GenericType |
ActionTemporality.getAsGeneric(java.lang.String string)
Return the corresponding ActionTemporality for the given string as a GenericType object. |
Uses of GenericType in story.scheherazade.prologuer |
---|
Classes in story.scheherazade.prologuer that implement GenericType | |
---|---|
class |
COMLEXVerbTense
Manually implemented enum for types. |
class |
LogicOperator
Manually implemented enum for types. |
class |
NounFlavor
Manually implemented enum for types. |
class |
PredicateMode
Manually implemented enum for types. |
class |
Preposition
Manually implemented enum for types. |
class |
SelectionRestrictionType
Manually implemented enum for types. |
class |
SyntaxRestrictionType
Manually implemented enum for types. |
class |
UsageModelType
Manually implemented enum for types. |
class |
VNThematicRoleType
Manually implemented enum for types. |
Methods in story.scheherazade.prologuer that return GenericType | |
---|---|
GenericType |
VNThematicRoleType.getAsGeneric(java.lang.String string)
Return the corresponding VNThematicRoleType for the given string as a GenericType object. |
GenericType |
UsageModelType.getAsGeneric(java.lang.String string)
Return the corresponding UsageModelType for the given string as a GenericType object. |
GenericType |
SyntaxRestrictionType.getAsGeneric(java.lang.String string)
Return the corresponding SyntaxRestrictionType for the given string as a GenericType object. |
GenericType |
SelectionRestrictionType.getAsGeneric(java.lang.String string)
Return the corresponding SelectionRestrictionType for the given string as a GenericType object. |
GenericType |
Preposition.getAsGeneric(java.lang.String string)
Return the corresponding Preposition for the given string as a GenericType object. |
GenericType |
PredicateMode.getAsGeneric(java.lang.String string)
Return the corresponding PredicateMode for the given string as a GenericType object. |
GenericType |
NounFlavor.getAsGeneric(java.lang.String string)
Return the corresponding NounFlavor for the given string as a GenericType object. |
GenericType |
LogicOperator.getAsGeneric(java.lang.String string)
Return the corresponding LogicOperator for the given string as a GenericType object. |
GenericType |
COMLEXVerbTense.getAsGeneric(java.lang.String string)
Return the corresponding COMLEXVerbTense for the given string as a GenericType object. |
Uses of GenericType in story.scheherazade.verbalizer |
---|
Classes in story.scheherazade.verbalizer that implement GenericType | |
---|---|
class |
ConditionGrammaticalType
Manually implemented enum for types. |
class |
ModifierGrammaticalType
Manually implemented enum for types. |
class |
NounPlurality
Manually implemented enum for types. |
class |
Perspective
Manually implemented enum for types. |
class |
PunctuationType
Manually implemented enum for types. |
class |
StyleParam
Manually implemented enum for types. |
class |
VerbTense
Manually implemented enum for types. |
Methods in story.scheherazade.verbalizer that return GenericType | |
---|---|
GenericType |
VerbTense.getAsGeneric(java.lang.String string)
Return the corresponding VerbTense for the given string as a GenericType object. |
GenericType |
StyleParam.getAsGeneric(java.lang.String string)
Return the corresponding StyleParam for the given string as a GenericType object. |
GenericType |
PunctuationType.getAsGeneric(java.lang.String string)
Return the corresponding PunctuationType for the given string as a GenericType object. |
GenericType |
Perspective.getAsGeneric(java.lang.String string)
Return the corresponding Perspective for the given string as a GenericType object. |
GenericType |
NounPlurality.getAsGeneric(java.lang.String string)
Return the corresponding NounPlurality for the given string as a GenericType object. |
GenericType |
ModifierGrammaticalType.getAsGeneric(java.lang.String string)
Return the corresponding ModifierGrammaticalType for the given string as a GenericType object. |
GenericType |
ConditionGrammaticalType.getAsGeneric(java.lang.String string)
Return the corresponding ConditionGrammaticalType for the given string as a GenericType object. |
Uses of GenericType in story.scheherazade.virgil |
---|
Classes in story.scheherazade.virgil that implement GenericType | |
---|---|
class |
DefinerMode
Manually implemented enum for types. |
class |
DegreeCategory
Manually implemented enum for types. |
class |
ElementBrowserEvent
Manually implemented enum for types. |
class |
ElementBrowserMode
Manually implemented enum for types. |
class |
PredicateSelectorMode
Manually implemented enum for types. |
class |
VirgilCommandType
Manually implemented enum for types. |
Methods in story.scheherazade.virgil that return GenericType | |
---|---|
GenericType |
VirgilCommandType.getAsGeneric(java.lang.String string)
Return the corresponding VirgilCommandType for the given string as a GenericType object. |
GenericType |
PredicateSelectorMode.getAsGeneric(java.lang.String string)
Return the corresponding PredicateSelectorMode for the given string as a GenericType object. |
GenericType |
ElementBrowserMode.getAsGeneric(java.lang.String string)
Return the corresponding ElementBrowserMode for the given string as a GenericType object. |
GenericType |
ElementBrowserEvent.getAsGeneric(java.lang.String string)
Return the corresponding ElementBrowserEvent for the given string as a GenericType object. |
GenericType |
DegreeCategory.getAsGeneric(java.lang.String string)
Return the corresponding DegreeCategory for the given string as a GenericType object. |
GenericType |
DefinerMode.getAsGeneric(java.lang.String string)
Return the corresponding DefinerMode for the given string as a GenericType object. |
Constructors in story.scheherazade.virgil with parameters of type GenericType | |
---|---|
TypeSelector(SCHSelector parentSelector,
GenericType type,
java.lang.String prompt,
SCHVariableType variableType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |