C# Class Ecologylab.BigSemantics.MetaMetadataNS.InheritanceHandler

Afficher le fichier Open project: ecologylab/BigSemanticsCSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
GENERIC_TYPE_VAR_SCOPE String
MMD_SCOPE String

Méthodes publiques

Méthode Description
CanReset ( ) : bool
InheritanceHandler ( MetaMetadata rootMmd ) : System
IsUsingGenerics ( MetaMetadataField field ) : bool
Pop ( MetaMetadataField mmField ) : void
Push ( MetaMetadataField mmField ) : void
Reset ( ) : void

reset the state of the inheritance handler, as if it is newly created. this allows for pooling and reusing of the object.

ResolveMmdName ( String mmdName ) : MetaMetadata
ResolveMmdName ( String mmdName, NameType nameType ) : MetaMetadata
ToString ( ) : String
clone ( ) : InheritanceHandler

Method Details

CanReset() public méthode

public CanReset ( ) : bool
Résultat bool

InheritanceHandler() public méthode

public InheritanceHandler ( MetaMetadata rootMmd ) : System
rootMmd MetaMetadata
Résultat System

IsUsingGenerics() public méthode

public IsUsingGenerics ( MetaMetadataField field ) : bool
field MetaMetadataField
Résultat bool

Pop() public méthode

public Pop ( MetaMetadataField mmField ) : void
mmField MetaMetadataField
Résultat void

Push() public méthode

public Push ( MetaMetadataField mmField ) : void
mmField MetaMetadataField
Résultat void

Reset() public méthode

reset the state of the inheritance handler, as if it is newly created. this allows for pooling and reusing of the object.
public Reset ( ) : void
Résultat void

ResolveMmdName() public méthode

public ResolveMmdName ( String mmdName ) : MetaMetadata
mmdName String
Résultat MetaMetadata

ResolveMmdName() public méthode

public ResolveMmdName ( String mmdName, NameType nameType ) : MetaMetadata
mmdName String
nameType NameType
Résultat MetaMetadata

ToString() public méthode

public ToString ( ) : String
Résultat String

clone() public méthode

public clone ( ) : InheritanceHandler
Résultat InheritanceHandler

Property Details

GENERIC_TYPE_VAR_SCOPE public_oe static_oe property

public static String GENERIC_TYPE_VAR_SCOPE
Résultat String

MMD_SCOPE public_oe static_oe property

public static String MMD_SCOPE
Résultat String