edu.stanford.smi.protege.model.framestore
Interface FrameMapping
public interface FrameMapping
This interface maintains a mapping between frames in two
Narrow Frame Stores (a local vs a global Narrow Frame Store).
mapGlobalFrame
Frame mapGlobalFrame(Frame frame,
boolean create)
mapLocalFrame
Frame mapLocalFrame(Frame frame)
mapGlobalSlot
Slot mapGlobalSlot(Slot slot,
boolean create)
mapLocalSlot
Slot mapLocalSlot(Slot slot)
mapGlobalFacet
Facet mapGlobalFacet(Facet slot,
boolean create)
mapLocalFacet
Facet mapLocalFacet(Facet slot)
mapLocalObject
Object mapLocalObject(Object o)
mapGlobalObject
Object mapGlobalObject(Object o,
boolean create)
mapGlobalList
List mapGlobalList(List c,
boolean create)
mapLocalList
List mapLocalList(List c)
mapGlobalCollection
Collection mapGlobalCollection(Collection c,
boolean create)
mapLocalCollection
Collection mapLocalCollection(Collection c)
mapLocalFrameSet
Set<Frame> mapLocalFrameSet(Set<Frame> localFrames)
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2007 Stanford University.