All Packages Class Hierarchy This Package Previous Next Index
Interface de.unihh.informatik.tide.Location_Attribute_Template
- public interface Location_Attribute_Template
- extends Attribute_Template
IDL-Code contains comments
-
get_bounds()
-
-
get_location()
-
-
get_predicate()
-
-
set_location(Coordinate[])
-
-
set_predicate(Scalar_Predicate[])
-
get_bounds
public abstract Rectangular_Area get_bounds()
get_predicate
public abstract Scalar_Predicate[] get_predicate()
set_predicate
public abstract void set_predicate(Scalar_Predicate predicate[])
get_location
public abstract Coordinate[] get_location()
set_location
public abstract void set_location(Coordinate location[])
All Packages Class Hierarchy This Package Previous Next Index