edu.stanford.smi.protegex.owl.model.factory
Class FrameTypeId2OWLJavaClass
java.lang.Object
edu.stanford.smi.protegex.owl.model.factory.FrameTypeId2OWLJavaClass
public class FrameTypeId2OWLJavaClass
- extends Object
Class for storing the mapping between the frame type ids and the corresponding Java classes.
- Author:
- Tania Tudorache
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameTypeId2OWLJavaClass
public FrameTypeId2OWLJavaClass()
addMappedValues
protected static void addMappedValues(int frameTypeId,
Class<? extends edu.stanford.smi.protege.model.Instance> javaClass)
getFrameTypeId
public static int getFrameTypeId(Class<? extends edu.stanford.smi.protege.model.Instance> javaClass)
getJavaClass
public static Class<? extends edu.stanford.smi.protege.model.Instance> getJavaClass(int frameTypeId)
getOrderedJavaClasses
public static Collection<Class<? extends edu.stanford.smi.protege.model.Instance>> getOrderedJavaClasses()
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.