Uses of Interface
org.omwg.ontology.Type

Packages that use Type
org.omwg.ontology   
 

Uses of Type in org.omwg.ontology
 

Subinterfaces of Type in org.omwg.ontology
 interface ComplexDataType
           
 interface Concept
          This interface represents a WSMO concept.
 interface SimpleDataType
           
 interface WsmlDataType
           
 

Methods in org.omwg.ontology that return types with arguments of type Type
 Set<Type> Attribute.listTypes()
          Returns the list of allowed Type for the current attribute.
 Set<Type> Parameter.listTypes()
          Returns the list of allowed Type for the current parameter.
 

Methods in org.omwg.ontology with parameters of type Type
 void Attribute.addType(Type type)
          Adds a new Type as range for this attribute.
 void Parameter.addType(Type type)
          Adds a new Type as range for this parameter.
 void Attribute.removeType(Type type)
          Removes a Type for this attribute.
 void Parameter.removeType(Type type)
          Removes a Type for this parameter.
 



Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.