TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.provisional.fastxpath.binding
Class ClassMapping

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.eclipse.tptp.platform.provisional.fastxpath.binding.ClassMapping
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ClassMapping
extends java.util.HashMap

See Also:
Serialized Form

Constructor Summary
ClassMapping()
           
 
Method Summary
 java.util.Set getAttributes()
           
 java.util.Set getElements()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ClassMapping

public ClassMapping()
Method Detail

getAttributes

public java.util.Set getAttributes()
Returns:
all the attributes

getElements

public java.util.Set getElements()
Returns:
elements

TPTP 4.2.0 Platform Project
Public API Specification