|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEFactoryImpl
org.eclipse.ocl.types.impl.TypesFactoryImpl
public class TypesFactoryImpl
An implementation of the model Factory.
Field Summary |
---|
Fields inherited from interface org.eclipse.ocl.types.TypesFactory |
---|
eINSTANCE |
Constructor Summary | |
---|---|
TypesFactoryImpl()
Creates an instance of the factory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypesFactoryImpl()
Method Detail |
---|
public static TypesFactory init()
public EObject create(EClass eClass)
public <O> AnyType<O> createAnyType()
createAnyType
in interface TypesFactory
public <C,O> BagType<C,O> createBagType()
createBagType
in interface TypesFactory
public <C,O> CollectionType<C,O> createCollectionType()
createCollectionType
in interface TypesFactory
public ElementType createElementType()
createElementType
in interface TypesFactory
public <O> InvalidType<O> createInvalidType()
createInvalidType
in interface TypesFactory
public <C,O,P> MessageType<C,O,P> createMessageType()
createMessageType
in interface TypesFactory
public <C,O> OrderedSetType<C,O> createOrderedSetType()
createOrderedSetType
in interface TypesFactory
public <O> PrimitiveType<O> createPrimitiveType()
createPrimitiveType
in interface TypesFactory
public <C,O> SequenceType<C,O> createSequenceType()
createSequenceType
in interface TypesFactory
public <C,O> SetType<C,O> createSetType()
createSetType
in interface TypesFactory
public <O,P> TupleType<O,P> createTupleType()
createTupleType
in interface TypesFactory
public <C,O> TypeType<C,O> createTypeType()
createTypeType
in interface TypesFactory
public <O> VoidType<O> createVoidType()
createVoidType
in interface TypesFactory
public <O> TemplateParameterType<O> createTemplateParameterType()
createTemplateParameterType
in interface TypesFactory
public TypesPackage getTypesPackage()
getTypesPackage
in interface TypesFactory
@Deprecated public static TypesPackage getPackage()
public <C,O> BagType<C,O> createBagType(C elementType)
public <C,O> CollectionType<C,O> createCollectionType(C elementType)
public <C,O> CollectionType<C,O> createCollectionType(CollectionKind kind, C elementType)
public <C,O,P> MessageType<C,O,P> createOperationMessageType(O operation)
public <C,O> OrderedSetType<C,O> createOrderedSetType(C elementType)
public <C,O> SequenceType<C,O> createSequenceType(C elementType)
public <C,O> SetType<C,O> createSetType(C elementType)
public <C,O,P> MessageType<C,O,P> createSignalMessageType(C signal)
public <C,O,P> TupleType<O,P> createTupleType(java.util.List<? extends TypedElement<C>> parts)
public <C,O> TypeType<C,O> createTypeType(C type)
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |