org.media.mn8
Class ScopeStack
java.lang.Object
|
+--org.media.mn8.ScopeStack
- All Implemented Interfaces:
- Cloneable
- public class ScopeStack
- extends Object
- implements Cloneable
- Version:
- $Revision: 1.17 $ $Date: 2002/06/05 14:55:51 $
- Author:
- Remus Pereni
ScopeStack
public ScopeStack(mn8ConceptDefinition conceptDef)
ScopeStack
public ScopeStack(mn8ConceptDefinition conceptDef,
Stack scopeStack)
clear
public void clear()
pushScope
public void pushScope(Scope newScope)
getConceptGlobalScope
public Scope getConceptGlobalScope()
scopeStackSize
public int scopeStackSize()
popScope
public Scope popScope()
getCurrentScope
public Scope getCurrentScope()
getGlobalScope
public Scope getGlobalScope()
insertGlobalInstance
public void insertGlobalInstance(String name,
Concept instance)
insertInstance
public void insertInstance(String name,
Concept instance)
getInstance
public Concept getInstance(String name)
isInstance
public boolean isInstance(String name)
setForcedType
public void setForcedType(String name,
String type)
clone
public Object clone()
- Overrides:
clone
in class Object
printDebugInfo
public void printDebugInfo()
"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."