public interface StandardLibraryInternal extends StandardLibrary.StandardLibraryExtension
| Type | Property and Description |
|---|---|
Property |
basicGetOclInvalid |
StandardLibrary.StandardLibraryExtension| Modifier and Type | Method and Description |
|---|---|
Operation |
basicGetOclInvalidOperation() |
Property |
basicGetOclInvalidProperty() |
InvalidType |
basicGetOclInvalidType() |
void |
defineLibraryType(Class pivotType) |
void |
dispose() |
Class |
getASClass(String className) |
BagType |
getBagType()
Obtains the generic instance of the BagType metatype, named
Bag(T).
|
PrimitiveType |
getBehavioralClass(Class<?> javaClass) |
PrimitiveType |
getBooleanType()
Obtains the instance of the PrimitiveType metatype, named
Boolean.
|
CollectionType |
getCollectionType()
Obtains the generic instance of the CollectionType metatype, named
Collection(T).
|
CompleteModelInternal |
getCompleteModel() |
String |
getDefaultStandardLibraryURI() |
PrimitiveType |
getIntegerType()
Obtains the instance of the PrimitiveType metatype, named
Integer.
|
Class |
getLibraryType(String typeName) |
AnyType |
getOclAnyType()
Obtains the single instance of the AnyType metatype, named
OclAny.
|
Property |
getOclInvalidProperty() |
InvalidType |
getOclInvalidType()
Obtains the single instance of the InvalidType metatype, named
OclInvalid.
|
Class |
getOclLambdaType() |
Class |
getOclTypeType() |
VoidType |
getOclVoidType()
Obtains the single instance of the VoidType metatype, named
OclVoid.
|
CollectionType |
getOrderedCollectionType()
Obtains the generic instance of the OrderedCollection metatype, named
OrderedCollection(T).
|
OrderedSetType |
getOrderedSetType()
Obtains the generic instance of the OrderedSetType metatype, named
OrderedSet(T).
|
PrimitiveType |
getRealType()
Obtains the instance of the PrimitiveType metatype, named
Real.
|
Class |
getRequiredLibraryType(String typeName) |
SequenceType |
getSequenceType()
Obtains the generic instance of the SequenceType metatype, named
Sequence(T).
|
SetType |
getSetType()
Obtains the generic instance of the SetType metatype, named
Set(T).
|
PrimitiveType |
getStringType()
Obtains the instance of the PrimitiveType metatype, named
String.
|
CollectionType |
getUniqueCollectionType()
Obtains the generic instance of the UniqueCollection metatype, named
Set(T).
|
PrimitiveType |
getUnlimitedNaturalType()
Obtains the instance of the PrimitiveType metatype,
named UnlimitedNatural.
|
StandardLibraryInternal |
init(CompleteModelInternal completeModel) |
boolean |
isExplicitDefaultStandardLibraryURI() |
Resource |
loadDefaultLibrary(String uri) |
void |
setDefaultStandardLibraryURI(String defaultStandardLibraryURI) |
getOclEnumerationTypegetAllCompletePackages, getClassType, getCollectionType, getCollectionType, getEnumerationType, getInheritance, getMapType, getMapType, getMetaclass, getMetaType, getNsURIPackage, getOclComparableType, getOclElementType, getOclInvalidOperation, getOclMessageType, getOclSelfType, getOclStereotypeType, getOclSummableType, getOclTupleType, getOclType, getOperationTemplateParameter, getOwningCompleteEnvironment, getPackage, getPrimitiveType, getRootPackage, setOwningCompleteEnvironmentaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueProperty basicGetOclInvalidProperty
Operation basicGetOclInvalidOperation()
Property basicGetOclInvalidProperty()
InvalidType basicGetOclInvalidType()
void defineLibraryType(Class pivotType)
void dispose()
BagType getBagType()
StandardLibrarygetBagType in interface StandardLibraryPrimitiveType getBehavioralClass(Class<?> javaClass)
PrimitiveType getBooleanType()
StandardLibrarygetBooleanType in interface StandardLibraryCollectionType getCollectionType()
StandardLibrarygetCollectionType in interface StandardLibraryCompleteModelInternal getCompleteModel()
String getDefaultStandardLibraryURI()
PrimitiveType getIntegerType()
StandardLibrarygetIntegerType in interface StandardLibraryAnyType getOclAnyType()
StandardLibrarygetOclAnyType in interface StandardLibraryProperty getOclInvalidProperty()
getOclInvalidProperty in interface StandardLibraryInvalidType getOclInvalidType()
StandardLibrarygetOclInvalidType in interface StandardLibraryClass getOclLambdaType()
Class getOclTypeType()
VoidType getOclVoidType()
StandardLibrarygetOclVoidType in interface StandardLibraryCollectionType getOrderedCollectionType()
StandardLibrarygetOrderedCollectionType in interface StandardLibraryOrderedSetType getOrderedSetType()
StandardLibrarygetOrderedSetType in interface StandardLibraryPrimitiveType getRealType()
StandardLibrarygetRealType in interface StandardLibrarySequenceType getSequenceType()
StandardLibrarygetSequenceType in interface StandardLibrarySetType getSetType()
StandardLibrarygetSetType in interface StandardLibraryPrimitiveType getStringType()
StandardLibrarygetStringType in interface StandardLibraryCollectionType getUniqueCollectionType()
StandardLibrarygetUniqueCollectionType in interface StandardLibraryPrimitiveType getUnlimitedNaturalType()
StandardLibrarygetUnlimitedNaturalType in interface StandardLibraryStandardLibraryInternal init(CompleteModelInternal completeModel)
boolean isExplicitDefaultStandardLibraryURI()
Resource loadDefaultLibrary(String uri)
void setDefaultStandardLibraryURI(String defaultStandardLibraryURI)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.