C# Class Ecologylab.BigSemantics.MetaMetadataNS.InheritanceHandler

Datei anzeigen Open project: ecologylab/BigSemanticsCSharp Class Usage Examples

Public Properties

Property Type Description
GENERIC_TYPE_VAR_SCOPE String
MMD_SCOPE String

Public Methods

Method 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 method

public CanReset ( ) : bool
return bool

InheritanceHandler() public method

public InheritanceHandler ( MetaMetadata rootMmd ) : System
rootMmd MetaMetadata
return System

IsUsingGenerics() public method

public IsUsingGenerics ( MetaMetadataField field ) : bool
field MetaMetadataField
return bool

Pop() public method

public Pop ( MetaMetadataField mmField ) : void
mmField MetaMetadataField
return void

Push() public method

public Push ( MetaMetadataField mmField ) : void
mmField MetaMetadataField
return void

Reset() public method

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
return void

ResolveMmdName() public method

public ResolveMmdName ( String mmdName ) : MetaMetadata
mmdName String
return MetaMetadata

ResolveMmdName() public method

public ResolveMmdName ( String mmdName, NameType nameType ) : MetaMetadata
mmdName String
nameType NameType
return MetaMetadata

ToString() public method

public ToString ( ) : String
return String

clone() public method

public clone ( ) : InheritanceHandler
return InheritanceHandler

Property Details

GENERIC_TYPE_VAR_SCOPE public_oe static_oe property

public static String GENERIC_TYPE_VAR_SCOPE
return String

MMD_SCOPE public_oe static_oe property

public static String MMD_SCOPE
return String