MetaDone
Package metadone.repository.kernel

Packages

package  events
package  jpa2

Classes

class  AbstractProject
interface  DataObject
interface  FactoryData
interface  FactoryProject
interface  K_Common
interface  K_Object
interface  K_ObjectBoolean
interface  K_ObjectChar
interface  K_ObjectFloat
interface  K_ObjectInteger
interface  K_ObjectString
interface  K_ObjectType
interface  K_Property
interface  K_PropertyType
interface  K_PropertyTypePi
interface  K_TypeBoolean
interface  K_TypeChar
interface  K_TypeFloat
interface  K_TypeInteger
interface  K_TypeOmega
interface  K_TypeString
interface  NN_subtype
interface  NN_typeof
interface  PersistenceLifeCycle
interface  Project
interface  Transaction

Enumerations

enum  FacetType {
  ft_Common, ft_Object, ft_ObjectBoolean, ft_ObjectChar,
  ft_ObjectFloat, ft_ObjectInteger, ft_ObjectString, ft_ObjectType,
  ft_Property, ft_PropertyType, ft_PropertyTypePi, ft_TypeBoolean,
  ft_TypeChar, ft_TypeFloat, ft_TypeInteger, ft_TypeOmega,
  ft_TypeString
}
enum  Kind { A_B, B_A, p_A, p_B }

Detailed Description

Author ven File: MetaDone-metadone.repository.transaction-Transaction.java Created: 26-janv.-2006


Enumeration Type Documentation

Enumerator:
ft_Common 
ft_Object 
ft_ObjectBoolean 
ft_ObjectChar 
ft_ObjectFloat 
ft_ObjectInteger 
ft_ObjectString 
ft_ObjectType 
ft_Property 
ft_PropertyType 
ft_PropertyTypePi 
ft_TypeBoolean 
ft_TypeChar 
ft_TypeFloat 
ft_TypeInteger 
ft_TypeOmega 
ft_TypeString 

Kind specifies the behavioural aspect of properties.

Author:
ven

Date=01-mai-2006 - 15:27:20 Filename = Kind.java

Enumerator:
A_B 

if we delete a domain, then we delete the range (and the property)

B_A 

if we delete the range, then we delete the domain (and the property)

p_A 

if we delete the property, then we delete the domain

p_B 

if we delete the property, then we delete the range

 All Classes Namespaces Files Functions Variables Enumerations